1. fca16e5 xdp: Refactor devmap allocation code for reuse by Toke Høiland-Jørgensen · 5 years ago
  2. 6dbff13 include/bpf.h: Remove map_insert_ctx() stubs by Toke Høiland-Jørgensen · 5 years ago
  3. 475e31f Merge branch 'revamp-test_progs' by Alexei Starovoitov · 5 years ago
  4. b207edf selftests/bpf: convert send_signal.c to use subtests by Andrii Nakryiko · 5 years ago
  5. 51436ed selftests/bpf: convert bpf_verif_scale.c to sub-tests API by Andrii Nakryiko · 5 years ago
  6. 3a516a0 selftests/bpf: add sub-tests support for test_progs by Andrii Nakryiko · 5 years ago
  7. 0ff97e5 selftests/bpf: abstract away test log output by Andrii Nakryiko · 5 years ago
  8. 329e38f selftest/bpf: centralize libbpf logging management for test_progs by Andrii Nakryiko · 5 years ago
  9. e87fd8b libbpf: return previous print callback from libbpf_set_print by Andrii Nakryiko · 5 years ago
  10. 8160bae selftests/bpf: add test selectors by number and name to test_progs by Andrii Nakryiko · 5 years ago
  11. 766f2a5 selftests/bpf: revamp test_progs to allow more control by Andrii Nakryiko · 5 years ago
  12. 61098e8 selftests/bpf: prevent headers to be compiled as C code by Andrii Nakryiko · 5 years ago
  13. 943e398 Merge branch 'flow_dissector-input-flags' by Alexei Starovoitov · 5 years ago
  14. e853ae7 selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP by Stanislav Fomichev · 5 years ago
  15. 71c99e3 bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL by Stanislav Fomichev · 5 years ago
  16. ae173a9 selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG by Stanislav Fomichev · 5 years ago
  17. 57debff tools/bpf: sync bpf_flow_keys flags by Stanislav Fomichev · 5 years ago
  18. b2ca4e1 bpf/flow_dissector: support flags in BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
  19. 1ac6b12 bpf/flow_dissector: document flags by Stanislav Fomichev · 5 years ago
  20. 086f956 bpf/flow_dissector: pass input flags to BPF flow dissector program by Stanislav Fomichev · 5 years ago
  21. 03cd1d1 selftests/bpf: Add selftests for bpf_perf_event_output by Allan Zhang · 6 years ago
  22. 7c4b90d bpf: Allow bpf_skb_event_output for a few prog types by Allan Zhang · 6 years ago
  23. 5e31d50 Merge branch 'convert-tests-to-libbpf' by Alexei Starovoitov · 6 years ago
  24. 47da6e4 selftests/bpf: remove perf buffer helpers by Andrii Nakryiko · 6 years ago
  25. c17bec5 samples/bpf: switch trace_output sample to perf_buffer API by Andrii Nakryiko · 6 years ago
  26. f58a4d5 samples/bpf: convert xdp_sample_pkts_user to perf_buffer API by Andrii Nakryiko · 6 years ago
  27. 898ca68 selftests/bpf: switch test_tcpnotify to perf_buffer API by Andrii Nakryiko · 6 years ago
  28. 58b8081 selftests/bpf: convert test_get_stack_raw_tp to perf_buffer API by Andrii Nakryiko · 6 years ago
  29. f2a3e4e libbpf: provide more helpful message on uninitialized global var by Andrii Nakryiko · 6 years ago
  30. 3e3bb69 tc-testing: added tdc tests for [b|p]fifo qdisc by Roman Mashak · 6 years ago
  31. ce10320 hv_sock: Use consistent types for UUIDs by Andy Shevchenko · 6 years ago
  32. 21e8a49 Merge branch 'nfp-Offload-MPLS-actions' by David S. Miller · 6 years ago
  33. e03e47a nfp: flower: offload MPLS set action by John Hurley · 6 years ago
  34. 35b7c70 nfp: flower: offload MPLS pop action by John Hurley · 6 years ago
  35. a6eb181 nfp: flower: offload MPLS push action by John Hurley · 6 years ago
  36. 6749d590 net: sched: include mpls actions in hardware intermediate representation by John Hurley · 6 years ago
  37. 658688c net/mlx5e: xsk: dynamically allocate mlx5e_channel_param by Arnd Bergmann · 6 years ago
  38. c9b6c56 net: jme: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  39. 5daab28 igb: Use dev_get_drvdata where possible by Chuhong Yuan · 6 years ago
  40. 1c8aa7b i40e: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  41. 7f53be6 fm10k: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  42. ee2e80c e1000e: Use dev_get_drvdata where possible by Chuhong Yuan · 6 years ago
  43. f521eaa net: broadcom: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  44. f54b0fc net: atheros: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  45. 9f293c9 net: 3com: 3c59x: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  46. c349c0a atm: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  47. 084323f ftgmac100: Fix build. by David S. Miller · 6 years ago
  48. 955315b0 qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/ by Benjamin Poirier · 6 years ago
  49. d5c3a62 Merge branch 'Convert-skb_frag_t-to-bio_vec' by David S. Miller · 6 years ago
  50. 8842d28 net: Convert skb_frag_t to bio_vec by Matthew Wilcox (Oracle) · 6 years ago
  51. b8b576a net: Rename skb_frag_t size to bv_len by Matthew Wilcox (Oracle) · 6 years ago
  52. 1dfa5bd net: Rename skb_frag page to bv_page by Matthew Wilcox (Oracle) · 6 years ago
  53. f58ecf1 net: Reorder the contents of skb_frag_t by Matthew Wilcox (Oracle) · 6 years ago
  54. b656722 net: Increase the size of skb_frag_t by Matthew Wilcox (Oracle) · 6 years ago
  55. d8e18a5 net: Use skb accessors in network core by Matthew Wilcox (Oracle) · 6 years ago
  56. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 6 years ago
  57. 7e24b4e net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32 by Chuhong Yuan · 6 years ago
  58. fcd4e60 r8169: improve rtl_rx by Heiner Kallweit · 6 years ago
  59. d1854d5 ax88179_178a: Merge memcpy + le32_to_cpus to get_unaligned_le32 by Chuhong Yuan · 6 years ago
  60. 5864118 usbnet: smsc75xx: Merge memcpy + le32_to_cpus to get_unaligned_le32 by Chuhong Yuan · 6 years ago
  61. bb448f8 net: lan78xx: Merge memcpy + lexx_to_cpus to get_unaligned_lexx by Chuhong Yuan · 6 years ago
  62. 66b5f1c net-ipv6-ndisc: add support for RFC7710 RA Captive Portal Identifier by Maciej Żenczykowski · 6 years ago
  63. 7b5cf70 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  64. 44b912c Merge tag 'for-linus-20190722' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  65. 21c730d Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  66. b8d3349 sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=y by Thomas Gleixner · 6 years ago
  67. c92f038 Merge tag 'media/v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 6 years ago
  68. 8376824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  69. b191d64 pidfd: fix a poll race when setting exit_state by Suren Baghdasaryan · 6 years ago
  70. b617158 tcp: be more careful in tcp_fragment() by Eric Dumazet · 6 years ago
  71. be4363b hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback() by Haiyang Zhang · 6 years ago
  72. 5f9e832 Linus 5.3-rc1 by Linus Torvalds · 6 years ago
  73. 107e47c vrf: make sure skb->data contains ip header to make routing by Peter Kosyh · 6 years ago
  74. 903e9d1 connector: remove redundant input callback from cn_dev by Vasily Averin · 6 years ago
  75. 93428c5 qed: Prefer pcie_capability_read_word() by Frederick Lawler · 6 years ago
  76. a16f6d3 igc: Prefer pcie_capability_read_word() by Frederick Lawler · 6 years ago
  77. 6133b92 cxgb4: Prefer pcie_capability_read_word() by Frederick Lawler · 6 years ago
  78. ffd342e be2net: Synchronize be_update_queues with dev_watchdog by Benjamin Poirier · 6 years ago
  79. ea811b7 bnx2x: Prevent load reordering in tx completion processing by Brian King · 6 years ago
  80. 0cea0e1 net: phy: sfp: hwmon: Fix scaling of RX power by Andrew Lunn · 6 years ago
  81. 503d81d net: sched: verify that q!=NULL before setting q->flags by Vlad Buslov · 6 years ago
  82. 85d9bf9 chelsio: Fix a typo in a function name by Christophe JAILLET · 6 years ago
  83. bb13208 allocate_flower_entry: should check for null deref by Navid Emamdoost · 6 years ago
  84. 4803d01 net: hns3: typo in the name of a constant by Christophe JAILLET · 6 years ago
  85. 408d2bb kbuild: add net/netfilter/nf_tables_offload.h to header-test blacklist. by Jeremy Sowden · 6 years ago
  86. bad7f86 tipc: Fix a typo by Christophe JAILLET · 6 years ago
  87. 953ba0a Merge tag 'mac80211-for-davem-2019-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  88. c7bf0a0 Merge tag 'devicetree-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  89. d6788eb Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  90. 91962d0 Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  91. 8cf6650 iommu/amd: fix a crash in iova_magazine_free_pfns by Qian Cai · 6 years ago
  92. 618381f hexagon: switch to generic version of pte allocation by Mike Rapoport · 6 years ago
  93. bec5545 Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb by Linus Torvalds · 6 years ago
  94. 1b03bc5 typo fix: it's d_make_root, not d_make_inode... by Al Viro · 6 years ago
  95. e2297f7 dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examples by Rob Herring · 6 years ago
  96. 20051f5 dt-bindings: iio: ad7124: Fix dtc warnings in example by Rob Herring · 6 years ago
  97. fbbf2b6 dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example by Rob Herring · 6 years ago
  98. fcbe7e3 dt-bindings: pinctrl: aspeed: Fix AST2500 example errors by Rob Herring · 6 years ago
  99. ad21a4c dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errors by Rob Herring · 6 years ago
  100. 7d9ef7f3 dt-bindings: riscv: Limit cpus schema to only check RiscV 'cpu' nodes by Rob Herring · 6 years ago