summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2016-11-28tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-28ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper
2016-11-24net: avoid sk_forward_alloc overflowsEric Dumazet
2016-11-24net: fix sk_mem_reclaim_partial()Eric Dumazet
2016-11-08tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-09-29tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2016-03-07unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-03-02route: check and remove route cache when we get routeXin Long
2016-02-12ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-01-05net: fix IP early demux racesEric Dumazet
2016-01-05net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-05ipv6: add complete rcu protection around np->optEric Dumazet
2016-01-05ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-12-15unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-11-14net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet
2015-10-28net: add pfmemalloc check in sk_add_backlog()Eric Dumazet
2015-10-28af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole
2015-09-14netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso
2015-08-27ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-07-30sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-07-30xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang
2015-04-09net: fix sparse warning in sk_dst_set()Eric Dumazet
2015-02-10ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-02-10ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2014-11-19net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann
2014-11-19net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann
2014-11-13drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2014-10-29regulatory: fix misapplied alpha2 fixEliad Peller
2014-10-17sctp: handle association restarts when the socket is closed.Vlad Yasevich
2014-10-17xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert
2014-10-17xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-10-17tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-10-13regulatory: add NUL to alpha2Eliad Peller
2014-08-26mac80211: reset probe_send_count also in HW_CONNECTION_MONITOR caseEliad Peller
2014-08-19ip: make IP identifiers less predictableEric Dumazet
2014-08-19inetpeer: get rid of ip_id_countEric Dumazet
2014-07-29ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet
2014-07-29ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-06-23net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet
2014-06-23net: Add variants of capable for use on on socketsEric W. Biederman
2014-05-29vsock: Make transport the proto ownerAndy King
2014-05-29net: sctp: cache auth_enable per endpointVlad Yasevich
2014-05-29ipv6: Limit mtu to 65575 bytesEric Dumazet
2014-05-29netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin
2014-04-18tcp: syncookies: do not use getnstimeofday()Eric Dumazet
2014-04-18tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-14tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal
2014-03-13net-tcp: fastopen: fix high order allocationsEric Dumazet
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko