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