1. 0ef58b0 hv_netvsc: change GPAD teardown order on older versions by Stephen Hemminger · 7 years ago
  2. 02400fc hv_netvsc: use RCU to fix concurrent rx and queue changes by Stephen Hemminger · 7 years ago
  3. 8348e04 hv_netvsc: disable NAPI before channel close by Stephen Hemminger · 7 years ago
  4. 68e2ffd net/ipv6: Handle onlink flag with multipath routes by David Ahern · 7 years ago
  5. 6d06673 ppp: avoid loop in xmit recursion detection code by Guillaume Nault · 7 years ago
  6. 8936ef7 ipv6: sr: fix NULL pointer dereference when setting encap source address by David Lebrun · 7 years ago
  7. 191f86c ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state by David Lebrun · 7 years ago
  8. 9b894cd Merge branch 'aquantia-fixes' by David S. Miller · 7 years ago
  9. c89bf1c net: aquantia: driver version bump by Igor Russkikh · 7 years ago
  10. 90869dd net: aquantia: Implement pci shutdown callback by Igor Russkikh · 7 years ago
  11. 3e9a545 net: aquantia: Allow live mac address changes by Igor Russkikh · 7 years ago
  12. b647d39 net: aquantia: Add tx clean budget and valid budget handling logic by Igor Russkikh · 7 years ago
  13. 47203b3 net: aquantia: Change inefficient wait loop on fw data reads by Igor Russkikh · 7 years ago
  14. d0f0fb2 net: aquantia: Fix a regression with reset on old firmware by Igor Russkikh · 7 years ago
  15. 1bf9a75 net: aquantia: Fix hardware reset when SPI may rarely hangup by Igor Russkikh · 7 years ago
  16. 1959031 Merge branch 's390-qeth-fixes' by David S. Miller · 7 years ago
  17. a6c3d93 s390/qeth: on channel error, reject further cmd requests by Julian Wiedmann · 7 years ago
  18. 17bf8c9 s390/qeth: lock read device while queueing next buffer by Julian Wiedmann · 7 years ago
  19. 1063e43 s390/qeth: when thread completes, wake up all waiters by Julian Wiedmann · 7 years ago
  20. 6be6873 s390/qeth: free netdevice when removing a card by Julian Wiedmann · 7 years ago
  21. 3d21ac6 Merge branch 'net-phy-Add-general-dummy-stubs-for-MMD-register-access' by David S. Miller · 7 years ago
  22. c846a2b net: phy: micrel: Use the general dummy stubs for MMD register access by Kevin Hao · 7 years ago
  23. 0231b1a net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211b by Kevin Hao · 7 years ago
  24. 5df7af8 net: phy: Add general dummy stubs for MMD register access by Kevin Hao · 7 years ago
  25. ee54a9f Merge tag 'batadv-net-for-davem-20180319' of git://git.open-mesh.org/linux-merge by David S. Miller · 7 years ago
  26. ba9a190 Merge branch 'net-sched-action-idr-leak' by David S. Miller · 7 years ago
  27. f29cdfb net/sched: fix idr leak in the error path of tcf_skbmod_init() by Davide Caratti · 7 years ago
  28. d7f2001 net/sched: fix idr leak in the error path of tcf_vlan_init() by Davide Caratti · 7 years ago
  29. 1e46ef1 net/sched: fix idr leak in the error path of __tcf_ipt_init() by Davide Caratti · 7 years ago
  30. 94fa3f9 net/sched: fix idr leak in the error path of tcp_pedit_init() by Davide Caratti · 7 years ago
  31. 5bf7f81 net/sched: fix idr leak in the error path of tcf_act_police_init() by Davide Caratti · 7 years ago
  32. 60e10b3 net/sched: fix idr leak in the error path of tcf_simp_init() by Davide Caratti · 7 years ago
  33. bbc09e7 net/sched: fix idr leak on the error path of tcf_bpf_init() by Davide Caratti · 7 years ago
  34. 3f2176d qede: fix spelling mistake: "registeration" -> "registration" by Colin Ian King · 7 years ago
  35. 924613d bnx2x: fix spelling mistake: "registeration" -> "registration" by Colin Ian King · 7 years ago
  36. 3d27484 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  37. 87e0d4f kbuild: disable clang's default use of -fmerge-all-constants by Daniel Borkmann · 7 years ago
  38. 0fa4fe8 bpf: skip unnecessary capability check by Chenbo Feng · 7 years ago
  39. f005afe trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programs by Yonghong Song · 7 years ago
  40. 52fda36 test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches by Thadeu Lima de Souza Cascardo · 7 years ago
  41. 5f2fb80 ipv6: old_dport should be a __be16 in __ip6_datagram_connect() by Stefano Brivio · 7 years ago
  42. 8220ce6 Merge tag 'linux-can-fixes-for-4.16-20180319' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 7 years ago
  43. 44caebd net: gemini: fix memory leak by Igor Pylypiv · 7 years ago
  44. 00777fa net: ethernet: arc: Fix a potential memory leak if an optional regulator is deferred by Christophe JAILLET · 7 years ago
  45. 7fe4d6d devlink: Remove redundant free on error path by Arkadi Sharshevsky · 7 years ago
  46. 8137a8e vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter by Igor Pylypiv · 7 years ago
  47. b5dd0e7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 7 years ago
  48. 36fe095 Merge branch 'phy-relax-error-checking' by David S. Miller · 7 years ago
  49. 4414b3e net: phy: relax error checking when creating sysfs link netdev->phydev by Grygorii Strashko · 7 years ago
  50. 2399ac4 sysfs: symlink: export sysfs_create_link_nowarn() by Grygorii Strashko · 7 years ago
  51. 9ffd750 can: cc770: Fix use after free in cc770_tx_interrupt() by Andri Yngvason · 7 years ago
  52. a069215 net: fec: Fix unbalanced PM runtime calls by Florian Fainelli · 7 years ago
  53. fc04fdb batman-adv: Fix skbuff rcsum on packet reroute by Sven Eckelmann · 7 years ago
  54. 48881ed batman-adv: Add missing include for EPOLL* constants by Sven Eckelmann · 7 years ago
  55. 034f405 vmxnet3: use correct flag to indicate LRO feature by Ronak Doshi · 7 years ago
  56. 7a4c003 vmxnet3: avoid xmit reset due to a race in vmxnet3 by Ronak Doshi · 7 years ago
  57. 78f1b04 Merge branch 'tcf_foo_init-NULL-deref' by David S. Miller · 7 years ago
  58. 2d43361 net/sched: fix NULL dereference on the error path of tcf_skbmod_init() by Davide Caratti · 7 years ago
  59. 1f110e7 net/sched: fix NULL dereference in the error path of tcf_sample_init() by Davide Caratti · 7 years ago
  60. abdadd3 net/sched: fix NULL dereference in the error path of tunnel_key_init() by Davide Caratti · 7 years ago
  61. aab378a net/sched: fix NULL dereference in the error path of tcf_csum_init() by Davide Caratti · 7 years ago
  62. 1edf8ab net/sched: fix NULL dereference in the error path of tcf_vlan_init() by Davide Caratti · 7 years ago
  63. f9db506 net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY interface by SZ Lin (林上智) · 7 years ago
  64. d61d263 net: hns: Fix ethtool private flags by Matthias Brugger · 7 years ago
  65. bcdd5de mlxsw: spectrum_buffers: Set a minimum quota for CPU port traffic by Ido Schimmel · 7 years ago
  66. cce6294c net: sched: fix uses after free by Eric Dumazet · 7 years ago
  67. 6f27d2c batman-adv: fix header size check in batadv_dbg_arp() by Matthias Schiffer · 7 years ago
  68. bc44b78 batman-adv: update data pointers after skb_cow() by Matthias Schiffer · 7 years ago
  69. 7b7ef57 net: dsa: mv88e6xxx: Fix binding documentation for MDIO busses by Andrew Lunn · 7 years ago
  70. 6e5d58f skbuff: Fix not waking applications when errors are enqueued by Vinicius Costa Gomes · 7 years ago
  71. 02a2385 netlink: avoid a double skb free in genlmsg_mcast() by Nicolas Dichtel · 7 years ago
  72. 4609adc qede: Fix qedr link update by Michal Kalderon · 7 years ago
  73. b225598 Merge branch 'qed-iWARP-related-fixes' by David S. Miller · 7 years ago
  74. 16da090 qed: Fix non TCP packets should be dropped on iWARP ll2 connection by Michal Kalderon · 7 years ago
  75. 933e8c9 qed: Fix MPA unalign flow in case header is split across two packets. by Michal Kalderon · 7 years ago
  76. fa6a91e net/iucv: Free memory obtained by kzalloc by Arvind Yadav · 7 years ago
  77. 484d802 net: systemport: Rewrite __bcm_sysport_tx_reclaim() by Florian Fainelli · 7 years ago
  78. 2cc683e kcm: lock lower socket in kcm_attach by Tom Herbert · 7 years ago
  79. e693be2 Merge branch 'vlan-untag-and-insert-fixes' by David S. Miller · 7 years ago
  80. cbe7128 vlan: Fix out of order vlan headers with reorder header off by Toshiaki Makita · 7 years ago
  81. 4bbb3e0 net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off by Toshiaki Makita · 7 years ago
  82. 51d4740 net sched actions: return explicit error when tunnel_key mode is not specified by Roman Mashak · 7 years ago
  83. e07c99b Bluetooth: hci_bcm: Set pulsed_host_wake flag in sleep parameters by Hans de Goede · 7 years ago
  84. b09c615 Revert "Bluetooth: hci_bcm: Streamline runtime PM code" by Hans de Goede · 7 years ago
  85. f44cb4b Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174 by Takashi Iwai · 7 years ago
  86. 3d50206 net/smc: simplify wait when closing listen socket by Ursula Braun · 7 years ago
  87. cf55612 sunvnet: does not support GSO for sctp by Cathy Zhou · 7 years ago
  88. 4ea41f8 Merge tag 'linux-can-fixes-for-4.16-20180314' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 7 years ago
  89. ea91df6 tg3: prevent scheduling while atomic splat by Jonathan Toppins · 7 years ago
  90. d52e5a7 ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu by Sabrina Dubroca · 7 years ago
  91. 16c2e4d Merge branch 'DPAA-Ethernet-fixes' by David S. Miller · 7 years ago
  92. 82d141c dpaa_eth: remove duplicate increment of the tx_errors counter by Camelia Groza · 7 years ago
  93. e4d1b37 dpaa_eth: increment the RX dropped counter when needed by Camelia Groza · 7 years ago
  94. 5651863 dpaa_eth: remove duplicate initialization by Camelia Groza · 7 years ago
  95. 8807525 dpaa_eth: fix error in dpaa_remove() by Madalin Bucur · 7 years ago
  96. 96f413f soc/fsl/qbman: fix issue in qman_delete_cgr_safe() by Madalin Bucur · 7 years ago
  97. 4dcb31d net: use skb_to_full_sk() in skb_update_prio() by Eric Dumazet · 7 years ago
  98. 7462012 can: cc770: Fix queue stall & dropped RTR reply by Andri Yngvason · 7 years ago
  99. f4353da can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack by Andri Yngvason · 7 years ago
  100. f89782c qed: Use after free in qed_rdma_free() by Dan Carpenter · 7 years ago