1. ba94094 bpf: Allow __sk_buff tstamp in BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
  2. da92746 Merge branch 'libbpf-field-existence' by Alexei Starovoitov · 5 years ago
  3. c7566a6 selftests/bpf: Add field existence CO-RE relocs tests by Andrii Nakryiko · 5 years ago
  4. 01340e3 libbpf: Add BPF-side definitions of supported field relocation kinds by Andrii Nakryiko · 5 years ago
  5. 62561eb libbpf: Add support for field existance CO-RE relocation by Andrii Nakryiko · 5 years ago
  6. 291ee02 libbpf: Refactor bpf_object__open APIs to use common opts by Andrii Nakryiko · 5 years ago
  7. 511bb00 libbpf: Update BTF reloc support to latest Clang format by Andrii Nakryiko · 5 years ago
  8. 14f2cf6 net: Update address for vrf and l3mdev in MAINTAINERS by David Ahern · 5 years ago
  9. 1c9dc2b Merge branch 'Scatter-gather-SPI-for-SJA1105-DSA' by David S. Miller · 5 years ago
  10. 08839c0 net: dsa: sja1105: Switch to scatter/gather API for SPI by Vladimir Oltean · 5 years ago
  11. 8a55940 net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xfer by Vladimir Oltean · 5 years ago
  12. f58a887 net: b44: remove redundant assignment to variable reg by Colin Ian King · 5 years ago
  13. 85a83a8 Merge branch 'PTP-driver-refactoring-for-SJA1105-DSA' by David S. Miller · 5 years ago
  14. 6642777 net: dsa: sja1105: Change the PTP command access pattern by Vladimir Oltean · 5 years ago
  15. a9d6ed7 net: dsa: sja1105: Move PTP data to its own private structure by Vladimir Oltean · 5 years ago
  16. 61c7712 net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument by Vladimir Oltean · 5 years ago
  17. 5b3ae43 net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_info by Vladimir Oltean · 5 years ago
  18. a98d62c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  19. 7e0d15e Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 5 years ago
  20. cb0ce18 genetlink: do not parse attributes for families with zero maxattr by Michal Kubecek · 5 years ago
  21. c208bdb tcp: improve recv_skip_hint for tcp_zerocopy_receive by Soheil Hassas Yeganeh · 5 years ago
  22. b8fc345 Merge branch 'selftests-bpf-Makefile-cleanup' by Alexei Starovoitov · 5 years ago
  23. 598dc04 selftests/bpf: Remove obsolete pahole/BTF support detection by Andrii Nakryiko · 5 years ago
  24. 3fbe31a selftests/bpf: Enforce libbpf build before BPF programs are built by Andrii Nakryiko · 5 years ago
  25. c2383d3 Merge branch 'samples-cross-compile' by Alexei Starovoitov · 5 years ago
  26. 1600c9c samples/bpf: Add preparation steps and sysroot info to readme by Ivan Khoronzhuk · 5 years ago
  27. b2327c1 samples/bpf: Add sysroot support by Ivan Khoronzhuk · 5 years ago
  28. d8ceae9 samples/bpf: Provide C/LDFLAGS to libbpf by Ivan Khoronzhuk · 5 years ago
  29. 793a349 libbpf: Add C/LDFLAGS to libbpf.so and test_libpf targets by Ivan Khoronzhuk · 5 years ago
  30. 5c26f9a libbpf: Don't use cxx to test_libpf target by Ivan Khoronzhuk · 5 years ago
  31. a833eff samples/bpf: Use target CC environment for HDR_PROBE by Ivan Khoronzhuk · 5 years ago
  32. 10cb3d8 samples/bpf: Use own flags but not HOSTCFLAGS by Ivan Khoronzhuk · 5 years ago
  33. 1d97c6c samples/bpf: Base target programs rules on Makefile.target by Ivan Khoronzhuk · 5 years ago
  34. 752677e samples/bpf: Add makefile.target for separate CC target build by Ivan Khoronzhuk · 5 years ago
  35. 54b7fbd samples/bpf: Drop unnecessarily inclusion for bpf_load by Ivan Khoronzhuk · 5 years ago
  36. 0e865ae samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm by Ivan Khoronzhuk · 5 years ago
  37. 2a560df samples/bpf: Use own EXTRA_CFLAGS for clang commands by Ivan Khoronzhuk · 5 years ago
  38. 518c134 samples/bpf: Use --target from cross-compile by Ivan Khoronzhuk · 5 years ago
  39. 39e0c36 samples/bpf: Fix cookie_uid_helper_example obj build by Ivan Khoronzhuk · 5 years ago
  40. cdd5b2d samples/bpf: Fix HDR_PROBE "echo" by Ivan Khoronzhuk · 5 years ago
  41. 524900a Merge branch 'netdevsim-add-devlink-health-reporters-support' by David S. Miller · 5 years ago
  42. 9b88fc5 selftests: add netdevsim devlink health tests by Jiri Pirko · 5 years ago
  43. 82c93a8 netdevsim: implement couple of testing devlink health reporters by Jiri Pirko · 5 years ago
  44. e7a9810 devlink: propagate extack down to health reporter ops by Jiri Pirko · 5 years ago
  45. 4028182 devlink: don't do reporter recovery if the state is healthy by Jiri Pirko · 5 years ago
  46. 1635520 net: usb: ax88179_178a: write mac to hardware in get_mac_addr by Peter Fink · 5 years ago
  47. 28e72b2 sock_get_timeout: drop unnecessary return variable by Vito Caputo · 5 years ago
  48. 262ce0a af_unix: __unix_find_socket_byname() cleanup by Vito Caputo · 5 years ago
  49. e001d28 Merge branch 'net-ftgmac100-Ungate-RCLK-for-RMII-on-ASPEED-MACs' by David S. Miller · 5 years ago
  50. 9bce4b2 net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs by Andrew Jeffery · 5 years ago
  51. 042b867 dt-bindings: net: ftgmac100: Describe clock properties by Andrew Jeffery · 5 years ago
  52. 6a3c52f dt-bindings: net: ftgmac100: Document AST2600 compatible by Andrew Jeffery · 5 years ago
  53. e78dcbf libbpf: Handle invalid typedef emitted by old GCC by Andrii Nakryiko · 5 years ago
  54. 4090178 libbpf: Generate more efficient BPF_CORE_READ code by Andrii Nakryiko · 5 years ago
  55. baead85 xdp: Trivial, fix spelling in function description by Anton Ivanov · 5 years ago
  56. 2dedd7d bpf: Fix cast to pointer from integer of different size warning by Andrii Nakryiko · 5 years ago
  57. f97eea1 selftests/bpf: Check that flow dissector can be re-attached by Jakub Sitnicki · 5 years ago
  58. 719b78a5 flow_dissector: Allow updating the flow dissector program atomically by Jakub Sitnicki · 5 years ago
  59. 84a081f bpf: Align struct bpf_prog_stats by Eric Dumazet · 5 years ago
  60. 7dfd8ac mac80211_hwsim: add support for OCB by Ramon Fontes · 5 years ago
  61. b576469 mac80211_hwsim: add more 5GHz channels, 5/10 MHz support by Ramon Fontes · 5 years ago
  62. 5f63afe mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new average by Felix Fietkau · 5 years ago
  63. b1103d2 mac80211: minstrel_ht: replace rate stats ewma with a better moving average by Felix Fietkau · 5 years ago
  64. 8f2f495 mac80211: minstrel: remove divisions in tx status path by Felix Fietkau · 5 years ago
  65. 2fd351a nl80211: trivial: Remove redundant loop by Denis Kenzior · 5 years ago
  66. 41441d8 ipvlan: consolidate TSO flags using NETIF_F_ALL_TSO by Mahesh Bandewar · 5 years ago
  67. 6309855 Merge branch 'bpf-romap-known-scalars' by Daniel Borkmann · 5 years ago
  68. 666b2c1 selftests/bpf: Add read-only map values propagation tests by Andrii Nakryiko · 5 years ago
  69. a23740e bpf: Track contents of read-only maps as scalars by Andrii Nakryiko · 5 years ago
  70. 71229c8 tc-testing: updated pedit test cases by Roman Mashak · 5 years ago
  71. f063d58 ptp: ptp_dte: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  72. e0b68fb scripts/bpf: Fix xdp_md forward declaration typo by Andrii Nakryiko · 5 years ago
  73. c17e26d team: call RCU read lock when walking the port_list by Hangbin Liu · 5 years ago
  74. 5e96cd3 net: stmmac: Remove break after a return by Tiezhu Yang · 5 years ago
  75. 7573822 net/ethernet: xgmac don't set .driver twice by Ben Dooks · 5 years ago
  76. 654490a Merge branch 'net-smc-improve-termination-handling' by Jakub Kicinski · 5 years ago
  77. d18963c net/smc: improve close of terminated socket by Ursula Braun · 5 years ago
  78. c3d9494 net/smc: no new connections on disappearing devices by Ursula Braun · 5 years ago
  79. b3cb53c net/smc: increase device refcount for added link group by Ursula Braun · 5 years ago
  80. a0a62ee net/smc: separate locks for SMCD and SMCR link group lists by Ursula Braun · 5 years ago
  81. a2351c5 net/smc: separate SMCD and SMCR link group lists by Ursula Braun · 5 years ago
  82. 0ea1671 net: stmmac: dwmac-mediatek: fix wrong delay value issue when resume back by Biao Huang · 5 years ago
  83. 690a6ca7 DIM: fix dim.h kernel-doc and headers by Randy Dunlap · 5 years ago
  84. b2d8c27 Merge branch 'sctp-add-some-missing-events-from-rfc5061' by Jakub Kicinski · 5 years ago
  85. b6e6b5f sctp: add SCTP_SEND_FAILED_EVENT event by Xin Long · 5 years ago
  86. 5cd0b91 sctp: add SCTP_ADDR_MADE_PRIM event by Xin Long · 5 years ago
  87. c446f50 sctp: add SCTP_ADDR_REMOVED event by Xin Long · 5 years ago
  88. 4b77403 sctp: add SCTP_ADDR_ADDED event by Xin Long · 5 years ago
  89. 25bfef4 libbpf: Fix passing uninitialized bytes to setsockopt by Ilya Maximets · 5 years ago
  90. f117710 Merge branch 'btf2c-padding' by Alexei Starovoitov · 5 years ago
  91. 76790c7 selftests/bpf: Fix btf_dump padding test case by Andrii Nakryiko · 5 years ago
  92. 6e05abc selftests/bpf: Convert test_btf_dump into test_progs test by Andrii Nakryiko · 5 years ago
  93. b409976 libbpf: Fix struct end padding in btf_dump by Andrii Nakryiko · 5 years ago
  94. 7579262 net: stmmac: add flexible PPS to dwmac 4.10a by Antonio Borneo · 5 years ago
  95. 31d7c17 Merge tag 'spi-ptp-api' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Jakub Kicinski · 5 years ago
  96. bacb7e1 Revert "tun: call dev_get_valid_name() before register_netdevice()" by Eric Dumazet · 5 years ago
  97. 6ea6776 net: tipc: prepare attrs in __tipc_nl_compat_dumpit() by Jiri Pirko · 5 years ago
  98. ab5b526 net: genetlink: always allocate separate attrs for dumpit ops by Jiri Pirko · 5 years ago
  99. 48423dd Merge branch 'hns3-next' into net-next by Jakub Kicinski · 5 years ago
  100. 8ae10cf net: hns3: support tx-scatter-gather-fraglist feature by Yunsheng Lin · 5 years ago