1. 77cb065 sh_eth: use TSU register accessors for TSU_POST<n> by Sergei Shtylyov · 6 years ago
  2. 4cb3d99 bpf: add faked "ending" subprog by Jiong Wang · 6 years ago
  3. 9c8105b bpf: centre subprog information fields by Jiong Wang · 6 years ago
  4. f910cef bpf: unify main prog and subprog by Jiong Wang · 6 years ago
  5. 565f0fa xfrm: use a dedicated slab cache for struct xfrm_state by Mathias Krause · 6 years ago
  6. 1504269 Merge tag 'linux-kselftest-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 6 years ago
  7. e523a25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  8. bb60931 Merge branch 'parisc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  9. 5234ccf Merge branch 'move-ld_abs-to-native-BPF' by Alexei Starovoitov · 6 years ago
  10. 32b3652 bpf: sync tools bpf.h uapi header by Daniel Borkmann · 6 years ago
  11. 24dea04 bpf, x32: remove ld_abs/ld_ind by Daniel Borkmann · 6 years ago
  12. e1cf4be bpf, s390x: remove ld_abs/ld_ind by Daniel Borkmann · 6 years ago
  13. dbf44daf bpf, ppc64: remove ld_abs/ld_ind by Daniel Borkmann · 6 years ago
  14. 4db25cc bpf, mips64: remove ld_abs/ld_ind by Daniel Borkmann · 6 years ago
  15. 0d2d0ce bpf, arm32: remove ld_abs/ld_ind by Daniel Borkmann · 6 years ago
  16. fe83963 bpf, sparc64: remove ld_abs/ld_ind by Daniel Borkmann · 6 years ago
  17. 816d9ef bpf, arm64: remove ld_abs/ld_ind by Daniel Borkmann · 6 years ago
  18. e782bdc bpf, x64: remove ld_abs/ld_ind by Daniel Borkmann · 6 years ago
  19. 4e1ec56 bpf: add skb_load_bytes_relative helper by Daniel Borkmann · 6 years ago
  20. e0cea7c bpf: implement ld_abs/ld_ind in native bpf by Daniel Borkmann · 6 years ago
  21. 93731ef bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier by Daniel Borkmann · 6 years ago
  22. b390134 bpf: prefix cbpf internal helpers with bpf_ by Daniel Borkmann · 6 years ago
  23. 08dbc7a Merge branch 'AF_XDP-initial-support' by Alexei Starovoitov · 6 years ago
  24. b4b8faa samples/bpf: sample application and documentation for AF_XDP sockets by Magnus Karlsson · 6 years ago
  25. af75d9e xsk: statistics support by Magnus Karlsson · 6 years ago
  26. 35fcde7 xsk: support for Tx by Magnus Karlsson · 6 years ago
  27. 865b03f dev: packet: make packet_direct_xmit a common function by Magnus Karlsson · 6 years ago
  28. f614590 xsk: add Tx queue setup and mmap support by Magnus Karlsson · 6 years ago
  29. fe23083 xsk: add umem completion queue support and mmap by Magnus Karlsson · 6 years ago
  30. 02671e2 xsk: wire up XDP_SKB side of AF_XDP by Björn Töpel · 6 years ago
  31. 1b1a251 xsk: wire up XDP_DRV side of AF_XDP by Björn Töpel · 6 years ago
  32. fbfc504 bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP by Björn Töpel · 6 years ago
  33. c497176 xsk: add Rx receive functions and poll support by Björn Töpel · 6 years ago
  34. 965a990 xsk: add support for bind for Rx by Magnus Karlsson · 6 years ago
  35. b9b6b68 xsk: add Rx queue setup and mmap support by Björn Töpel · 6 years ago
  36. 423f383 xsk: add umem fill queue support and mmap by Magnus Karlsson · 6 years ago
  37. c0c77d8 xsk: add user memory registration support sockopt by Björn Töpel · 6 years ago
  38. 68e8b84 net: initial AF_XDP skeleton by Björn Töpel · 6 years ago
  39. a8d7aa1 dccp: fix tasklet usage by Eric Dumazet · 6 years ago
  40. 31140b4 Merge branch 'smc-fixes' by David S. Miller · 6 years ago
  41. bda27ff smc: fix sendpage() call by Stefan Raspl · 6 years ago
  42. a6920d1 net/smc: handle unregistered buffers by Karsten Graul · 6 years ago
  43. e63a5f8 net/smc: call consolidation by Karsten Graul · 6 years ago
  44. df80b8f qed: fix spelling mistake: "offloded" -> "offloaded" by Colin Ian King · 6 years ago
  45. 62264f9 Merge branch 'bridge-FDB-Notify-about-removal-of-non-user-added-entries' by David S. Miller · 6 years ago
  46. 161d82d net: bridge: Notify about !added_by_user FDB entries by Petr Machata · 6 years ago
  47. 816a3be switchdev: Add fdb.added_by_user to switchdev notifications by Petr Machata · 6 years ago
  48. 0e913f2 Merge branch 'mlxsw-Introduce-support-for-CQEv1-2' by David S. Miller · 6 years ago
  49. 4110768 mlxsw: pci: Check number of CQEs for CQE version 2 by Jiri Pirko · 6 years ago
  50. 8404f6f mlxsw: pci: Allow to use CQEs of version 1 and version 2 by Jiri Pirko · 6 years ago
  51. b76550b mlxsw: pci: Introduce helpers to work with multiple CQE versions by Jiri Pirko · 6 years ago
  52. 9b934a3 mlxsw: resources: Add CQE versions resources by Jiri Pirko · 6 years ago
  53. faa1cd8 net: bridge: avoid duplicate notification on up/down/change netdev events by Nikolay Aleksandrov · 6 years ago
  54. 2e51855 Merge branch 'selftests-forwarding-sysctl' by David S. Miller · 6 years ago
  55. 7eaaf0b selftests: forwarding: mirror_gre_nh: Unset RP filter by Petr Machata · 6 years ago
  56. d51d10a selftests: forwarding: Use sysctl_set(), sysctl_restore() by Petr Machata · 6 years ago
  57. f5ae577 selftests: forwarding: lib: Add sysctl_set(), sysctl_restore() by Petr Machata · 6 years ago
  58. 4e11581 net/mlx5e: fix spelling mistake: "loobpack" -> "loopback" by Colin Ian King · 6 years ago
  59. 41f4054 Merge branch 'selftests-forwarding-Two-enhancements' by David S. Miller · 6 years ago
  60. 0eb8053 selftests: forwarding: Allow running specific tests by Ido Schimmel · 6 years ago
  61. 9413248 selftests: forwarding: Increase maximum deviation in multipath test by Ido Schimmel · 6 years ago
  62. 5f11089 cxgb4: update latest firmware version supported by Ganesh Goudar · 6 years ago
  63. c15f6d8 Merge tag 'dma-mapping-4.17-4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  64. 03f5781 bpf, x86_32: add eBPF JIT compiler for ia32 by Wang YanQing · 6 years ago
  65. 114f39f tcp: restore autocorking by Eric Dumazet · 6 years ago
  66. 7ccbdff ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() comment by Sun Lianwen · 6 years ago
  67. eb80ca4 rds: do not leak kernel memory to user land by Eric Dumazet · 6 years ago
  68. 5697db4 qmi_wwan: do not steal interfaces from class drivers by Bjørn Mork · 6 years ago
  69. 3d8d38d Merge branch 'act_csum-get_fill_size' by David S. Miller · 6 years ago
  70. 2c785b3 tc-testing: Updated csum action tests batch create w/wo cookies. by Craig Dillabaugh · 6 years ago
  71. 29e6eee net sched: Implemented get_fill_size routine for act_csum. by Craig Dillabaugh · 6 years ago
  72. f4ef6a4 Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  73. ecd649b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  74. 94720e3 ipv4: fix fnhe usage by non-cached routes by Julian Anastasov · 6 years ago
  75. 3b6f979 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  76. e002434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  77. b5b6ff7 Merge branch 'bpf-sockmap-fixes' by Alexei Starovoitov · 6 years ago
  78. abaeb09 bpf: sockmap, fix error handling in redirect failures by John Fastabend · 6 years ago
  79. fec51d4 bpf: sockmap, zero sg_size on error when buffer is released by John Fastabend · 6 years ago
  80. 3cc9a47 bpf: sockmap, fix scatterlist update on error path in send with apply by John Fastabend · 6 years ago
  81. 7df40c2 net_sched: fq: take care of throttled flows before reuse by Eric Dumazet · 6 years ago
  82. 30ca22e ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6" by Ido Schimmel · 6 years ago
  83. 5693ee4 Merge branch 'r8169-series-with-further-improvements' by David S. Miller · 6 years ago
  84. 4ff3646 r8169: replace get_protocol with vlan_get_protocol by Heiner Kallweit · 6 years ago
  85. 353af85 r8169: avoid potentially misaligned access when getting mac address by Heiner Kallweit · 6 years ago
  86. ff1d733 r8169: improve PCI config space access by Heiner Kallweit · 6 years ago
  87. eda40b8 r8169: drop rtl_generic_op by Heiner Kallweit · 6 years ago
  88. b2d43e6 r8169: replace longer if statements with switch statements by Heiner Kallweit · 6 years ago
  89. 2a71883 r8169: simplify code by using ranges in switch clauses by Heiner Kallweit · 6 years ago
  90. 4f447d2 r8169: drop member pll_power_ops from struct rtl8169_private by Heiner Kallweit · 6 years ago
  91. 73570bf r8169: merge r810x_pll_power_down/up into r8168_pll_power_down/up by Heiner Kallweit · 6 years ago
  92. 40242e2 r8169: remove 810x_phy_power_up/down by Heiner Kallweit · 6 years ago
  93. 6851d02 r8169: remove unneeded check in r8168_pll_power_down by Heiner Kallweit · 6 years ago
  94. 8d73b18 parisc: Fix section mismatches by Helge Deller · 6 years ago
  95. b819439 parisc: drivers.c: Fix section mismatches by Helge Deller · 6 years ago
  96. 0f58e58 Merge branch 'x86-bpf-jit-fixes' by Alexei Starovoitov · 6 years ago
  97. 39f56ca bpf, x64: fix memleak when not converging on calls by Daniel Borkmann · 6 years ago
  98. 3aab888 bpf, x64: fix memleak when not converging after image by Daniel Borkmann · 6 years ago
  99. 77ec3a0 Merge branch 'net-smc-small-features' by David S. Miller · 6 years ago
  100. cb9d43f net/smc: determine vlan_id of stacked net_device by Ursula Braun · 6 years ago