1. 2ad0d52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  2. f6069b9 bpf: fix redirect to map under tail calls by Daniel Borkmann · 6 years ago
  3. 0a3173a Merge branch 'linus/master' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  4. 21b172e net/xdp: Fix suspicious RCU usage warning by Tariq Toukan · 6 years ago
  5. 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  6. 4597b62 net: filter: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  7. 66b51b0 net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() by Jeremy Cline · 6 years ago
  8. c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  9. 7723628 bpf: Introduce bpf_skb_ancestor_cgroup_id helper by Andrey Ignatov · 6 years ago
  10. 51a9f5a net: core: protect rate estimator statistics pointer with lock by Vlad Buslov · 6 years ago
  11. 8217ca6 bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection by Martin KaFai Lau · 6 years ago
  12. 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  13. 5dc4c4b bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY by Martin KaFai Lau · 6 years ago
  14. 736b460 net: Add ID (if needed) to sock_reuseport and expose reuseport_lock by Martin KaFai Lau · 6 years ago
  15. 40a1227 tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket by Martin KaFai Lau · 6 years ago
  16. 2539650 xdp: Helpers for disabling napi_direct of xdp_return_frame by Toshiaki Makita · 6 years ago
  17. 0b19cc0 bpf: Make redirect_info accessible from modules by Toshiaki Makita · 6 years ago
  18. b0768a8 net: Export skb_headers_offset_update by Toshiaki Makita · 6 years ago
  19. eb91e4d Revert "xdp: add NULL pointer check in __xdp_return()" by Björn Töpel · 6 years ago
  20. 4d99f66 net: allow to call netif_reset_xps_queues() under cpus_read_lock by Andrei Vagin · 6 years ago
  21. 92e2c40 flow_dissector: allow dissection of tunnel options from metadata by Simon Horman · 6 years ago
  22. 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  23. 9dae349 net: avoid unnecessary sock_flag() check when enable timestamp by Yafang Shao · 6 years ago
  24. a6bcfc8 net: check extack._msg before print by Li RongQing · 6 years ago
  25. 385114d net: modify skb_rbtree_purge to return the truesize of all purged skbs. by Peter Oskolkov · 6 years ago
  26. 074fb880 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  27. 07d53ae net: Remove some unneeded semicolon by zhong jiang · 6 years ago
  28. af308b9 netfilter: nf_tables: add tunnel support by Pablo Neira Ayuso · 6 years ago
  29. cd33943 bpf: introduce the bpf_get_local_storage() helper function by Roman Gushchin · 6 years ago
  30. 6b431d5 net/socket: remove duplicated init code by Matthieu Baerts · 6 years ago
  31. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. 9aba2f8 net: Fix coding style in skb_push() by Ganesh Goudar · 6 years ago
  33. d692f11 bpf: Support bpf_get_socket_cookie in more prog types by Andrey Ignatov · 6 years ago
  34. 1f82161 lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpf by Taehee Yoo · 6 years ago
  35. 486cdf2 bpf: add End.DT6 action to bpf_lwt_seg6_action helper by Mathieu Xhonneux · 6 years ago
  36. 778c4d5 fib_rules: NULL check before kfree is not needed by YueHaibing · 6 years ago
  37. cd11b164 net/tc: introduce TC_ACT_REINSERT. by Paolo Abeni · 6 years ago
  38. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  39. 7a4c53b net: report invalid mtu value via netlink extack by Stephen Hemminger · 6 years ago
  40. 3e7a50c net: report min and max mtu network device settings by Stephen Hemminger · 6 years ago
  41. 958b4cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  42. 71eb525 bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog() by Taehee Yoo · 6 years ago
  43. 3eee1f7 bpf: fix bpf_skb_load_bytes_relative pkt length check by Daniel Borkmann · 6 years ago
  44. 7a49d3d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  45. 36e0f12 xdp: add NULL pointer check in __xdp_return() by Taehee Yoo · 6 years ago
  46. 7effaf0 net: rollback orig value on failure of dev_qdisc_change_tx_queue_len by Tariq Toukan · 6 years ago
  47. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. e446a27 net: remove blank lines at end of file by Stephen Hemminger · 6 years ago
  49. 8dd3020 net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc by Tariq Toukan · 6 years ago
  50. 144fe2b sock: fix sg page frag coalescing in sk_alloc_sg by Daniel Borkmann · 6 years ago
  51. 5025f7f rtnetlink: add rtnl_link_state check in rtnl_configure_link by Roopa Prabhu · 6 years ago
  52. ff907a1 net: skb_segment() should not return NULL by Eric Dumazet · 6 years ago
  53. fbdeaed net: create reusable function for getting ownership info of sysfs inodes by Tyler Hicks · 6 years ago
  54. b0e37c0 net-sysfs: make sure objects belong to container's owner by Dmitry Torokhov · 6 years ago
  55. 3033fce net-sysfs: require net admin in the init ns for setting tx_maxrate by Tyler Hicks · 6 years ago
  56. 7c4ec74 net: Init backlog NAPI's gro_hash. by David S. Miller · 6 years ago
  57. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  58. 5544adb flow_dissector: Dissect tos and ttl from the tunnel info by Or Gerlitz · 6 years ago
  59. 4905bd9 net/page_pool: Fix inconsistent lock state warning by Tariq Toukan · 6 years ago
  60. f15f084 pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation warning by Jakub Kicinski · 6 years ago
  61. a48d189 net: Move skb decrypted field, avoid explicity copy by Stefano Brivio · 6 years ago
  62. 202aabe xdp: fix uninitialized 'err' variable by Jakub Kicinski · 6 years ago
  63. ccdb517 net: Fix GRO_HASH_BUCKETS assertion. by David S. Miller · 6 years ago
  64. d9f37d0 net: convert gro_count to bitmask by Li RongQing · 6 years ago
  65. 1413656 net: Add TLS RX offload feature by Ilya Lesokhin · 6 years ago
  66. 784abe2 net: Add decrypted field to skb by Boris Pismenny · 6 years ago
  67. 2aa4a33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  68. c849eb0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  69. e78bfb0 skbuff: Unconditionally copy pfmemalloc in __skb_clone() by Stefano Brivio · 6 years ago
  70. a25717d xdp: support simultaneous driver and hw XDP attachment by Jakub Kicinski · 6 years ago
  71. 0529662 xdp: factor out common program/flags handling from drivers by Jakub Kicinski · 6 years ago
  72. 6b86758 xdp: don't make drivers report attachment mode by Jakub Kicinski · 6 years ago
  73. 4f91da2 xdp: add per mode attributes for attached programs by Jakub Kicinski · 6 years ago
  74. f6a69885 devlink: Add generic parameters region_snapshot by Alex Vesker · 6 years ago
  75. 4e54795 devlink: Add support for region snapshot read command by Alex Vesker · 6 years ago
  76. 866319b devlink: Add support for region snapshot delete command by Alex Vesker · 6 years ago
  77. a006d46 devlink: Extend the support querying for region snapshot IDs by Alex Vesker · 6 years ago
  78. d8db7ea devlink: Add support for region get command by Alex Vesker · 6 years ago
  79. d7e5272 devlink: Add support for creating region snapshots by Alex Vesker · 6 years ago
  80. ccadfa4 devlink: Add callback to query for snapshot id before snapshot create by Alex Vesker · 6 years ago
  81. b16ebe9 devlink: Add support for creating and destroying regions by Alex Vesker · 6 years ago
  82. 68d2f84 net: gro: properly remove skb from list by Prashant Bhole · 6 years ago
  83. 8b70086 net: Don't copy pfmemalloc flag in __copy_skb_header() by Stefano Brivio · 6 years ago
  84. e32f55f Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  85. 61d7698 bpf: fix availability probing for seg6 helpers by Mathieu Xhonneux · 6 years ago
  86. 07f3355 infiniband: i40iw, nes: don't use wall time for TCP sequence numbers by Arnd Bergmann · 6 years ago
  87. 59ee412 bpf: fix ldx in ld_abs rewrite for large offsets by Daniel Borkmann · 6 years ago
  88. 9af86f9 net: core: fix use-after-free in __netif_receive_skb_list_core by Edward Cree · 6 years ago
  89. 8c057ef net: core: fix uses-after-free in list processing by Edward Cree · 6 years ago
  90. 8ec56fc net: allow fallback function to pass netdev by Alexander Duyck · 6 years ago
  91. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 6 years ago
  92. a4ea8a3 net: Add generic ndo_select_queue functions by Alexander Duyck · 6 years ago
  93. eadec877 net: Add support for subordinate traffic classes to netdev_pick_tx by Alexander Duyck · 6 years ago
  94. ffcfe25 net: Add support for subordinate device traffic classes by Alexander Duyck · 6 years ago
  95. d7be977 net-sysfs: Drop support for XPS and traffic_class on single queue device by Alexander Duyck · 6 years ago
  96. 7f93d12 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  97. d8d7218 xdp: XDP_REDIRECT should check IFF_UP and MTU by Toshiaki Makita · 6 years ago
  98. 0ea488f bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb by John Fastabend · 6 years ago
  99. 0c6bc6e bpf: fix sk_skb programs without skb->dev assigned by John Fastabend · 6 years ago
  100. 24c590e net/flow_dissector: Add support for QinQ dissection by Jianbo Liu · 6 years ago