1. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  2. 437a4db Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  3. 4d80ecd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  4. 0ff90b6 netfilter: nf_flow_offload: fix use-after-free and a resource leak by Felix Fietkau · 7 years ago
  5. d8ed960 netfilter: remove useless prototype by Taehee Yoo · 7 years ago
  6. b408c5b netfilter: nf_tables: fix flowtable free by Pablo Neira Ayuso · 7 years ago
  7. c0ea1bc netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_table by Pablo Neira Ayuso · 7 years ago
  8. 3df19283 net: erspan: fix metadata extraction by William Tu · 7 years ago
  9. 1aa12bd bpf: sockmap, add sock close() hook to remove socks by John Fastabend · 7 years ago
  10. b11a632 net: add a UID to use for ULP socket assignment by John Fastabend · 7 years ago
  11. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  12. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  13. a54667f tls: Add support for encryption using async offload accelerator by Vakul Garg · 7 years ago
  14. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  15. 5e7481a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  16. 48bfd55 net_sched: plug in qdisc ops change_tx_queue_len by Cong Wang · 7 years ago
  17. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. 457740a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  19. a81e4af Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  20. d350a82 net: erspan: create erspan metadata uapi header by William Tu · 7 years ago
  21. c69de58 net: erspan: use bitfield instead of mask and offset by William Tu · 7 years ago
  22. 878db9f pkt_cls: add new tc cls helper to check offload flag and chain index by Jakub Kicinski · 7 years ago
  23. de525be bpf: Support passing args to sock_ops bpf function by Lawrence Brakmo · 7 years ago
  24. b73042b bpf: Add write access to tcp_sock and sock fields by Lawrence Brakmo · 7 years ago
  25. f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
  26. 4ee806d net: tcp: close sock if net namespace is exiting by Dan Streetman · 7 years ago
  27. 8ec59b4 Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 7 years ago
  28. 955bd1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. b1b0c24 lift handling of SIOCIW... out of dev_ioctl() by Al Viro · 7 years ago
  30. ca25c30 ip_rt_ioctl(): take copyin to caller by Al Viro · 8 years ago
  31. b423d13 net: erspan: fix use-after-free by William Tu · 7 years ago
  32. c846adb net: sched: remove tc_cls_common_offload_init_deprecated() by Jakub Kicinski · 7 years ago
  33. f558fde cls_bpf: remove gen_flags from bpf_offload by Jakub Kicinski · 7 years ago
  34. 34832e1 net: sched: prepare for reimplementation of tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  35. 715df5e net: sched: propagate extack to cls->destroy callbacks by Jakub Kicinski · 7 years ago
  36. d3303a6 net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptr by Wolfgang Bumiller · 7 years ago
  37. e9191ff ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL by Ben Hutchings · 7 years ago
  38. 9c5f69b net/sched: act_csum: don't use spinlock in the fast path by Davide Caratti · 7 years ago
  39. f9eda14 net: sched: create tc_can_offload_extack() wrapper by Quentin Monnet · 7 years ago
  40. 8f0b425 net: sched: add extack support for offload via tc_cls_common_offload by Quentin Monnet · 7 years ago
  41. cbcbeed Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  42. 1057c55 net: sched: cls: add extack support for tcf_change_indev by Alexander Aring · 7 years ago
  43. 571acf2 net: sched: cls: add extack support for delete callback by Alexander Aring · 7 years ago
  44. 50a5619 net: sched: cls: add extack support for tcf_exts_validate by Alexander Aring · 7 years ago
  45. 7306db3 net: sched: cls: add extack support for change callback by Alexander Aring · 7 years ago
  46. 8865fdd net: sched: cls: fix code style issues by Alexander Aring · 7 years ago
  47. e428660 tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR by Yuchung Cheng · 7 years ago
  48. ce62896 caif: reduce stack size with KASAN by Arnd Bergmann · 7 years ago
  49. 3ecbfd6 netfilter: nf_tables: allocate handle and delete objects via handle by Harsha Sharma · 7 years ago
  50. 05b9380 lockdep: Convert some users to const by Matthew Wilcox · 7 years ago
  51. 50bd870 xfrm: Add ESN support for IPSec HW offload by Yossef Efraim · 7 years ago
  52. 5ef7e0b vxlan: Fix trailing semicolon by Luis de Bethencourt · 7 years ago
  53. d47a6b0 net: sched: introduce ingress/egress block index attributes for qdisc by Jiri Pirko · 7 years ago
  54. caa7260 net: sched: keep track of offloaded filters and check tc offload feature by Jiri Pirko · 7 years ago
  55. edf6711 net: sched: remove classid and q fields from tcf_proto by Jiri Pirko · 7 years ago
  56. f36fe1c net: sched: introduce block mechanism to handle netif_keep_dst calls by Jiri Pirko · 7 years ago
  57. 4861738 net: sched: introduce shared filter blocks infrastructure by Jiri Pirko · 7 years ago
  58. a9b1944 net: sched: introduce support for multiple filter chain pointers registration by Jiri Pirko · 7 years ago
  59. 416ef9b net: sched: red: don't reset the backlog on every stat dump by Jakub Kicinski · 7 years ago
  60. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  61. 81d947e net, sched: fix panic when updating miniq {b,q}stats by Daniel Borkmann · 7 years ago
  62. 868717a net: remove prototype of qdisc_lookup_class() by Jakub Kicinski · 7 years ago
  63. 161f72e Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  64. 56dc7cd devlink: Add relation between dpipe and resource by Arkadi Sharshevsky · 7 years ago
  65. 2d8dc5b devlink: Add support for reload by Arkadi Sharshevsky · 7 years ago
  66. d9f9b9a devlink: Add support for resource abstraction by Arkadi Sharshevsky · 7 years ago
  67. 2406e7e devlink: Add per devlink instance lock by Arkadi Sharshevsky · 7 years ago
  68. 79d891c Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 7 years ago
  69. ab9ee8e sctp: Define usercopy region in SCTP proto slab cache by David Windsor · 7 years ago
  70. 30c2c9f net: Define usercopy region in struct proto slab cache by David Windsor · 8 years ago
  71. cd9ff4d ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY by Jim Westfall · 7 years ago
  72. 273c28b net: Convert atomic_t net::count to refcount_t by Kirill Tkhai · 7 years ago
  73. 30be8f8 net/tls: Fix inverted error codes to avoid endless loop by r.hering@avm.de · 7 years ago
  74. 51a1aaa mac80211_hwsim: validate number of different channels by Johannes Berg · 7 years ago
  75. 7fdb61b net: sch: prio: Add offload ability to PRIO qdisc by Nogah Frankel · 7 years ago
  76. f34b4aa net: sch: red: Change the name of the stats struct to be generic by Nogah Frankel · 7 years ago
  77. 398958a ipv6: Add support for non-equal-cost multipath by Ido Schimmel · 7 years ago
  78. d7dedee ipv6: Calculate hash thresholds for IPv6 nexthops by Ido Schimmel · 7 years ago
  79. 98319cb netfilter: nf_tables: get rid of struct nft_af_info abstraction by Pablo Neira Ayuso · 7 years ago
  80. dd4cbef netfilter: nf_tables: get rid of pernet families by Pablo Neira Ayuso · 7 years ago
  81. 36596da netfilter: nf_tables: add single table list for all families by Pablo Neira Ayuso · 7 years ago
  82. e7bb5c7 netfilter: nf_tables: remove flag field from struct nft_af_info by Pablo Neira Ayuso · 7 years ago
  83. fe19c04 netfilter: nf_tables: remove nhooks field from struct nft_af_info by Pablo Neira Ayuso · 7 years ago
  84. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. 9f0e896 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  86. b6c5734 sctp: fix the handling of ICMP Frag Needed for too small MTUs by Marcelo Ricardo Leitner · 7 years ago
  87. 54dc3e3 net: ipv6: Allow connect to linklocal address from socket bound to vrf by David Ahern · 7 years ago
  88. 7c23b62 netfilter: flow table support for the mixed IPv4/IPv6 family by Pablo Neira Ayuso · 7 years ago
  89. 0995210 netfilter: flow table support for IPv6 by Pablo Neira Ayuso · 7 years ago
  90. ac2a666 netfilter: add generic flow table infrastructure by Pablo Neira Ayuso · 7 years ago
  91. 3b49e2e netfilter: nf_tables: add flow table netlink frontend by Pablo Neira Ayuso · 7 years ago
  92. 0befd06 netfilter: nf_tables: remove nft_dereference() by Pablo Neira Ayuso · 7 years ago
  93. 625c556 netfilter: connlimit: split xt_connlimit into front and backend by Florian Westphal · 7 years ago
  94. c2f9eaf netfilter: nf_tables: remove hooks from family definition by Pablo Neira Ayuso · 7 years ago
  95. c974a3a3 netfilter: nf_tables: remove multihook chains and families by Pablo Neira Ayuso · 7 years ago
  96. 12355d3 netfilter: nf_tables_inet: don't use multihook infrastructure anymore by Pablo Neira Ayuso · 7 years ago
  97. 408070d netfilter: nf_tables: add nft_set_is_anonymous() helper by Pablo Neira Ayuso · 7 years ago
  98. 7a4473a netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path by Pablo Neira Ayuso · 7 years ago
  99. 2a95183 netfilter: don't allocate space for arp/bridge hooks unless needed by Florian Westphal · 7 years ago
  100. bb4badf netfilter: don't allocate space for decnet hooks unless needed by Florian Westphal · 7 years ago