summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-01-22tcp: restore fastopen with no data in SYN packetEric Dumazet
2016-01-22af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat
2016-01-22fou: clean up socket with kfree_rcuHannes Frederic Sowa
2016-01-22ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa
2016-01-22net: fix uninitialized variable issuetadeusz.struk@intel.com
2016-01-22bluetooth: Validate socket address length in sco_sock_bind().David S. Miller
2016-01-22net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet
2016-01-22net: check both type and procotol for tcp socketsWANG Cong
2016-01-22skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2016-01-22vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2016-01-22net: fix IP early demux racesEric Dumazet
2016-01-22net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-22openvswitch: Respect conntrack zone even if invalidJoe Stringer
2016-01-22openvswitch: Fix helper reference leakJoe Stringer
2016-01-22ipv6: sctp: clone options to avoid use after freeEric Dumazet
2016-01-22sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner
2016-01-22sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-22sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner
2016-01-22ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork
2016-01-22gre6: allow to update all parameters via rtnlNicolas Dichtel
2016-01-22tipc: Fix kfree_skb() of uninitialised pointerBen Hutchings
2015-12-14net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet
2015-12-14openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni
2015-12-14ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2015-12-14net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-14RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2015-12-14ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-12-14tipc: fix error handling of expanding buffer headroomYing Xue
2015-12-14net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-14net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-14net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2015-12-14tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-12-14tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet
2015-12-14tcp: disable Fast Open on timeouts after handshakeYuchung Cheng
2015-12-14tcp: md5: fix lockdep annotationEric Dumazet
2015-12-14net/ip6_tunnel: fix dst leakPaolo Abeni
2015-12-14snmp: Remove duplicate OUTMCAST stat incrementNeil Horman
2015-12-14sctp: translate host order to network order when setting a hmacidlucien
2015-12-14packet: fix tpacket_snd max frame lenDaniel Borkmann
2015-12-14packet: infer protocol from ethernet header if unsetDaniel Borkmann
2015-12-14packet: only allow extra vlan len on ethernet devicesDaniel Borkmann
2015-12-14packet: always probe for transport headerDaniel Borkmann
2015-12-14packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann
2015-12-14Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel
2015-12-14ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau
2015-12-14ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau
2015-12-14ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau
2015-12-14af-unix: passcred support for sendpageHannes Frederic Sowa
2015-12-14unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat