1. a91dbff sock: ulimit on MSG_ZEROCOPY pages by Willem de Bruijn · 7 years ago
  2. 4ab6c99 sock: MSG_ZEROCOPY notification coalescing by Willem de Bruijn · 7 years ago
  3. 1f8b977 sock: enable MSG_ZEROCOPY by Willem de Bruijn · 7 years ago
  4. 76851d1 sock: add SOCK_ZEROCOPY sockopt by Willem de Bruijn · 7 years ago
  5. 5226779 sock: add MSG_ZEROCOPY by Willem de Bruijn · 7 years ago
  6. 3ece782 sock: skb_copy_ubufs support for compound pages by Willem de Bruijn · 7 years ago
  7. 98ba0bd sock: allocate skbs from optmem by Willem de Bruijn · 7 years ago
  8. 1b2a444 net: fib_rules: Implement notification logic in core by Ido Schimmel · 7 years ago
  9. 04b1d4e net: core: Make the FIB notification chain generic by Ido Schimmel · 7 years ago
  10. eb48d68 bpf: fix the printing of ifindex by William Tu · 7 years ago
  11. b2f9d43 flow_dissector: remove unused functions by WANG Cong · 7 years ago
  12. c613c20 net: add skb_frag_foreach_page and use with kmap_atomic by Willem de Bruijn · 7 years ago
  13. 20bf50d skbuff: Function to send an skbuf on a socket by Tom Herbert · 7 years ago
  14. 306b13e proto_ops: Add locked held versions of sendmsg and sendpage by Tom Herbert · 7 years ago
  15. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. 1a5f3da net: ethtool: add support for forward error correction modes by Vidya Sagar Ravipati · 7 years ago
  17. 0254e0c net: check dev->addr_len for dev_set_mac_address() by WANG Cong · 7 years ago
  18. 0c3a8f8 netpoll: Fix device name check in netpoll_setup() by Matthias Kaehlcke · 7 years ago
  19. a28b1b9 skbuff: re-add check for NULL skb->head in kfree_skb path by Florian Westphal · 7 years ago
  20. ae847f4 net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggled by Sabrina Dubroca · 7 years ago
  21. d764a12 net: add new netdevice feature for offload of RX port for UDP tunnels by Sabrina Dubroca · 7 years ago
  22. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  23. 96080f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  24. 153711f rtnetlink: allocate more memory for dev_set_mac_address() by WANG Cong · 7 years ago
  25. 3753654 Revert "rtnetlink: Do not generate notifications for CHANGEADDR event" by David Ahern · 7 years ago
  26. 7051b88 net: make dev_close and related functions void by stephen hemminger · 7 years ago
  27. 6367911 net: Zero terminate ifr_name in dev_ifname(). by David S. Miller · 7 years ago
  28. 98de4e0 wireless: wext: terminate ifr name coming from userspace by Levin, Alexander · 7 years ago
  29. 09c7570 xfrm: remove flow cache by Florian Westphal · 7 years ago
  30. 06dc75a net: Revert "net: add function to allocate sk_buff head without data area" by Florian Westphal · 7 years ago
  31. 880388a net: Remove all references to SKB_GSO_UDP. by David S. Miller · 7 years ago
  32. 08a00fe net: Remove references to NETIF_F_UFO from ethtool. by David S. Miller · 7 years ago
  33. d4c023f net: Remove references to NETIF_F_UFO in netdev_fix_features(). by David S. Miller · 7 years ago
  34. 11393cc xdp: Add batching support to redirect map by John Fastabend · 7 years ago
  35. 97f91a7 bpf: add bpf_redirect_map helper routine by John Fastabend · 7 years ago
  36. 5acaee0 xdp: add trace event for xdp redirect by John Fastabend · 7 years ago
  37. 6103aa9 net: implement XDP_REDIRECT for xdp generic by John Fastabend · 7 years ago
  38. 814abfa xdp: add bpf_redirect helper function by John Fastabend · 7 years ago
  39. d445516 net: xdp: support xdp generic on virtual devices by John Fastabend · 7 years ago
  40. 3ccc6c6 skbuff: optimize the pull_pages code in __pskb_pull_tail() by linzhang · 7 years ago
  41. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  42. 230cd12 netpoll: shut up a kernel warning on refcount by WANG Cong · 7 years ago
  43. 5d89fb3 net: set fib rule refcount after malloc by David Ahern · 7 years ago
  44. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  45. e4a6a34 bpf: fix return in bpf_skb_adjust_net by Kefeng Wang · 7 years ago
  46. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  47. d3f6cd9 datagram: fix kernel-doc comments by stephen hemminger · 7 years ago
  48. f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 7 years ago
  49. 7114f51 Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  50. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  51. 6d3f06a bpf: add missing break in for the TCP_BPF_SNDCWND_CLAMP case by Colin Ian King · 7 years ago
  52. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  53. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  54. 5361e20 net: avoid one splat in fib_nl_delrule() by Eric Dumazet · 7 years ago
  55. 9af9959 net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64 by Alban Browaeys · 7 years ago
  56. f96da09 bpf: simplify narrower ctx access by Daniel Borkmann · 7 years ago
  57. 2be7e21 bpf: add bpf_skb_adjust_room helper by Daniel Borkmann · 7 years ago
  58. 0daf434 bpf, net: add skb_mac_header_len helper by Daniel Borkmann · 7 years ago
  59. a5192c5 bpf: fix to bpf_setsockops by Lawrence Brakmo · 7 years ago
  60. 13bf964 bpf: Adds support for setting sndcwnd clamp by Lawrence Brakmo · 7 years ago
  61. fc74781 bpf: Adds support for setting initial cwnd by Lawrence Brakmo · 7 years ago
  62. 91b5b21 bpf: Add support for changing congestion control by Lawrence Brakmo · 7 years ago
  63. 8c4b4c7 bpf: Add setsockopt helper function to bpf by Lawrence Brakmo · 7 years ago
  64. 40304b2 bpf: BPF support for sock_ops by Lawrence Brakmo · 7 years ago
  65. c122e14 net: convert net.passive from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  66. 717d1e9 net: convert fib_rule.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  67. 433cea4 net: convert netpoll_info.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  68. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  69. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  70. 2638595 net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  71. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  72. 6343944 net: convert neigh_params.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  73. 9f23743 net: convert neighbour.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  74. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  75. 52a623b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  76. 30e7e3e ethtool: don't open-code memdup_user() by Al Viro · 8 years ago
  77. e44699d net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() by Michal Kubeček · 7 years ago
  78. 38ef00c net: constify attribute_group structures. by Arvind Yadav · 7 years ago
  79. 6f64ec7 net: prevent sign extension in dev_get_stats() by Eric Dumazet · 7 years ago
  80. d116ffc net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate by Matthias Schiffer · 7 years ago
  81. 17dd0ec net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink by Matthias Schiffer · 7 years ago
  82. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 7 years ago
  83. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 7 years ago
  84. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 7 years ago
  85. 3fcece1 net: store port/representator id in metadata_dst by Jakub Kicinski · 7 years ago
  86. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  87. 2399463 bpf: possibly avoid extra masking for narrower load in verifier by Yonghong Song · 7 years ago
  88. ce158e5 xdp: add reporting of offload mode by Jakub Kicinski · 7 years ago
  89. ee5d032 xdp: add HW offload mode flag for installing programs by Jakub Kicinski · 7 years ago
  90. 32d6027 xdp: pass XDP flags into install handlers by Jakub Kicinski · 7 years ago
  91. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  92. 28b5ba2a net: introduce SO_PEERGROUPS getsockopt by David Herrmann · 7 years ago
  93. 5f729ea rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mroute by Julien Gomes · 7 years ago
  94. db833d4 rtnetlink: add IFLA_GROUP to ifla_policy by Serhey Popovych · 7 years ago
  95. fe420d8 net/core: remove explicit do_softirq() from busy_poll_stop() by Sebastian Siewior · 7 years ago
  96. bdaf32c fib_rules: Resolve goto rules target on delete by Serhey Popovych · 7 years ago
  97. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  98. b3d0f78 net/neighbor: use get_random_u32 for 32-bit hash random by Jason A. Donenfeld · 7 years ago
  99. 7866cc5 netns: add and use net_ns_barrier by Florian Westphal · 8 years ago
  100. a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 7 years ago