1. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  2. 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  3. 644c7ee rtnetlink: validate attributes in do_setlink() by Eric Dumazet · 7 years ago
  4. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  5. ac0fc8a devlink: Add extack to reload and port_{un, }split operations by David Ahern · 7 years ago
  6. 02b55e5 xdp: add MEM_TYPE_ZERO_COPY by Björn Töpel · 7 years ago
  7. f396922 net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets by Maciej Żenczykowski · 7 years ago
  8. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  9. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  10. fa1be7e ipv6: omit traffic class when calculating flow hash by Michal Kubecek · 7 years ago
  11. a925ab4 Revert "ipv6: omit traffic class when calculating flow hash" by David S. Miller · 7 years ago
  12. 87ae68c ipv6: omit traffic class when calculating flow hash by Michal Kubecek · 7 years ago
  13. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  14. bd3a08a bpf: flowlabel in bpf_fib_lookup should be flowinfo by David Ahern · 7 years ago
  15. 1e67575 bpf/xdp: non-map redirect can avoid calling ndo_xdp_flush by Jesper Dangaard Brouer · 7 years ago
  16. 42b3346 xdp: add flags argument to ndo_xdp_xmit API by Jesper Dangaard Brouer · 7 years ago
  17. 1fbc2e0 bpf: make sure to clear unused fields in tunnel/xfrm state fetch by Daniel Borkmann · 7 years ago
  18. cb20b08 bpf: add bpf_skb_cgroup_id helper by Daniel Borkmann · 7 years ago
  19. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  20. af066ed rtnetlink: Fix null-ptr-deref in rtnl_newlink by Prashant Bhole · 7 years ago
  21. 664088f net-sysfs: Fix memory leak in XPS configuration by Alexander Duyck · 7 years ago
  22. ccf8dbc rtnetlink: Remove VLA usage by Kees Cook · 7 years ago
  23. bcece5d bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address families by David Ahern · 7 years ago
  24. 9ce64f1 bpf: Verify flags in bpf_fib_lookup by David Ahern · 7 years ago
  25. 720e7f3 bpf: hide the unused 'off' variable by YueHaibing · 7 years ago
  26. c1c9a3c net: remove unnecessary genlmsg_cancel() calls by YueHaibing · 7 years ago
  27. 30c8bd5 net: Introduce generic failover module by Sridhar Samudrala · 7 years ago
  28. 1cedee1 bpf: Hooks for sys_sendmsg by Andrey Ignatov · 7 years ago
  29. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  30. 984652d net: remove sock_no_poll by Christoph Hellwig · 7 years ago
  31. 30d444d net/ipv6: Udate fib6_table_lookup tracepoint by David Ahern · 7 years ago
  32. 90fed9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  33. 735fc40 xdp: change ndo_xdp_xmit API to support bulking by Jesper Dangaard Brouer · 7 years ago
  34. 389ab7f xdp: introduce xdp_return_frame_rx_napi by Jesper Dangaard Brouer · 7 years ago
  35. 38edddb xdp: add tracepoint for devmap like cpumap have by Jesper Dangaard Brouer · 7 years ago
  36. 67f29e0 bpf: devmap introduce dev_map_enqueue by Jesper Dangaard Brouer · 7 years ago
  37. 004d4b2 ipv6: sr: Add seg6local action End.BPF by Mathieu Xhonneux · 7 years ago
  38. cd3092c bpf: Split lwt inout verifier structures by Mathieu Xhonneux · 7 years ago
  39. fe94cc2 bpf: Add IPv6 Segment Routing helpers by Mathieu Xhonneux · 7 years ago
  40. 7ac1cc9 devlink: don't take instance lock around eswitch mode set by Jakub Kicinski · 7 years ago
  41. 4f74fed bpf: Add mtu checking to FIB forwarding helper by David Ahern · 7 years ago
  42. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  43. 08474c1 devlink: introduce a helper to generate physical port names by Jiri Pirko · 7 years ago
  44. 5ec1380 devlink: extend attrs_set for setting port flavours by Jiri Pirko · 7 years ago
  45. b9ffcba devlink: introduce devlink_port_attrs_set by Jiri Pirko · 7 years ago
  46. 303def3 bpf: allow sk_msg programs to read sock fields by John Fastabend · 7 years ago
  47. 9709020 sock_diag: fix use-after-free read in __sk_free by Eric Dumazet · 7 years ago
  48. 6358d49 net: Fix a bug in removing queues from XPS map by Amritha Nambiar · 7 years ago
  49. 050fad7 bpf: fix truncated jump targets on heavy expansions by Daniel Borkmann · 7 years ago
  50. b9f672a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  51. 32f7b44 sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers by Paolo Abeni · 7 years ago
  52. 71a5053 neigh: switch to proc_create_seq_data by Christoph Hellwig · 7 years ago
  53. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  54. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  55. 8111038 bpf: sockmap, add hash map support by John Fastabend · 7 years ago
  56. e5cd3ab bpf: sockmap, refactor sockmap routines to work with hashmap by John Fastabend · 7 years ago
  57. cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 7 years ago
  58. 87f5fc7 bpf: Provide helper to do forwarding lookups in kernel FIB table by David Ahern · 7 years ago
  59. 0278647 net: Update generic_xdp_needed static key to modern api by Davidlohr Bueso · 7 years ago
  60. 39e8392 net: Update netstamp_needed static key to modern api by Davidlohr Bueso · 7 years ago
  61. aabf677 net: Update [e/in]gress_needed static key to modern api by Davidlohr Bueso · 7 years ago
  62. a7950ae net/sock: Update memalloc_socks static key to modern api by Davidlohr Bueso · 7 years ago
  63. 0d83003 bpf: xdp: allow offloads to store into rx_queue_index by Jakub Kicinski · 7 years ago
  64. d869dea flow_dissector: do not rely on implicit casts by Paolo Abeni · 7 years ago
  65. 72a338b net: core: rework basic flow dissection helper by Paolo Abeni · 7 years ago
  66. 01adc48 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  67. ab74cfe net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdma by Christoph Hellwig · 7 years ago
  68. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  69. 4e1ec56 bpf: add skb_load_bytes_relative helper by Daniel Borkmann · 7 years ago
  70. e0cea7c bpf: implement ld_abs/ld_ind in native bpf by Daniel Borkmann · 7 years ago
  71. 93731ef bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier by Daniel Borkmann · 7 years ago
  72. b390134 bpf: prefix cbpf internal helpers with bpf_ by Daniel Borkmann · 7 years ago
  73. 865b03f dev: packet: make packet_direct_xmit a common function by Magnus Karlsson · 7 years ago
  74. 02671e2 xsk: wire up XDP_SKB side of AF_XDP by Björn Töpel · 7 years ago
  75. 1b1a251 xsk: wire up XDP_DRV side of AF_XDP by Björn Töpel · 7 years ago
  76. c497176 xsk: add Rx receive functions and poll support by Björn Töpel · 7 years ago
  77. 68e8b84 net: initial AF_XDP skeleton by Björn Töpel · 7 years ago
  78. e283de3 net: core: Inline netdev_features_size_check() by Florian Fainelli · 7 years ago
  79. d656fe4 ethtool: fix a potential missing-check bug by Wenwen Wang · 7 years ago
  80. 2342a85 net: Add TLS TX offload features by Ilya Lesokhin · 7 years ago
  81. ebf4e80 net: Add Software fallback infrastructure for socket dependent offloads by Ilya Lesokhin · 7 years ago
  82. 08303c1 net: Rename and export copy_skb_header by Ilya Lesokhin · 7 years ago
  83. 3ac305c net: core: Assert the size of netdev_featres_t by Florian Fainelli · 7 years ago
  84. 1b837d4 net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hash by Alexander Duyck · 7 years ago
  85. 3f5ecd8 net: Fix coccinelle warning by Kirill Tkhai · 7 years ago
  86. 9994338 net: Allow network devices to have PHY statistics by Florian Fainelli · 7 years ago
  87. c59530d net: Move PHY statistics code into PHY library helpers by Florian Fainelli · 7 years ago
  88. 79741a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  89. f761312 bpf: fix xdp_generic for bpf_adjust_tail usecase by Nikita V. Shirokov · 7 years ago
  90. 83aa025 udp: add gso support to virtual devices by Willem de Bruijn · 7 years ago
  91. ee80d1e udp: add udp gso by Willem de Bruijn · 7 years ago
  92. a9537c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  93. c77bbc6 net: rules: Move l3mdev attribute validation to a helper by David Ahern · 7 years ago
  94. 9ce33e4 neighbour: support for NTF_EXT_LEARNED flag by Roopa Prabhu · 7 years ago
  95. 5540fbf bpf: clear the ip_tunnel_info. by William Tu · 7 years ago
  96. 12bed76 bpf: add helper for getting xfrm states by Eyal Birger · 7 years ago
  97. 9c20b93 net: fib_rules: fix l3mdev netlink attr processing by Roopa Prabhu · 7 years ago
  98. b16fb41 net: fib_rules: add extack support by Roopa Prabhu · 7 years ago
  99. f9d4b0c fib_rules: move common handling of newrule delrule msgs into fib_nl2rule by Roopa Prabhu · 7 years ago
  100. e0ada51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago