1. 0ddcff4 mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl() by weiyongjun (A) · 7 years ago
  2. 9cb05f9 debugfs_sta: Remove unneeded semicolons by Christopher Díaz Riveros · 7 years ago
  3. 6e3d6ca1 mac80211_hwsim: add hwsim_tx_rate_flags to netlink attributes by Benjamin Beichler · 7 years ago
  4. c6509cc mac80211_hwsim: add hashtable with mac address keys for faster lookup by Benjamin Beichler · 7 years ago
  5. 564737f Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  6. 5d49821 Merge branch 'mlxsw-Offload-PRIO-qdisc' by David S. Miller · 7 years ago
  7. 93d8a4c mlxsw: spectrum: qdiscs: Support stats for PRIO qdisc by Nogah Frankel · 7 years ago
  8. 46a3615 mlxsw: spectrum: qdiscs: Support PRIO qdisc offload by Nogah Frankel · 7 years ago
  9. 7fdb61b net: sch: prio: Add offload ability to PRIO qdisc by Nogah Frankel · 7 years ago
  10. 48276a2 mlxsw: spectrum_router: Configure default routing priority by Yuval Mintz · 7 years ago
  11. ddb362c mlxsw: reg: add rdpm register by Yuval Mintz · 7 years ago
  12. 1988c79 Merge branch 'dsa-mv88e6xxx-ATU-VTU-irq' by David S. Miller · 7 years ago
  13. 62eb116 net: dsa: mv88e6xxx: Decode VTU problem interrupt by Andrew Lunn · 7 years ago
  14. 0977644 net: dsa: mv88e6xxx: Decode ATU problem interrupt by Andrew Lunn · 7 years ago
  15. 3743d88 mlxsw: spectrum_router: Add support for IPv6 non-equal-cost multipath by Ido Schimmel · 7 years ago
  16. 54f7bf7 net: netsec: use dma_addr_t for storing dma address by Arnd Bergmann · 7 years ago
  17. e23cf38 ixgbevf: Fix kernel-doc format warnings by Tony Nguyen · 7 years ago
  18. 5ba643c ixgbe: Fix kernel-doc format warnings by Tony Nguyen · 7 years ago
  19. d584527 net: Cap number of queues even with accel_priv by Alexander Duyck · 7 years ago
  20. 49cfbeb ixgbe: Fix handling of macvlan Tx offload by Alexander Duyck · 7 years ago
  21. b5f69cc ixgbe: avoid bringing rings up/down as macvlans are added/removed by Alexander Duyck · 7 years ago
  22. 16be45b ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offload by Alexander Duyck · 7 years ago
  23. 58918df ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded rings by Alexander Duyck · 7 years ago
  24. 0efbf12 ixgbe: Don't assume dev->num_tc is equal to hardware TC config by Alexander Duyck · 7 years ago
  25. a8e87d9 ixgbe: Default to 1 pool always being allocated by Alexander Duyck · 7 years ago
  26. 4a2512c ixgbe: Assume provided MAC filter has been verified by macvlan by Alexander Duyck · 7 years ago
  27. 6bd39bc Merge branch 'hns3-add-some-new-features-and-fix-some-bugs' by David S. Miller · 7 years ago
  28. bd36841 net: hns3: check for NULL function pointer in hns3_nic_set_features by Jian Shen · 7 years ago
  29. 181d454 net: hns3: add feature check when feature changed by Jian Shen · 7 years ago
  30. 11af96a net: hns3: add int_gl_idx setup for TX and RX queues by Fuyun Liang · 7 years ago
  31. b81c59e net: hns3: change the unit of GL value macro by Fuyun Liang · 7 years ago
  32. 0c8b769 net: hns3: remove unused GL setup function by Fuyun Liang · 7 years ago
  33. 8b1ff1e net: hns3: refactor GL update function by Fuyun Liang · 7 years ago
  34. 5fd4789 net: hns3: refactor interrupt coalescing init function by Fuyun Liang · 7 years ago
  35. 434776a net: hns3: add ethtool_ops.set_coalesce support to PF by Fuyun Liang · 7 years ago
  36. 7e96adc4 net: hns3: add ethtool_ops.get_coalesce support to PF by Fuyun Liang · 7 years ago
  37. 27cdfed net: hns3: remove TSO config command from VF driver by Peng Li · 7 years ago
  38. 849e460 net: hns3: add ethtool_ops.get_channels support for VF by Peng Li · 7 years ago
  39. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. 1545dec Merge tag 'ceph-for-4.15-rc8' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  41. ab27815 Merge tag 'gpio-v4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  42. 8c2e6c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  43. 3d93e33 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
  44. 297a696 net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe() by Wei Yongjun · 7 years ago
  45. ecb1028 net: socionext: Fix error return code in netsec_netdev_open() by Wei Yongjun · 7 years ago
  46. d9f5237 net: socionext: include linux/io.h to fix build by Arnd Bergmann · 7 years ago
  47. 532b5aa Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  48. 09fb35e ibmvnic: Don't handle RX interrupts when not up. by Nathan Fontenot · 7 years ago
  49. 4621ffd cxgb4: implement ndo_features_check by Ganesh Goudar · 7 years ago
  50. d0a1299 cxgb4: add support for vxlan segmentation offload by Ganesh Goudar · 7 years ago
  51. 846eac3 cxgb4: implement udp tunnel callbacks by Ganesh Goudar · 7 years ago
  52. ef0fd85 cxgb4: add data structures to support vxlan by Ganesh Goudar · 7 years ago
  53. cbd0a6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  54. 64fce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  55. 36e04a2 samples/bpf: xdp2skb_meta shows transferring info from XDP to SKB by Jesper Dangaard Brouer · 7 years ago
  56. ce4bb04 Fix a leak in socket(2) when we fail to allocate a file descriptor. by Al Viro · 7 years ago
  57. c5e62a2 Merge branch 'sfc-support-25G-configuration-with-ethtool' by David S. Miller · 7 years ago
  58. 5abb5e7 sfc: add bits for 25/50/100G supported/advertised speeds by Edward Cree · 7 years ago
  59. c2ab85d sfc: support the ethtool ksettings API properly so that 25/50/100G works by Edward Cree · 7 years ago
  60. 702b3d5 sfc: basic MCDI mapping of 25/50/100G link speeds by Edward Cree · 7 years ago
  61. c92342b Merge branch 'mlxsw-qdisc-refactoring' by David S. Miller · 7 years ago
  62. 56202ca mlxsw: spectrum: qdiscs: Remove qdisc before setting a new one by Nogah Frankel · 7 years ago
  63. 9cf6c9c mlxsw: spectrum: qdiscs: Create a generic replace function by Nogah Frankel · 7 years ago
  64. 9a37a59 mlxsw: spectrum: qdiscs: Create a generic destroy function by Nogah Frankel · 7 years ago
  65. 562ffbc mlxsw: spectrum: qdiscs: Add an ops struct by Nogah Frankel · 7 years ago
  66. cba7158f mlxsw: spectrum: qdiscs: Unite all handle checks by Nogah Frankel · 7 years ago
  67. d56c8955 mlxsw: spectrum: qdiscs: Add tclass number to the mlxsw_sp_qdisc by Nogah Frankel · 7 years ago
  68. c2ed6db mlxsw: spectrum: qdiscs: Make the clean stats function to be for RED only by Nogah Frankel · 7 years ago
  69. 4d1a4b8 mlxsw: spectrum: qdiscs: Clean qdisc statistics structs by Nogah Frankel · 7 years ago
  70. f8253df net: sch: red: Change offloaded xstats to be incremental by Nogah Frankel · 7 years ago
  71. f34b4aa net: sch: red: Change the name of the stats struct to be generic by Nogah Frankel · 7 years ago
  72. 371b437 mlxsw: spectrum: qdiscs: Move qdisc's declarations to its designated file by Nogah Frankel · 7 years ago
  73. d016e13 mlxsw: spectrum: Fix typo in firmware upgrade message by Ido Schimmel · 7 years ago
  74. ccc12b1 ipv6: sr: fix TLVs not being copied using setsockopt by Mathieu Xhonneux · 7 years ago
  75. 862c03e ipv6: fix possible mem leaks in ipv6_make_skb() by Eric Dumazet · 7 years ago
  76. 8f3d194 Merge branch 'mlxsw-couple-of-fixes' by David S. Miller · 7 years ago
  77. db84924 mlxsw: spectrum_qdisc: Don't use variable array in mlxsw_sp_tclass_congestion_enable by Jiri Pirko · 7 years ago
  78. 8e033a9 mlxsw: pci: Wait after reset before accessing HW by Yuval Mintz · 7 years ago
  79. 809a79e tcp: make local function tcp_recv_timestamp static by Wei Yongjun · 7 years ago
  80. e213f5b net/mlx5e: fix error return code in mlx5e_alloc_rq() by Wei Yongjun · 7 years ago
  81. ea0a4210 cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages by Arjun Vynipadath · 7 years ago
  82. 1125b00 tuntap: fix for "tuntap: XDP transmission" by Stephen Rothwell · 7 years ago
  83. fc23365 nfp: always unmask aux interrupts at init by Jakub Kicinski · 7 years ago
  84. 0794fed i40e: track id can be 0 by Jingjing Wu · 7 years ago
  85. 329e598 i40e: change ppp name to ddp by Jingjing Wu · 7 years ago
  86. a6cab7d i40evf: Drop i40evf_fire_sw_int as it is prone to races by Alexander Duyck · 7 years ago
  87. f23735a i40evf: Clean-up flags for promisc mode to avoid high polling rate by Alexander Duyck · 7 years ago
  88. 498860c i40evf: Do not clear MSI-X PBA manually by Alexander Duyck · 7 years ago
  89. 793c6f8 i40e: remove redundant initialization of read_size by Colin Ian King · 7 years ago
  90. f2fc31e i40e/i40evf: Bump driver versions by Alice Michael · 7 years ago
  91. 5b64347 i40e: add helper conversion function for link_speed by Jacob Keller · 7 years ago
  92. d3d657a i40e: update VFs of link state after GET_VF_RESOURCES by Jacob Keller · 7 years ago
  93. 9b2aef1 i40evf: hold the critical task bit lock while opening by Jacob Keller · 7 years ago
  94. 22ab4086 i40evf: release bit locks in reverse order by Jacob Keller · 7 years ago
  95. 504398f i40evf: use spinlock to protect (mac|vlan)_filter_list by Jacob Keller · 7 years ago
  96. 44b034b i40evf: don't rely on netif_running() outside rtnl_lock() by Jacob Keller · 7 years ago
  97. dbd668e i40e: display priority_xon and priority_xoff stats by Alice Michael · 7 years ago
  98. fd3ba21 net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set by Jesper Dangaard Brouer · 7 years ago
  99. fee2d54 net: phy: marvell: mv88e6390 temperature sensor reading by Andrew Lunn · 7 years ago
  100. 78bbb15 8021q: fix a memory leak for VLAN 0 device by Cong Wang · 7 years ago