summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-01-23tcp: restore fastopen with no data in SYN packetEric Dumazet1-11/+12
2016-01-23af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2016-01-23fou: clean up socket with kfree_rcuHannes Frederic Sowa1-1/+2
2016-01-23ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa1-0/+6
2016-01-23net: fix uninitialized variable issuetadeusz.struk@intel.com1-0/+1
2016-01-23bluetooth: Validate socket address length in sco_sock_bind().David S. Miller1-0/+3
2016-01-23net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet1-1/+1
2016-01-23net: check both type and procotol for tcp socketsWANG Cong2-2/+4
2016-01-23skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2016-01-23vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2016-01-23net: fix IP early demux racesEric Dumazet2-5/+3
2016-01-23net: add validation for the socket syscall protocol argumentHannes Frederic Sowa5-0/+15
2016-01-23openvswitch: Respect conntrack zone even if invalidJoe Stringer1-2/+5
2016-01-23openvswitch: Fix helper reference leakJoe Stringer1-1/+8
2016-01-23ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2016-01-23sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner1-0/+1
2016-01-23sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2-2/+3
2016-01-23sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2016-01-23ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork1-1/+1
2016-01-23gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2016-01-23tipc: Fix kfree_skb() of uninitialised pointerBen Hutchings1-1/+1
2015-12-15net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet4-14/+23
2015-12-15openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni2-3/+7
2015-12-15ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-15net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-15ipv6: add complete rcu protection around np->optEric Dumazet11-50/+101
2015-12-15RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2-7/+3
2015-12-15ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2015-12-15tipc: fix error handling of expanding buffer headroomYing Xue1-2/+5
2015-12-15net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-15net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-15net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-12-15tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-12-15tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet1-3/+19
2015-12-15tcp: disable Fast Open on timeouts after handshakeYuchung Cheng1-0/+12
2015-12-15tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-12-15net/ip6_tunnel: fix dst leakPaolo Abeni1-1/+1
2015-12-15snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-12-15sctp: translate host order to network order when setting a hmacidlucien1-2/+2
2015-12-15packet: fix tpacket_snd max frame lenDaniel Borkmann1-4/+5
2015-12-15packet: infer protocol from ethernet header if unsetDaniel Borkmann1-0/+11
2015-12-15packet: only allow extra vlan len on ethernet devicesDaniel Borkmann1-35/+25
2015-12-15packet: always probe for transport headerDaniel Borkmann1-4/+3
2015-12-15packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann1-2/+3
2015-12-15Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel3-9/+5
2015-12-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau1-1/+2
2015-12-15ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau1-1/+10
2015-12-15ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau1-1/+7
2015-12-15af-unix: passcred support for sendpageHannes Frederic Sowa1-15/+64
2015-12-15unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164