1. f42ee09 bpf/test_run: support cgroup local storage by Roman Gushchin · 6 years ago
  2. 34a6bbb bpftool: add support for CGROUP_STORAGE maps by Roman Gushchin · 6 years ago
  3. c419cf5 bpf: sync bpf.h to tools/ by Roman Gushchin · 6 years ago
  4. cd33943 bpf: introduce the bpf_get_local_storage() helper function by Roman Gushchin · 6 years ago
  5. 7b5dd2b bpf: don't allow create maps of cgroup local storages by Roman Gushchin · 6 years ago
  6. 3e6a4b3 bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE by Roman Gushchin · 6 years ago
  7. 394e40a bpf: extend bpf_prog_array to store pointers to the cgroup storage by Roman Gushchin · 6 years ago
  8. d7bf2c1 bpf: allocate cgroup storage entries on attaching bpf programs by Roman Gushchin · 6 years ago
  9. aa0ad5b bpf: pass a pointer to a cgroup storage using pcpu variable by Roman Gushchin · 6 years ago
  10. de9cbba bpf: introduce cgroup storage maps by Roman Gushchin · 6 years ago
  11. 0a4c58f bpf: add ability to charge bpf maps memory dynamically by Roman Gushchin · 6 years ago
  12. fbeb160 bpf: verifier: MOV64 don't mark dst reg unbounded by Arthur Fabre · 6 years ago
  13. 194db0d selftests/bpf: Test for get_socket_cookie by Andrey Ignatov · 6 years ago
  14. 0289a2c selftests/bpf: Add bpf_get_socket_cookie to bpf_helpers.h by Andrey Ignatov · 6 years ago
  15. a40b712 bpf: Sync bpf.h to tools/ by Andrey Ignatov · 6 years ago
  16. d692f11 bpf: Support bpf_get_socket_cookie in more prog types by Andrey Ignatov · 6 years ago
  17. 240b74f nfp: fix variable dereferenced before check in nfp_app_ctrl_rx_raw() by Jakub Kicinski · 6 years ago
  18. 1f82161 lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpf by Taehee Yoo · 6 years ago
  19. 486cdf2 bpf: add End.DT6 action to bpf_lwt_seg6_action helper by Mathieu Xhonneux · 6 years ago
  20. 1ce6a9f bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2" by Thomas Richter · 6 years ago
  21. 2e96187 Merge branch 'bpf-docs-rst-improvements' by Daniel Borkmann · 6 years ago
  22. 6919bcc docs: bpf: Capitalise document heading by Tobin C. Harding · 6 years ago
  23. 3209570 docs: Add bpf/index to top level index by Tobin C. Harding · 6 years ago
  24. b3d40f6 docs: bpf: Add toctree to index by Tobin C. Harding · 6 years ago
  25. d9b9170a docs: bpf: Rename README.rst to index.rst by Tobin C. Harding · 6 years ago
  26. 54b7575 Merge branch 'bpf-convert-more-samples' by Daniel Borkmann · 6 years ago
  27. 6748182 samples: bpf: convert xdpsock_user.c to libbpf by Jakub Kicinski · 6 years ago
  28. e1a40ef samples: bpf: convert xdp_fwd_user.c to libbpf by Jakub Kicinski · 6 years ago
  29. 6d4b198 tools: libbpf: add bpf_object__find_program_by_title() by Jakub Kicinski · 6 years ago
  30. 1e96004 tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd() by Jakub Kicinski · 6 years ago
  31. 2367bd9 Merge branch 'bpf-nfp-perf-event-improvements' by Daniel Borkmann · 6 years ago
  32. 1708256 nfp: bpf: improve map offload info messages by Jakub Kicinski · 6 years ago
  33. ab01f4a nfp: bpf: remember maps by ID by Jakub Kicinski · 6 years ago
  34. 0958762 nfp: bpf: allow receiving perf events on data queues by Jakub Kicinski · 6 years ago
  35. 20c5420 nfp: bpf: pass raw data buffer to nfp_bpf_event_output() by Jakub Kicinski · 6 years ago
  36. 79ca38e nfp: allow control message reception on data queues by Jakub Kicinski · 6 years ago
  37. 78a8b76 nfp: move repr handling on RX path by Jakub Kicinski · 6 years ago
  38. 9778cfd samples/bpf: Add BTF build flags to Makefile by Taeung Song · 6 years ago
  39. 598135e samples/bpf: xdpsock: order memory on AArch64 by Brian Brooks · 6 years ago
  40. 08a8525 tools/bpftool: ignore build products by Taeung Song · 6 years ago
  41. e66565f bpf: Add Python 3 support to selftests scripts for bpf by Jeremy Cline · 6 years ago
  42. 2cc512c bpf: btf: fix inconsistent IS_ERR and PTR_ERR by YueHaibing · 6 years ago
  43. aea5f654 net/sched: add skbprio scheduler by Nishanth Devarajan · 6 years ago
  44. b8f8c8e net: phy: add GBit master / slave error detection by Heiner Kallweit · 6 years ago
  45. 7836899c Merge branch 'net-whitespace-cleanups' by David S. Miller · 6 years ago
  46. e446a27 net: remove blank lines at end of file by Stephen Hemminger · 6 years ago
  47. c2df560 l2tp: remove trailing newline by Stephen Hemminger · 6 years ago
  48. a17922d bpfilter: remove trailing newline by Stephen Hemminger · 6 years ago
  49. 19c198d decnet: whitespace fixes by Stephen Hemminger · 6 years ago
  50. 27782f4 x25: remove blank lines at EOF by Stephen Hemminger · 6 years ago
  51. 9d82a1c ax25: remove blank line at EOF by Stephen Hemminger · 6 years ago
  52. 543de88 atm: remove blank lines at EOF by Stephen Hemminger · 6 years ago
  53. ed976ea ila: remove blank lines at EOF by Stephen Hemminger · 6 years ago
  54. aa46225 sctp: whitespace fixes by Stephen Hemminger · 6 years ago
  55. 2e13b58 xfrm: remove blank lines at EOF by Stephen Hemminger · 6 years ago
  56. 04c6a3a mpls: remove trailing whitepace by Stephen Hemminger · 6 years ago
  57. a87e87d llc: fix whitespace issues by Stephen Hemminger · 6 years ago
  58. 1cb1d97 rds: remove trailing whitespace and blank lines by Stephen Hemminger · 6 years ago
  59. bf9b556 wimax: remove blank lines at EOF by Stephen Hemminger · 6 years ago
  60. 50f699b sched: fix trailing whitespace by Stephen Hemminger · 6 years ago
  61. 8dd3020 net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc by Tariq Toukan · 6 years ago
  62. c4ef85d Merge branch 'cxgb4-collect-free-Tx-Rx-pages-and-page-pointers' by David S. Miller · 6 years ago
  63. ae2a922 cxgb4: move Tx/Rx free pages collection to common code by Rahul Lakkireddy · 6 years ago
  64. 9d0f180 cxgb4: collect number of free PSTRUCT page pointers by Rahul Lakkireddy · 6 years ago
  65. 6eb5e65 Merge branch 'mlxsw-Add-extack-messages-for-tc-flower' by David S. Miller · 6 years ago
  66. 27c203c mlxsw: spectrum_flower: Add extack messages by Nir Dotan · 6 years ago
  67. af1fe78 mlxsw: spectrum_acl: Add extack messages by Nir Dotan · 6 years ago
  68. 9c10812 mlxsw: core_acl_flex_actions: Add extack messages by Nir Dotan · 6 years ago
  69. ad7769c mlxsw: spectrum_acl: Propagate extack pointer by Nir Dotan · 6 years ago
  70. 3730cf4 netlink: do not store start function in netlink_cb by Florian Westphal · 6 years ago
  71. c93622b Merge tag 'mac80211-next-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 6 years ago
  72. 133bf90 mac80211: restrict delayed tailroom needed decrement by Manikanta Pubbisetty · 7 years ago
  73. d17504b wireless/lib80211: Convert from ahash to shash by Kees Cook · 6 years ago
  74. a527d3f Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 6 years ago
  75. 176bd861 Merge branch 'rds-ipv6' by David S. Miller · 6 years ago
  76. b7ff8b1 rds: Extend RDS API for IPv6 support by Ka-Cheong Poon · 6 years ago
  77. 1e2b44e rds: Enable RDS IPv6 support by Ka-Cheong Poon · 6 years ago
  78. eee2fa6 rds: Changing IP address internal representation to struct in6_addr by Ka-Cheong Poon · 6 years ago
  79. a6c90dd Merge branch 'sched-introduce-chain-templates-support-with-offloading-to-mlxsw' by David S. Miller · 6 years ago
  80. d159b38 selftests: forwarding: add tests for TC chain templates by Jiri Pirko · 6 years ago
  81. 2d73c88 selftests: forwarding: add tests for TC chains creation adn destruction by Jiri Pirko · 6 years ago
  82. 7f333cb selftests: forwarding: move shblock tc support check to a separate helper by Jiri Pirko · 6 years ago
  83. e2f2a1f mlxsw: spectrum: Implement chain template hinting by Jiri Pirko · 6 years ago
  84. 3473845 net: sched: cls_flower: propagate chain teplate creation and destruction to drivers by Jiri Pirko · 6 years ago
  85. b95ec7e net: sched: cls_flower: implement chain templates by Jiri Pirko · 6 years ago
  86. 33fb5cb net: sched: cls_flower: change fl_init_dissector to accept mask and dissector by Jiri Pirko · 6 years ago
  87. f574908 net: sched: cls_flower: move key/mask dumping into a separate function by Jiri Pirko · 6 years ago
  88. 9f407f1 net: sched: introduce chain templates by Jiri Pirko · 6 years ago
  89. 32a4f5e net: sched: introduce chain object to uapi by Jiri Pirko · 6 years ago
  90. f71e0ca4 net: sched: Avoid implicit chain 0 creation by Jiri Pirko · 6 years ago
  91. f34e8bf net: sched: push ops lookup bits into tcf_proto_lookup_ops() by Jiri Pirko · 6 years ago
  92. d3585ed Merge branch 'cpsw-add-MQPRIO-and-CBS-Qdisc-offload' by David S. Miller · 6 years ago
  93. ae62372f Documentation: networking: cpsw: add MQPRIO & CBS offload examples by Ivan Khoronzhuk · 6 years ago
  94. 4b4255e net: ethernet: ti: cpsw: restore shaper configuration while down/up by Ivan Khoronzhuk · 6 years ago
  95. 57d9014 net: ethernet: ti: cpsw: add CBS Qdisc offload by Ivan Khoronzhuk · 6 years ago
  96. 7929a66 net: ethernet: ti: cpsw: add MQPRIO Qdisc offload by Ivan Khoronzhuk · 6 years ago
  97. 4bb6c35 net: ethernet: ti: cpdma: fit rated channels in backward order by Ivan Khoronzhuk · 6 years ago
  98. 79b3325 net: ethernet: ti: cpsw: use cpdma channels in backward order for txq by Ivan Khoronzhuk · 6 years ago
  99. b19c7bb Merge tag 'mlx5e-updates-2018-07-18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  100. 3f44899 net/mlx5e: Use PARTIAL_GSO for UDP segmentation by Boris Pismenny · 7 years ago