summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2015-04-29ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-02-26ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-02-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2014-11-21net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann
2014-11-21net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann
2014-11-14drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2014-10-15sctp: handle association restarts when the socket is closed.Vlad Yasevich
2014-10-15xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert
2014-10-15xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-10-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-10-05regulatory: add NUL to alpha2Eliad Peller
2014-08-14ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov
2014-08-14ip: make IP identifiers less predictableEric Dumazet
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet
2014-07-28net: fix sparse warning in sk_dst_set()Eric Dumazet
2014-07-28ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-06-26net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet
2014-06-26net: Add variants of capable for use on on socketsEric W. Biederman
2014-06-07cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller
2014-05-31vsock: Make transport the proto ownerAndy King
2014-05-31net: sctp: cache auth_enable per endpointVlad Yasevich
2014-05-31Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann
2014-05-31ipv6: Limit mtu to 65575 bytesEric Dumazet
2014-05-31netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin
2014-05-31netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy
2014-03-28ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa
2014-03-20tcp: syncookies: do not use getnstimeofday()Eric Dumazet
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-06net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski
2014-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel
2014-02-20xfrm: Clone states properly on migrationSteffen Klassert
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic
2014-02-09net: Move prototype declaration to header file include/net/net_namespace.h fr...Rashika Kheria
2014-02-09net: Move prototype declaration to header file include/net/datalink.h from ne...Rashika Kheria
2014-02-09net: Move prototype declaration to header file include/net/ipx.h from net/ipx...Rashika Kheria
2014-02-09net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria
2014-02-09net: Move prototype declaration to header file include/net/dn.h from net/decn...Rashika Kheria
2014-02-09net: Move prototype declaration to appropriate header file from decnet/af_dec...Rashika Kheria
2014-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-02-06netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy
2014-02-06netfilter: nf_tables: add AF specific expression supportPatrick McHardy
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso
2014-02-04net: ethoc: set up MII management bus clockMax Filippov
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds