1. 4ce0017 net: core: another layer of lists, around PF_MEMALLOC skb handling by Edward Cree · 7 years ago
  2. 7da517a net: core: Another step of skb receive list processing by Edward Cree · 7 years ago
  3. 920572b net: core: unwrap skb list receive slightly further by Edward Cree · 7 years ago
  4. f6ad8c1 net: core: trivial netif_receive_skb_list() entry point by Edward Cree · 7 years ago
  5. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  6. 4e33d7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  7. d6f1993 net: expose sk wmem in sock_exceed_buf_limit tracepoint by Yafang Shao · 7 years ago
  8. 8af2c06 net-sysfs: Add interface for Rx queue(s) map per Tx queue by Amritha Nambiar · 7 years ago
  9. fc9bab2 net: Enable Tx queue selection based on Rx queues by Amritha Nambiar · 7 years ago
  10. c6345ce net: Record receive queue number for a connection by Amritha Nambiar · 7 years ago
  11. 0415746 net: Use static_key for XPS maps by Amritha Nambiar · 7 years ago
  12. 80d1966 net: Refactor XPS for CPUs and Rx queues by Amritha Nambiar · 7 years ago
  13. 271b955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  14. 35e8c7b net: fib_rules: bring back rule_exists to match rule during add by Roopa Prabhu · 7 years ago
  15. 3f76df1 net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN by Cong Wang · 7 years ago
  16. d14b56f net: cleanup gfp mask in alloc_skb_with_frags by Michal Hocko · 7 years ago
  17. 256c87c net: check tunnel option type in tunnel flags by Pieter Jansen van Vuuren · 7 years ago
  18. e699e2c net, mm: account sock objects to kmemcg by Shakeel Butt · 7 years ago
  19. 4c79579 bpf: Change bpf_fib_lookup to return lookup status by David Ahern · 7 years ago
  20. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  21. 9c4c325 skbuff: preserve sock reference when scrubbing the skb. by Flavio Leitner · 7 years ago
  22. 8e32628 neighbour: force neigh_invalidate when NUD_FAILED update is from admin by Roopa Prabhu · 7 years ago
  23. 7c8f4e6 fib_rules: match rules based on suppress_* properties too by Jason A. Donenfeld · 7 years ago
  24. 07d7836 net: Convert NAPI gro list into a small hash table. by David Miller · 7 years ago
  25. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  26. 9f9a707 rhashtable: remove nulls_base and related code. by NeilBrown · 7 years ago
  27. 7892bd0 net: propagate dev_get_valid_name return code by Li RongQing · 7 years ago
  28. 0841d98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  29. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  30. 6d5fc19 xdp: Fix handling of devmap in generic XDP by Toshiaki Makita · 7 years ago
  31. f6a6f20 neighbour: skip NTF_EXT_LEARNED entries during forced gc by Roopa Prabhu · 7 years ago
  32. fd7bece treewide: Use array_size() in vzalloc_node() by Kees Cook · 7 years ago
  33. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  34. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  35. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  36. cdb8744 Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets" by Bart Van Assche · 7 years ago
  37. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  38. 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  39. 644c7ee rtnetlink: validate attributes in do_setlink() by Eric Dumazet · 7 years ago
  40. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  41. ac0fc8a devlink: Add extack to reload and port_{un, }split operations by David Ahern · 7 years ago
  42. 02b55e5 xdp: add MEM_TYPE_ZERO_COPY by Björn Töpel · 7 years ago
  43. f396922 net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets by Maciej Żenczykowski · 7 years ago
  44. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  45. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  46. fa1be7e ipv6: omit traffic class when calculating flow hash by Michal Kubecek · 7 years ago
  47. a925ab4 Revert "ipv6: omit traffic class when calculating flow hash" by David S. Miller · 7 years ago
  48. 87ae68c ipv6: omit traffic class when calculating flow hash by Michal Kubecek · 7 years ago
  49. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  50. bd3a08a bpf: flowlabel in bpf_fib_lookup should be flowinfo by David Ahern · 7 years ago
  51. 1e67575 bpf/xdp: non-map redirect can avoid calling ndo_xdp_flush by Jesper Dangaard Brouer · 7 years ago
  52. 42b3346 xdp: add flags argument to ndo_xdp_xmit API by Jesper Dangaard Brouer · 7 years ago
  53. 1fbc2e0 bpf: make sure to clear unused fields in tunnel/xfrm state fetch by Daniel Borkmann · 7 years ago
  54. cb20b08 bpf: add bpf_skb_cgroup_id helper by Daniel Borkmann · 7 years ago
  55. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  56. af066ed rtnetlink: Fix null-ptr-deref in rtnl_newlink by Prashant Bhole · 7 years ago
  57. 664088f net-sysfs: Fix memory leak in XPS configuration by Alexander Duyck · 7 years ago
  58. ccf8dbc rtnetlink: Remove VLA usage by Kees Cook · 7 years ago
  59. bcece5d bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address families by David Ahern · 7 years ago
  60. 9ce64f1 bpf: Verify flags in bpf_fib_lookup by David Ahern · 7 years ago
  61. 720e7f3 bpf: hide the unused 'off' variable by YueHaibing · 7 years ago
  62. c1c9a3c net: remove unnecessary genlmsg_cancel() calls by YueHaibing · 7 years ago
  63. 30c8bd5 net: Introduce generic failover module by Sridhar Samudrala · 7 years ago
  64. 1cedee1 bpf: Hooks for sys_sendmsg by Andrey Ignatov · 7 years ago
  65. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  66. 984652d net: remove sock_no_poll by Christoph Hellwig · 7 years ago
  67. 30d444d net/ipv6: Udate fib6_table_lookup tracepoint by David Ahern · 7 years ago
  68. 90fed9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  69. 735fc40 xdp: change ndo_xdp_xmit API to support bulking by Jesper Dangaard Brouer · 7 years ago
  70. 389ab7f xdp: introduce xdp_return_frame_rx_napi by Jesper Dangaard Brouer · 7 years ago
  71. 38edddb xdp: add tracepoint for devmap like cpumap have by Jesper Dangaard Brouer · 7 years ago
  72. 67f29e0 bpf: devmap introduce dev_map_enqueue by Jesper Dangaard Brouer · 7 years ago
  73. 004d4b2 ipv6: sr: Add seg6local action End.BPF by Mathieu Xhonneux · 7 years ago
  74. cd3092c bpf: Split lwt inout verifier structures by Mathieu Xhonneux · 7 years ago
  75. fe94cc2 bpf: Add IPv6 Segment Routing helpers by Mathieu Xhonneux · 7 years ago
  76. 7ac1cc9 devlink: don't take instance lock around eswitch mode set by Jakub Kicinski · 7 years ago
  77. 4f74fed bpf: Add mtu checking to FIB forwarding helper by David Ahern · 7 years ago
  78. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  79. 08474c1 devlink: introduce a helper to generate physical port names by Jiri Pirko · 7 years ago
  80. 5ec1380 devlink: extend attrs_set for setting port flavours by Jiri Pirko · 7 years ago
  81. b9ffcba devlink: introduce devlink_port_attrs_set by Jiri Pirko · 7 years ago
  82. 303def3 bpf: allow sk_msg programs to read sock fields by John Fastabend · 7 years ago
  83. 9709020 sock_diag: fix use-after-free read in __sk_free by Eric Dumazet · 7 years ago
  84. 6358d49 net: Fix a bug in removing queues from XPS map by Amritha Nambiar · 7 years ago
  85. 050fad7 bpf: fix truncated jump targets on heavy expansions by Daniel Borkmann · 7 years ago
  86. b9f672a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  87. 32f7b44 sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers by Paolo Abeni · 7 years ago
  88. 71a5053 neigh: switch to proc_create_seq_data by Christoph Hellwig · 7 years ago
  89. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  90. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  91. 8111038 bpf: sockmap, add hash map support by John Fastabend · 7 years ago
  92. e5cd3ab bpf: sockmap, refactor sockmap routines to work with hashmap by John Fastabend · 7 years ago
  93. cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 7 years ago
  94. 87f5fc7 bpf: Provide helper to do forwarding lookups in kernel FIB table by David Ahern · 7 years ago
  95. 0278647 net: Update generic_xdp_needed static key to modern api by Davidlohr Bueso · 7 years ago
  96. 39e8392 net: Update netstamp_needed static key to modern api by Davidlohr Bueso · 7 years ago
  97. aabf677 net: Update [e/in]gress_needed static key to modern api by Davidlohr Bueso · 7 years ago
  98. a7950ae net/sock: Update memalloc_socks static key to modern api by Davidlohr Bueso · 7 years ago
  99. 0d83003 bpf: xdp: allow offloads to store into rx_queue_index by Jakub Kicinski · 7 years ago
  100. d869dea flow_dissector: do not rely on implicit casts by Paolo Abeni · 7 years ago