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