- b145425 inetpeer: remove AVL implementation in favor of RB tree by Eric Dumazet · 7 years ago
- 2e3d232 net: ipmr: ipmr_get_table() returns NULL by Dan Carpenter · 7 years ago
- e8f37d5 tcp: md5: tcp_md5_do_lookup_exact() can be static by Wu Fengguang · 7 years ago
- 7114f51 Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- ca4a1cd mpls: fix rtm policy in mpls_getroute by Roopa Prabhu · 7 years ago
- bf72ace ipv4: Export rtm_ipv4_policy. by David S. Miller · 7 years ago
- e05a90e net: reflect mark on tcp syn ack packets by Jamal Hadi Salim · 7 years ago
- 0029c0d net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- f6a6fed net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 784c372 net: make sk_ehashfn() static by Eric Dumazet · 7 years ago
- 91b5b21 bpf: Add support for changing congestion control by Lawrence Brakmo · 7 years ago
- 9872a4b bpf: Add TCP connection BPF callbacks by Lawrence Brakmo · 7 years ago
- 13d3b1e bpf: Support for setting initial receive window by Lawrence Brakmo · 7 years ago
- 8550f32 bpf: Support for per connection SYN/SYN-ACK RTOs by Lawrence Brakmo · 7 years ago
- b4217b8 net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- edcb691 net: convert inet_frag_queue.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 7658b36 net: convert in_device.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 8851ab5 net: convert ip_mc_list.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 1cc9a98 net: convert inet_peer.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 52a623b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
- a2c841d do_ip_setsockopt(): don't open-code memdup_user() by Al Viro · 8 years ago
- 4f75ba6 net: ipmr: Add ipmr_rtm_getroute by Donald Sharp · 7 years ago
- b26bbdae udp: move scratch area helpers into the include file by Paolo Abeni · 7 years ago
- d97af30 tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...) by Dave Watson · 7 years ago
- a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 7 years ago
- ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 7 years ago
- 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 7 years ago
- d747a7a tcp: reset sk_rx_dst in tcp_disconnect() by WANG Cong · 7 years ago
- 3fcece1 net: store port/representator id in metadata_dst by Jakub Kicinski · 7 years ago
- 93bbbfb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
- 926f38e tcp: fix out-of-bounds access in ULP sysctl by Jakub Kicinski · 7 years ago
- a5cb659 net: account for current skb length when deciding about UFO by Michal Kubeček · 7 years ago
- 9bd780f udp: fix poll() by Paolo Abeni · 7 years ago
- 8fac365 tcp: Add a tcp_filter hook before handle ack packet by Chenbo Feng · 7 years ago
- 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- dd99e42 udp: prefetch rmem_alloc in udp_queue_rcv_skb() by Paolo Abeni · 7 years ago
- 5a645dd ipmr: add netlink notifications on igmpmsg cache reports by Julien Gomes · 7 years ago
- 083a032 tcp: md5: hide unused variable by Arnd Bergmann · 7 years ago
- b4846fc igmp: add a missing spin_lock_init() by WANG Cong · 7 years ago
- 8917a77 tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefix by Ivan Delalande · 7 years ago
- 6797318 tcp: md5: add an address prefix for key lookup by Ivan Delalande · 7 years ago
- 202f59a netfilter: ipt_CLUSTERIP: do not hold dev by Xin Long · 8 years ago
- a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 7 years ago
- b2a9c0e net: remove DST_NOGC flag by Wei Wang · 7 years ago
- b838d5e ipv4: mark DST_NOGC and remove the operation of dst_free() by Wei Wang · 7 years ago
- 9df16ef ipv4: call dst_hold_safe() properly by Wei Wang · 7 years ago
- 95c47f9 ipv4: call dst_dev_put() properly by Wei Wang · 7 years ago
- 0830106 ipv4: take dst->__refcnt when caching dst in fib by Wei Wang · 7 years ago
- 1dbe325 net: use loopback dev when generating blackhole route by Wei Wang · 7 years ago
- d24406c udp: call dst_hold_safe() in udp_sk_rx_set_dst() by Wei Wang · 7 years ago
- 469f87e ip_tunnel: fix potential issue in ip_tunnel_rcv by Haishuang Yan · 7 years ago
- d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
- af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 7 years ago
- 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
- b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 7 years ago
- e3b5616 tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions by Dave Watson · 7 years ago
- 734942c tcp: ULP infrastructure by Dave Watson · 7 years ago
- 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 849a44d net: don't global ICMP rate limit packets originating from loopback by Jesper Dangaard Brouer · 7 years ago
- c38b7d3 igmp: acquire pmc lock for ip_mc_clear_src() by WANG Cong · 7 years ago
- b65ac44 udp: try to avoid 2 cache miss on dequeue by Paolo Abeni · 7 years ago
- 0a463c7 udp: avoid a cache miss on dequeue by Paolo Abeni · 7 years ago
- 4b1f0d3 net: ipmr: Fix some mroute forwarding issues in vrf's by Donald Sharp · 7 years ago
- 3ad7d24 Ipvlan should return an error when an address is already in use. by Krister Johansen · 7 years ago
- 772c344 net: ipmr: add getlink support by Nikolay Aleksandrov · 7 years ago
- 0604475 tcp: add TCPMemoryPressuresChrono counter by Eric Dumazet · 7 years ago
- 5d2ed05 tcp: Namespaceify sysctl_tcp_timestamps by Eric Dumazet · 7 years ago
- 9bb37ef tcp: Namespaceify sysctl_tcp_window_scaling by Eric Dumazet · 7 years ago
- f930103 tcp: Namespaceify sysctl_tcp_sack by Eric Dumazet · 7 years ago
- eed29f1 tcp: add a struct net parameter to tcp_parse_options() by Eric Dumazet · 7 years ago
- cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
- 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 3f29770 ipsec: check return value of skb_to_sgvec always by Jason A. Donenfeld · 8 years ago
- 77d4b1d net: ping: do not abuse udp_poll() by Eric Dumazet · 8 years ago
- 5071034 neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d" by Sowmini Varadhan · 8 years ago
- 8e2f6dd dccp: consistently use dccp_write_space() by Eric Dumazet · 8 years ago
- f4d0166 tcp: remove unnecessary skb_reset_tail_pointer() by Eric Dumazet · 8 years ago
- 775e68a tcp: use TS opt on RTTs for congestion control by Yuchung Cheng · 8 years ago
- 44abafc tcp: disallow cwnd undo when switching congestion control by Yuchung Cheng · 8 years ago
- ba52d61 ipv4: route: restore skb_dst_set in inet_rtm_getroute by Roopa Prabhu · 8 years ago
- 15e5651 tcp: reinitialize MTU probing when setting MSS in a TCP repair by Douglas Caetano dos Santos · 8 years ago
- 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 8 years ago
- c255bd6 net: lwtunnel: Add extack to encap attr validation by David Ahern · 8 years ago
- 7805599 net: ipv4: Add extack message for invalid prefix or length by David Ahern · 8 years ago
- ba277e8 net: ipv4: refactor key and length checks by David Ahern · 8 years ago
- 9fd6452 netfilter: conntrack: rename nf_ct_iterate_cleanup by Florian Westphal · 8 years ago
- 03eb7d4 netfilter: ipt_CLUSTERIP: switch to nf_register_net_hook by Florian Westphal · 8 years ago
- 34aa83c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 3fb07da ipv4: add reference counting to metrics by Eric Dumazet · 8 years ago
- b617981 net: ipv4: RTM_GETROUTE: return matched fib result when requested by Roopa Prabhu · 8 years ago
- 6ffd903 net: ipv4: Save trie prefix to fib lookup result by David Ahern · 8 years ago
- 3765d35 net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookup by David Ahern · 8 years ago
- d3166e0 net: ipv4: Remove event arg to rt_fill_info by David Ahern · 8 years ago
- 5510cdf net: ipv4: refactor ip_route_input_noref by David Ahern · 8 years ago
- 3abd1ade net: ipv4: refactor __ip_route_output_key_hash by David Ahern · 8 years ago
- 5990baa arp: fixed -Wuninitialized compiler warning by Ihar Hrachyshka · 8 years ago
- ba615f67 tcp: avoid fastopen API to be used on AF_UNSPEC by Wei Wang · 8 years ago