1. 2843a25 geneve: speedup geneve tunnels dismantle by Haishuang Yan · 7 years ago
  2. 57b6112 vxlan: speedup vxlan tunnels dismantle by Haishuang Yan · 7 years ago
  3. 41b0cd3 forcedeth: remove duplicate structure member in xmit by Zhu Yanjun · 7 years ago
  4. e9c5a10 Merge branch 'net-NETIF_F_GRO_HW' by David S. Miller · 7 years ago
  5. 18c602d qede: Use NETIF_F_GRO_HW. by Michael Chan · 7 years ago
  6. 3c3def5 bnx2x: Use NETIF_F_GRO_HW. by Michael Chan · 7 years ago
  7. 1054aee bnxt_en: Use NETIF_F_GRO_HW. by Michael Chan · 7 years ago
  8. 56f5aa7 net: Disable GRO_HW when generic XDP is installed on a device. by Michael Chan · 7 years ago
  9. fb1f5f7 net: Introduce NETIF_F_GRO_HW. by Michael Chan · 7 years ago
  10. 398b841 sock: Hide unused variable when !CONFIG_PROC_FS. by Tonghao Zhang · 7 years ago
  11. 648845a sock: Move the socket inuse to namespace. by Tonghao Zhang · 7 years ago
  12. 08fc7f8 sock: Change the netns_core member name. by Tonghao Zhang · 7 years ago
  13. 962b582 cxgb4: Simplify PCIe Completion Timeout setting by Bjorn Helgaas · 7 years ago
  14. 0dc6905 Merge branch 'erspan-a-couple-fixes' by David S. Miller · 7 years ago
  15. d91e8db5 net: erspan: reload pointer after pskb_may_pull by William Tu · 7 years ago
  16. ae3e133 net: erspan: fix wrong return value by William Tu · 7 years ago
  17. 814a178 Merge branch 'sfp-phylink-fixes' by David S. Miller · 7 years ago
  18. 8b87451 phylink: fix locking asserts by Russell King · 7 years ago
  19. 2794ffc sfp: fix EEPROM reading in the case of non-SFF8472 SFPs by Russell King · 7 years ago
  20. 20b56ed sfp: fix non-detection of PHY by Russell King · 7 years ago
  21. 75e8e15 net/ncsi: Don't take any action on HNCDSC AEN by Samuel Mendoza-Jonas · 7 years ago
  22. 27e9f4b Merge branch 'phy-meson-gxl-clean-up-and-improvements' by David S. Miller · 7 years ago
  23. afb4fa4 net: phy: meson-gxl: join the authors by Jerome Brunet · 7 years ago
  24. cf127ff net: phy: meson-gxl: add interrupt support by Jerome Brunet · 7 years ago
  25. 30e43f1 net: phy: meson-gxl: leave CONFIG_A6 untouched by Jerome Brunet · 7 years ago
  26. c1e5355 net: phy: meson-gxl: use genphy_config_init by Jerome Brunet · 7 years ago
  27. fdaa84c net: phy: meson-gxl: add read and write helpers for banked registers by Jerome Brunet · 7 years ago
  28. 00fd73e net: phy: meson-gxl: define control registers by Jerome Brunet · 7 years ago
  29. 9042b46 net: phy: meson-gxl: check phy_write return value by Jerome Brunet · 7 years ago
  30. e765508 Merge branch 'sfc-Medford2' by David S. Miller · 7 years ago
  31. 0bc959a sfc: populate the timer reload field by Bert Kenward · 7 years ago
  32. d8d8ccf sfc: update EF10 register definitions by Bert Kenward · 7 years ago
  33. acaef3c1 sfc: improve PTP error reporting by Edward Cree · 7 years ago
  34. aae5a31 sfc: add Medford2 (SFC9250) PCI Device IDs by Edward Cree · 7 years ago
  35. 7182744 sfc: support VI strides other than 8k by Edward Cree · 7 years ago
  36. 03714bb sfc: make mem_bar a function rather than a constant by Edward Cree · 7 years ago
  37. 59436c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  38. 46df3d2 trace: reenable preemption if we modify the ip by Josef Bacik · 7 years ago
  39. 4a29c0d nfp: set flags in the correct member of netdev_bpf by Jakub Kicinski · 7 years ago
  40. 21567ed libbpf: fix Makefile exit code if libelf not found by Jakub Kicinski · 7 years ago
  41. ef9fde0 Merge branch 'bpf-to-bpf-function-calls' by Daniel Borkmann · 7 years ago
  42. 28ab173 selftests/bpf: additional bpf_call tests by Daniel Borkmann · 7 years ago
  43. db49694 bpf: arm64: add JIT support for multi-function programs by Alexei Starovoitov · 7 years ago
  44. 1c2a088 bpf: x64: add JIT support for multi-function programs by Alexei Starovoitov · 7 years ago
  45. 60b58afc bpf: fix net.core.bpf_jit_enable race by Alexei Starovoitov · 7 years ago
  46. 1ea47e0 bpf: add support for bpf_call to interpreter by Alexei Starovoitov · 7 years ago
  47. b0b04fc selftests/bpf: add xdp noinline test by Alexei Starovoitov · 7 years ago
  48. 3bc35c6 selftests/bpf: add bpf_call test by Alexei Starovoitov · 7 years ago
  49. 48cca7e libbpf: add support for bpf_call by Alexei Starovoitov · 7 years ago
  50. d98588c selftests/bpf: add tests for stack_zero tracking by Alexei Starovoitov · 7 years ago
  51. cc2b14d bpf: teach verifier to recognize zero initialized stack by Alexei Starovoitov · 7 years ago
  52. a7ff3ec selftests/bpf: add verifier tests for bpf_call by Alexei Starovoitov · 7 years ago
  53. f4d7e40 bpf: introduce function calls (verification) by Alexei Starovoitov · 7 years ago
  54. cc8b0b9 bpf: introduce function calls (function boundaries) by Alexei Starovoitov · 7 years ago
  55. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  56. f3b5ad8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  57. f25e229 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  58. d025fbf Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  59. f6f3732 Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" by Linus Torvalds · 7 years ago
  60. 7a3c296 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  61. c36c7a7 Merge tag 'usb-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  62. 0bce7c9 nfp: bpf: correct printk formats for size_t by Jakub Kicinski · 7 years ago
  63. a84ec72 Merge tag 'staging-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  64. d6e47ee Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  65. ee1b43e Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  66. 66dbbd7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  67. 07a20ed Merge tag 'mmc-v4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  68. dd3d66b8 Merge tag 'ceph-for-4.15-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  69. 227701e Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  70. 043ee1d net: qcom/emac: Reduce timeout for mdio read/write by Hemanth Puranik · 7 years ago
  71. 06f976e Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  72. b59e697 net: sched: fix static key imbalance in case of ingress/clsact_init error by Jiri Pirko · 7 years ago
  73. 343723d net: sched: fix clsact init error path by Jiri Pirko · 7 years ago
  74. 28dc4c8 net: phy: broadcom: Add entry for 5395 switch PHYs by Florian Fainelli · 7 years ago
  75. e53000b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  76. 1f76a75 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  77. a58653c Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  78. 3fba361 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  79. 35d5788 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  80. bde6b37 Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  81. 90d91b0 SUNRPC: Fix a race in the receive code path by Trond Myklebust · 7 years ago
  82. dc4fd9a nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests by Scott Mayhew · 7 years ago
  83. ccede75 xprtrdma: Spread reply processing over more CPUs by Chuck Lever · 7 years ago
  84. c156618 nfs: fix a deadlock in nfs client initialization by Scott Mayhew · 7 years ago
  85. c05fad5 ip_gre: fix wrong return value of erspan_rcv by Haishuang Yan · 7 years ago
  86. b3b8707 Merge branch 'sctp-stream-interleave' by David S. Miller · 7 years ago
  87. 463118c sctp: support sysctl to allow users to use stream interleave by Xin Long · 7 years ago
  88. 107e242 sctp: update mid instead of ssn when doing stream and asoc reset by Xin Long · 7 years ago
  89. ef4775e sctp: add stream interleave support in stream scheduler by Xin Long · 7 years ago
  90. de60fe9 sctp: implement handle_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  91. 47b20a8 sctp: implement report_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  92. 0fc2ea9 sctp: implement validate_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  93. 8e0c3b7 sctp: implement generate_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  94. 2d07a49 sctp: add basic structures and make chunk function for ifwdtsn by Xin Long · 7 years ago
  95. 0247780 net: phy: phylink: Handle NULL fwnode_handle by Florian Fainelli · 7 years ago
  96. 245d211 qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect by Bjørn Mork · 7 years ago
  97. c647c0d net: usb: qmi_wwan: add Telit ME910 PID 0x1101 support by Daniele Palmas · 7 years ago
  98. d1fca67 Merge branch 'net-sched-Make-qdisc-offload-uapi-uniform' by David S. Miller · 7 years ago
  99. 4a98795 pkt_sched: Remove TC_RED_OFFLOADED from uapi by Yuval Mintz · 7 years ago
  100. 428a68a net: sched: Move to new offload indication in RED by Yuval Mintz · 7 years ago