1. 6bce9d2 bpf: sockmap sample, add data verification option by John Fastabend · 6 years ago
  2. e67463c bpf: sockmap sample, add sendfile test by John Fastabend · 6 years ago
  3. 4c4c3c2 bpf: sockmap sample, add option to attach SK_MSG program by John Fastabend · 6 years ago
  4. 1acc60b bpf: add verifier tests for BPF_PROG_TYPE_SK_MSG by John Fastabend · 6 years ago
  5. 82a8616 bpf: add map tests for BPF_PROG_TYPE_SK_MSG by John Fastabend · 6 years ago
  6. 015632b bpf: sk_msg program helper bpf_sk_msg_pull_data by John Fastabend · 6 years ago
  7. 91843d5 bpf: sockmap, add msg_cork_bytes() helper by John Fastabend · 6 years ago
  8. 2a10031 bpf: sockmap, add bpf_msg_apply_bytes() helper by John Fastabend · 6 years ago
  9. 4f738ad bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data by John Fastabend · 6 years ago
  10. 8c05dbf net: generalize sk_alloc_sg to work with scatterlist rings by John Fastabend · 6 years ago
  11. 312fc2b net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG by John Fastabend · 6 years ago
  12. ffa3566 sockmap: convert refcnt to an atomic refcnt by John Fastabend · 6 years ago
  13. 2c3682f sock: make static tls function alloc_sg generic sock helper by John Fastabend · 6 years ago
  14. 318df9f Merge branch 'bpf-tools-build-improvements' by Daniel Borkmann · 6 years ago
  15. cc5b340 tools: bpf: remove feature detection output by Jakub Kicinski · 6 years ago
  16. 8050ea4 tools: bpf: cleanup PHONY target by Jakub Kicinski · 6 years ago
  17. d5fc73d tools: bpftool: fix potential format truncation by Jakub Kicinski · 6 years ago
  18. 90126e3 tools: bpftool: fix dependency file path by Jakub Kicinski · 6 years ago
  19. 68de5ef Merge branch 'bpf-stackmap-build-id' by Daniel Borkmann · 6 years ago
  20. 81f77fd bpf: add selftest for stackmap with BPF_F_STACK_BUILD_ID by Song Liu · 6 years ago
  21. 615755a bpf: extend stackmap to save binary_build_id+offset instead of address by Song Liu · 6 years ago
  22. 6d8cb04 bpf: comment why dots in filenames under BPF virtual FS are not allowed by Quentin Monnet · 7 years ago
  23. 75a141a Merge branch 'bpf-tools-makefile-improvements' by Daniel Borkmann · 7 years ago
  24. ef8ba83b tools: bpf: silence make by not deleting intermediate file by Jiri Benc · 7 years ago
  25. a50b7f8 tools: bpf: respect quiet/verbose build by Jiri Benc · 7 years ago
  26. 58416c3 tools: bpf: call descend in Makefile by Jiri Benc · 7 years ago
  27. 6c07100 tools: bpf: make install should build first by Jiri Benc · 7 years ago
  28. fde68c5 tools: bpf: consistent make bpf_install by Jiri Benc · 7 years ago
  29. 5a8997f tools: bpf: respect output directory during build by Jiri Benc · 7 years ago
  30. 72ab55e tools: bpftool: silence 'missing initializer' warnings by Jiri Benc · 7 years ago
  31. 12ef9bd Merge branch 'bpf-perf-sample-addr' by Daniel Borkmann · 7 years ago
  32. 12fe122 samples/bpf: add example to test reading address by Teng Qin · 7 years ago
  33. 95da0cd bpf: add support to read sample address in bpf program by Teng Qin · 7 years ago
  34. a366e30 ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREE by Eric Dumazet · 7 years ago
  35. 3f6be0e Merge branch 'RDS-zerocopy-code-enhancements' by David S. Miller · 7 years ago
  36. 9426bbc rds: use list structure to track information for zerocopy completion notification by Sowmini Varadhan · 7 years ago
  37. d40a126b rds: refactor zcopy code into rds_message_zcopy_from_user by Sowmini Varadhan · 7 years ago
  38. c33b3b9 cxgb3: remove VLA usage by Gustavo A. R. Silva · 7 years ago
  39. 334e641 sock: Fix SO_ZEROCOPY switch case by Jesus Sanchez-Palencia · 7 years ago
  40. 92dbb332a Merge branch 'mvpp2-ucast-filter' by David S. Miller · 7 years ago
  41. 10fea26 net: mvpp2: Add support for unicast filtering by Maxime Chevallier · 7 years ago
  42. ce2a27c net: mvpp2: Simplify MAC filtering function parameters by Maxime Chevallier · 7 years ago
  43. dff58a0 selftests: forwarding: fix flags passed to first drop rule in gact_drop_and_ok_test by Jiri Pirko · 7 years ago
  44. 0c17db0 selftests: forwarding: fix "ok" action test by Jiri Pirko · 7 years ago
  45. bb5441f net: cdc_eem: clean up bind error path by Johan Hovold · 7 years ago
  46. 4f06717 net: kalmia: clean up bind error path by Johan Hovold · 7 years ago
  47. bcde6b7 Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by David S. Miller · 7 years ago
  48. d1f1b9c selftests: net: Introduce first PMTU test by Stefano Brivio · 7 years ago
  49. d8c13f22 net/mlx4_en: try to use high order pages for RX rings by Eric Dumazet · 7 years ago
  50. 7d99429 enic: fix boolreturn.cocci warnings by Fengguang Wu · 7 years ago
  51. b1312b8 net: dsa: mv88e6xxx: fix boolreturn.cocci warnings by Fengguang Wu · 7 years ago
  52. 630b21a net: phy: mdio-mux: slience probe defer error by Jerome Brunet · 7 years ago
  53. 1ec54cb net: unpollute priv_flags space by Paolo Abeni · 7 years ago
  54. b2b1949 Merge branch 'net-phy-remove-phy_error-from-phy_disable_interrupts' by David S. Miller · 7 years ago
  55. 70a55c3 net: phy: use phy_disable_interrupts in phy_stop by Heiner Kallweit · 7 years ago
  56. 4fff2d3 net: phy: remove phy_error from phy_disable_interrupts by Heiner Kallweit · 7 years ago
  57. 4d1e46a selftests/net: fix in_netns.sh script by Prashant Bhole · 7 years ago
  58. 6e61e10 net: mvpp2: mvpp2_check_hw_buf_num() can be static by kbuild test robot · 7 years ago
  59. 9a21ac9 ipv6: ndisc: use true and false for boolean values by Gustavo A. R. Silva · 7 years ago
  60. 22936c3 dt-bindings: net: dsa: marvell: describe compatibility string by Brandon Streiff · 7 years ago
  61. c9efb15 tipc: bcast: use true and false for boolean values by Gustavo A. R. Silva · 7 years ago
  62. 3eac60d Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  63. b5b2f33 Merge branch 'lan743x-driver' by David S. Miller · 7 years ago
  64. e8cf7c2 lan743x: Update MAINTAINERS to include lan743x driver by Bryan Whitehead · 7 years ago
  65. 23f0703 lan743x: Add main source files for new lan743x driver by Bryan Whitehead · 7 years ago
  66. 1c02e37 Merge branch 'sctp-add-support-for-some-msg_control-options-from-RFC6458' by David S. Miller · 7 years ago
  67. 4910280 sctp: add support for snd flag SCTP_SENDALL process in sendmsg by Xin Long · 7 years ago
  68. 2c0dbaa sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsg by Xin Long · 7 years ago
  69. ed63afb sctp: add support for PR-SCTP Information for sendmsg by Xin Long · 7 years ago
  70. 5c3d0fd ravb: remove erroneous comment by Niklas Söderlund · 7 years ago
  71. 30855ff net: Make account struct net to memcg by Kirill Tkhai · 7 years ago
  72. e810bf5 net/mlx5: Flow steering cmd interface should get the fte when deleting by Aviad Yehezkel · 7 years ago
  73. 3346c48 {net,IB}/mlx5: Add flow steering helpers by Boris Pismenny · 7 years ago
  74. d2ec6a3 net/mlx5: Embed mlx5_flow_act into fs_fte by Matan Barak · 7 years ago
  75. 5f41837 net/mlx5: Add empty egress namespace to flow steering core by Aviad Yehezkel · 7 years ago
  76. af76c50 net/mlx5: Add shim layer between fs and cmd by Matan Barak · 7 years ago
  77. a9db0ec {net,IB}/mlx5: Add has_tag to mlx5_flow_act by Matan Barak · 7 years ago
  78. 075572d IB/mlx5: Pass mlx5_flow_act struct instead of multiple arguments by Boris Pismenny · 7 years ago
  79. 04e8717 net/mlx5: FPGA and IPSec initialization to be before flow steering by Matan Barak · 7 years ago
  80. 1c9a10e net/mlx5e: Removed not need synchronize_rcu by Aviad Yehezkel · 7 years ago
  81. dc7debec net/mlx5e: Fixed sleeping inside atomic context by Aviad Yehezkel · 7 years ago
  82. ef927a9 net/mlx5e: Wait for FPGA command responses with a timeout by Aviad Yehezkel · 7 years ago
  83. 46f3ee4 net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabled by Aviad Yehezkel · 7 years ago
  84. c33251a IB/mlx5: Removed not used parameters by Aviad Yehezkel · 7 years ago
  85. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  86. ce38061 Merge tag 'please-pull-ia64_misc' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 7 years ago
  87. 48e362d ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities" by Colin Ian King · 7 years ago
  88. 69c90702 ia64/err-inject: Use get_user_pages_fast() by Davidlohr Bueso · 7 years ago
  89. 339d541 ia64: doc: tweak whitespace for 'console=' parameter by Sergei Trofimovich · 7 years ago
  90. 2879b65 ia64: Convert remaining atomic operations by Matthew Wilcox · 7 years ago
  91. bd5edbe ia64: convert unwcheck.py to python3 by Corentin Labbe · 7 years ago
  92. 094b58e Merge tag 'linux-kselftest-4.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
  93. 5470461 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  94. ef3f6c2 Merge branch 'mvpp2-jumbo-frames-support' by David S. Miller · 7 years ago
  95. 576193f net: mvpp2: jumbo frames support by Stefan Chulski · 7 years ago
  96. 381c567 net: mvpp2: enable UDP/TCP checksum over IPv6 by Antoine Tenart · 7 years ago
  97. 93ff130 net: mvpp2: use a data size of 10kB for Tx FIFO on port 0 by Yan Markman · 7 years ago
  98. effbf5f net: mvpp2: update the BM buffer free/destroy logic by Stefan Chulski · 7 years ago
  99. 01d0493 net: mvpp2: use the same buffer pool for all ports by Stefan Chulski · 7 years ago
  100. 8eb1a85 net: core: dst: Add kernel-doc for 'net' parameter by Jonathan Neuschäfer · 7 years ago