1. 19efbd9 net: Kill net_mutex by Kirill Tkhai · 7 years ago
  2. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  3. 2819075 sock: permit SO_ZEROCOPY on PF_RDS socket by Sowmini Varadhan · 7 years ago
  4. 6f89dbc skbuff: export mm_[un]account_pinned_pages for other modules by Sowmini Varadhan · 7 years ago
  5. ac5b701 net: fix race on decreasing number of TX queues by Jakub Kicinski · 8 years ago
  6. 330c727 net: Make dn_ptr depend on CONFIG_DECNET by David Ahern · 7 years ago
  7. 59a5135 net: Convert diag_net_ops by Kirill Tkhai · 7 years ago
  8. 2608e6b net: Convert default_device_ops by Kirill Tkhai · 7 years ago
  9. 232cf06 net: Convert sysctl_core_ops by Kirill Tkhai · 7 years ago
  10. 86b6341 net: Convert fib_* pernet_operations, registered via subsys_initcall by Kirill Tkhai · 7 years ago
  11. 88b8ffe net: Convert pernet_subsys ops, registered via net_dev_init() by Kirill Tkhai · 7 years ago
  12. 36b0068 net: Convert proto_net_ops by Kirill Tkhai · 7 years ago
  13. 4645667 net: Convert rtnetlink_net_ops by Kirill Tkhai · 7 years ago
  14. ff291d0 net: Convert net_defaults_ops by Kirill Tkhai · 7 years ago
  15. 604da74 net: Convert net_inuse_ops by Kirill Tkhai · 7 years ago
  16. 3fc3b82 net: Convert net_ns_ops methods by Kirill Tkhai · 7 years ago
  17. 447cd7a net: Allow pernet_operations to be executed in parallel by Kirill Tkhai · 7 years ago
  18. bcab1dd net: Move mutex_unlock() in cleanup_net() up by Kirill Tkhai · 7 years ago
  19. 1a57feb net: Introduce net_sem for protection of pernet_list by Kirill Tkhai · 7 years ago
  20. 5ba049a net: Cleanup in copy_net_ns() by Kirill Tkhai · 7 years ago
  21. 98f6c53 net: Assign net to net_namespace_list in setup_net() by Kirill Tkhai · 7 years ago
  22. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 8 years ago
  23. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 8 years ago
  24. 79a8a64 net: Whitelist the skbuff_head_cache "cb" field by Kees Cook · 8 years ago
  25. 4ff66ca rtnetlink: require unique netns identifier by Christian Brauner · 8 years ago
  26. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 8 years ago
  27. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  28. edbe69e Revert "defer call to mem_cgroup_sk_alloc()" by Roman Gushchin · 8 years ago
  29. 4db428a soreuseport: fix mem leak in reuseport_add_sock() by Eric Dumazet · 8 years ago
  30. 7973bfd rtnetlink: remove check for IFLA_IF_NETNSID by Christian Brauner · 8 years ago
  31. 2b16f04 net: create skb_gso_validate_mac_len() by Daniel Axtens · 8 years ago
  32. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  33. 5bb8ed0 rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK by Christian Brauner · 8 years ago
  34. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  35. 40ca54e net_sched: gen_estimator: fix lockdep splat by Eric Dumazet · 8 years ago
  36. 48bfd55 net_sched: plug in qdisc ops change_tx_queue_len by Cong Wang · 8 years ago
  37. 6a643dd net: introduce helper dev_change_tx_queue_len() by Cong Wang · 8 years ago
  38. 38e01b3 dev: advertise the new ifindex when the netns iface changes by Nicolas Dichtel · 8 years ago
  39. c36ac8e dev: always advertise the new nsid when the netns iface changes by Nicolas Dichtel · 8 years ago
  40. b61ad68 rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK by Christian Brauner · 8 years ago
  41. c310bfc rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK by Christian Brauner · 8 years ago
  42. 7c4f63b rtnetlink: enable IFLA_IF_NETNSID in do_setlink() by Christian Brauner · 8 years ago
  43. 457740a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 8 years ago
  44. f6b1b3b bpf: fix subprog verifier bypass by div/mod by 0 exception by Daniel Borkmann · 8 years ago
  45. 1d62167 bpf: xor of a/x in cbpf can be done in 32 bit alu by Daniel Borkmann · 8 years ago
  46. 6f9bd3d bpf: Add sock_ops R/W access to tclass by Lawrence Brakmo · 8 years ago
  47. 44f0e43 bpf: Add support for reading sk_state and more by Lawrence Brakmo · 8 years ago
  48. b13d880 bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock by Lawrence Brakmo · 8 years ago
  49. b73042b bpf: Add write access to tcp_sock and sock fields by Lawrence Brakmo · 8 years ago
  50. 34d367c bpf: Make SOCK_OPS_GET_TCP struct independent by Lawrence Brakmo · 8 years ago
  51. a33de39 bpf: Make SOCK_OPS_GET_TCP size independent by Lawrence Brakmo · 8 years ago
  52. 2585cd6 bpf: Only reply field should be writeable by Lawrence Brakmo · 8 years ago
  53. fb07a82 net: Move net:netns_ids destruction out of rtnl_lock() and document locking scheme by Kirill Tkhai · 8 years ago
  54. 44c02a2 dev_ioctl(): move copyin/copyout to callers by Al Viro · 8 years ago
  55. b1b0c24 lift handling of SIOCIW... out of dev_ioctl() by Al Viro · 8 years ago
  56. 36fd633 net: separate SIOCGIFCONF handling from dev_ioctl() by Al Viro · 8 years ago
  57. 52e12d5 pktgen: Clean read user supplied flag mess by Dmitry Safonov · 8 years ago
  58. 99c6d3d pktgen: Remove brute-force printing of flags by Dmitry Safonov · 8 years ago
  59. 6f107c7 pktgen: Add behaviour flags macro to generate flags/names by Dmitry Safonov · 8 years ago
  60. 57a5749b pktgen: Add missing !flag parameters by Dmitry Safonov · 8 years ago
  61. b76f418 net: link_watch: mark bonding link events urgent by Roopa Prabhu · 8 years ago
  62. 5ca1144 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. 7a006d5 net: core: Fix kernel-doc for netdev_upper_link() by Florian Fainelli · 8 years ago
  64. 5de30d5 net: core: Fix kernel-doc for call_netdevice_notifiers_info() by Florian Fainelli · 8 years ago
  65. 7c68d1a net: qdisc_pkt_len_init() should be more robust by Eric Dumazet · 8 years ago
  66. b2d3bcf net: core: Expose number of link up/down transitions by David Decotigny · 8 years ago
  67. b75703d devlink: fix memory leak on 'resource' by Colin Ian King · 8 years ago
  68. ea9722e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 8 years ago
  69. 8565d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  70. 1728a4f bpf: move event_output to const_size_or_zero for xdp/skb as well by Daniel Borkmann · 8 years ago
  71. 2e4a309 bpf: restrict access to core bpf sysctls by Daniel Borkmann · 8 years ago
  72. fa9dd59 bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 8 years ago
  73. 205c380 bpf: add csum_diff helper to xdp as well by Daniel Borkmann · 8 years ago
  74. 43dd751 devlink: Make some functions static by Wei Yongjun · 8 years ago
  75. 61f3c96 bpf: allow socket_filter programs to use bpf_prog_test_run by Alexei Starovoitov · 8 years ago
  76. d0c081b flow_dissector: properly cap thoff field by Eric Dumazet · 8 years ago
  77. 7155f8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 8 years ago
  78. 4215727 net: Remove spinlock from get_net_ns_by_id() by Kirill Tkhai · 8 years ago
  79. 0c06bea net: Fix possible race in peernet2id_alloc() by Kirill Tkhai · 8 years ago
  80. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  81. 7018d1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 8 years ago
  82. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 8 years ago
  83. 56dc7cd devlink: Add relation between dpipe and resource by Arkadi Sharshevsky · 8 years ago
  84. 2d8dc5b devlink: Add support for reload by Arkadi Sharshevsky · 8 years ago
  85. d9f9b9a devlink: Add support for resource abstraction by Arkadi Sharshevsky · 8 years ago
  86. 2406e7e devlink: Add per devlink instance lock by Arkadi Sharshevsky · 8 years ago
  87. 289a4860 net: Restrict unwhitelisted proto caches to size 0 by Kees Cook · 8 years ago
  88. 30c2c9f net: Define usercopy region in struct proto slab cache by David Windsor · 8 years ago
  89. 096b985 net: Allow neigh contructor functions ability to modify the primary_key by Jim Westfall · 8 years ago
  90. 273c28b net: Convert atomic_t net::count to refcount_t by Kirill Tkhai · 8 years ago
  91. 68fda45 bpf: fix 32-bit divide by zero by Alexei Starovoitov · 8 years ago
  92. daaf24c bpf: simplify xdp_convert_ctx_access for xdp_rxq_info by Jesper Dangaard Brouer · 8 years ago
  93. d584527 net: Cap number of queues even with accel_priv by Alexander Duyck · 8 years ago
  94. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  95. 8c2e6c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 8 years ago
  96. 65d51f2 Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  97. 661e4e3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 8 years ago
  98. 82aaff2 net: free RX queue structures by Jakub Kicinski · 8 years ago
  99. 141b52a net: use the right variant of kfree by Jakub Kicinski · 8 years ago
  100. 290af86 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 8 years ago