1. d700ec4 net: dsa: mv88e6xxx: Make sure to configure ports with external PHYs by Marek Vasut · 6 years ago
  2. f8a1988 net: ethernet: Use DIV_ROUND_UP instead of reimplementing its function by zhong jiang · 6 years ago
  3. db3df24 qlcnic: Remove set but not used variables 'fw_mbx' and 'hdr_size' by Yue Haibing · 6 years ago
  4. 435f2e7 net: bridge: add support for sticky fdb entries by Nikolay Aleksandrov · 6 years ago
  5. 1566534 Merge branch 'Preparing-for-phylib-linkmodes' by David S. Miller · 6 years ago
  6. 22b7d29 net: ethernet: Add helper to determine if pause configuration is supported by Andrew Lunn · 6 years ago
  7. 0c12240 net: ethernet: Add helper for set_pauseparam for Pause by Andrew Lunn · 6 years ago
  8. 70814e8 net: ethernet: Add helper for set_pauseparam for Asym Pause by Andrew Lunn · 6 years ago
  9. c306ad3 net: ethernet: Add helper for MACs which support pause by Andrew Lunn · 6 years ago
  10. af8d9bb net: ethernet: Add helper for MACs which support asym pause by Andrew Lunn · 6 years ago
  11. 41124fa net: ethernet: Add helper to remove a supported link mode by Andrew Lunn · 6 years ago
  12. 04b7d41 net: ethernet: Fix up drivers masking pause support by Andrew Lunn · 6 years ago
  13. 00eb224 net: bcmgenet: Fix speed selection for reverse MII by Andrew Lunn · 6 years ago
  14. 58056c1 net: ethernet: Use phy_set_max_speed() to limit advertised speed by Andrew Lunn · 6 years ago
  15. 15d8daf net: phy: bcm63xx: Allow to be built with COMPILE_TEST by Andrew Lunn · 6 years ago
  16. 26eb00a4f net: phy: et1011c: Remove incorrect missing 1000 Half by Andrew Lunn · 6 years ago
  17. 4ef972f net: phy: ste10Xp: Remove wrong SUPPORTED_Pause by Andrew Lunn · 6 years ago
  18. eca09be nfp: report FW vNIC stats in interface stats by Jakub Kicinski · 6 years ago
  19. 0041195 netlink: remove hash::nelems check in netlink_insert by Li RongQing · 6 years ago
  20. 67edf21 scsi: libcxgbi: fib6_ino reference in rt6_info is rcu protected by David Ahern · 6 years ago
  21. 1fb0d4e net: dsa: b53: Only call b53_port_event() for SGMII ports by Florian Fainelli · 6 years ago
  22. 1500857 net/tls: Fixed return value when tls_complete_pending_work() fails by Vakul Garg · 6 years ago
  23. 80de556 Merge branch 'aquantia-implement-WOL-and-EEE-support' by David S. Miller · 6 years ago
  24. 85e55db net: aquantia: bump driver version by Igor Russkikh · 6 years ago
  25. 8f60f76 net: aquantia: renaming for better visibility by Nikita Danilov · 6 years ago
  26. e915784 net: aquantia: whitespace changes by Nikita Danilov · 6 years ago
  27. 92ab640 net: aquantia: implement EEE support by Yana Esina · 6 years ago
  28. a0da96c net: aquantia: implement WOL support by Yana Esina · 6 years ago
  29. 0e1a0dd net: aquantia: definitions for WOL by Yana Esina · 6 years ago
  30. 3ee5c88 net: aquantia: fix hw_atl_utils_fw_upload_dwords by Yana Esina · 6 years ago
  31. 82bcee4 Merge branch 'liquidio-Removed-droq-lock-from-Rx-path' by David S. Miller · 6 years ago
  32. 8bf6edc liquidio: Removed droq lock by Intiyaz Basha · 6 years ago
  33. 4b6e326 liquidio: Per queue oom work queue by Intiyaz Basha · 6 years ago
  34. fe2d22b liquidio: Disabling tasklet when NAPI is active by Intiyaz Basha · 6 years ago
  35. aad06d1 xen-netback: remove unecessary condition check before debugfs_remove_recursive by zhong jiang · 6 years ago
  36. 0527097 net: xenbus: remove redundant condition check before debugfs_remove_recursive by zhong jiang · 6 years ago
  37. f973b76 net: dsa: b53: Uninitialized variable in b53_adjust_link() by Dan Carpenter · 6 years ago
  38. 11957be htb: use anonymous union for simplicity by Cong Wang · 6 years ago
  39. 8ecc7c8 net_sched: remove redundant qdisc lock classes by Cong Wang · 6 years ago
  40. 86c5536 net: sched: cls_flower: dump offload count value by Vlad Buslov · 6 years ago
  41. fd2b803 Merge branch 'skb_list_cleanups' by David S. Miller · 6 years ago
  42. 8b9db0d rtl818x: Remove SKB list assumptions. by David S. Miller · 6 years ago
  43. 6effee6 can: Remove SKB list assumptions in rx-offload.c by David S. Miller · 6 years ago
  44. 992cba7 net: Add and use skb_list_del_init(). by David S. Miller · 6 years ago
  45. a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 6 years ago
  46. 776f07e brcmfmac: Use __skb_peek(). by David S. Miller · 6 years ago
  47. 250bb6f staging: rtl8192e: Use __skb_peek(). by David S. Miller · 6 years ago
  48. 1173ab7 bnx2fc_fcoe: Use skb_queue_walk_safe(). by David S. Miller · 6 years ago
  49. e355419 p54: Use skb_peek_tail() instead of direct head pointer accesses. by David S. Miller · 6 years ago
  50. 1181d62 sctp: Use skb_queue_is_first(). by David S. Miller · 6 years ago
  51. e42a43a lan78xx: Do not access skb_queue_head list pointers directly. by David S. Miller · 6 years ago
  52. 7957a9d mac80211: Don't access sk_queue_head->next directly. by David S. Miller · 6 years ago
  53. 8b69bd7 ppp: Remove direct skb_queue_head list pointer access. by David S. Miller · 6 years ago
  54. 0c69198 infiniband: nes: Use skb_peek_next() and skb_queue_walk(). by David S. Miller · 6 years ago
  55. 5969773 sch_netem: Move private queue handler to generic location. by David S. Miller · 6 years ago
  56. aea890b sch_htb: Remove local SKB queue handling code. by David S. Miller · 6 years ago
  57. 0153167 net/ipv6: Remove rt6i_prefsrc by David Ahern · 6 years ago
  58. 25290bf cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fm by Colin Ian King · 6 years ago
  59. 09317da failover: Fix error return code in net_failover_create by YueHaibing · 6 years ago
  60. cc577b0 net: stmmac: Enable TC Ops for GMAC >= 4 by Jose Abreu · 6 years ago
  61. f20a4d0 net: sched: act_nat: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  62. 6d7a8df net: sched: act_skbedit: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  63. 6ad96bd i40e(vf): remove i40e_ethtool_stats.h header file by Jacob Keller · 6 years ago
  64. 7a8c7f5 net: dsa: b53: Fix build with B53_SRAB enabled and not B53_SERDES by Florian Fainelli · 6 years ago
  65. a89cdd8 cxgb4: impose mandatory VLAN usage when non-zero TAG ID by Casey Leedom · 6 years ago
  66. be7e1b3 liquidio: lio_fetch_vf_stats() can be static by kbuild test robot · 6 years ago
  67. 6577b0f nfp: replace spin_lock_bh with spin_lock in tasklet callback by jun qian · 6 years ago
  68. 98cdb48 net: dsa: Expose tagging protocol to user-space by Florian Fainelli · 6 years ago
  69. 0fdc0d6 freescale: ethernet: remove unnecessary unlikely() by Igor Stoppa · 6 years ago
  70. 38bb4ac bnxt_en: remove set but not used variable 'addr_type' by YueHaibing · 6 years ago
  71. fa642f0 openvswitch: Derive IP protocol number for IPv6 later frags by Yi-Hung Wei · 6 years ago
  72. ddc4d23 liquidio CN23XX: Remove set but not used variable 'ring_flag' by YueHaibing · 6 years ago
  73. 4887522 liquidio: Add spoof checking on a VF MAC address by Weilin Chang · 6 years ago
  74. ddc9cc0 Merge tag 'mlx5e-updates-2018-09-05' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  75. 2002bc3 Merge branch 'dsa-b53-SerDes-support' by David S. Miller · 6 years ago
  76. 0e01491 net: dsa: b53: Add SerDes support by Florian Fainelli · 6 years ago
  77. a8e8b98 net: dsa: b53: Add PHYLINK support by Florian Fainelli · 6 years ago
  78. 5e00446 net: dsa: b53: Add helper to set link parameters by Florian Fainelli · 6 years ago
  79. 16994374 net: dsa: b53: Make SRAB driver manage port interrupts by Florian Fainelli · 6 years ago
  80. 8ca7c16 net: dsa: b53: Add ability to enable/disable port interrupts by Florian Fainelli · 6 years ago
  81. a3f7230 qed*: Utilize FW 8.37.7.0 by Denis Bolotin · 6 years ago
  82. 6ef848e Merge branch 'rtnetlink-add-IFA_TARGET_NETNSID-for-RTM_GETADDR' by David S. Miller · 6 years ago
  83. 203651b ipv6: add inet6_fill_args by Christian Brauner · 6 years ago
  84. 978a46f ipv4: add inet_fill_args by Christian Brauner · 6 years ago
  85. 7e4a8d5 rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/g by Christian Brauner · 6 years ago
  86. 19d8f1a if_link: add IFLA_TARGET_NETNSID alias by Christian Brauner · 6 years ago
  87. 87ccbb1 rtnetlink: move type calculation out of loop by Christian Brauner · 6 years ago
  88. 6ecf4c3 ipv6: enable IFA_TARGET_NETNSID for RTM_GETADDR by Christian Brauner · 6 years ago
  89. d380714 ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDR by Christian Brauner · 6 years ago
  90. 9f3c057 if_addr: add IFA_TARGET_NETNSID by Christian Brauner · 6 years ago
  91. c383edc rtnetlink: add rtnl_get_net_ns_capable() by Christian Brauner · 6 years ago
  92. d4cc597 Merge branch 'net-lan78xx-Minor-improvements' by David S. Miller · 6 years ago
  93. 51ceac9 net: lan78xx: Make declaration style consistent by Stefan Wahren · 6 years ago
  94. 6be665a net: lan78xx: Switch to SPDX identifier by Stefan Wahren · 6 years ago
  95. 7a6b022 net: lan78xx: Drop unnecessary strcpy in lan78xx_probe by Stefan Wahren · 6 years ago
  96. fa8cd98 net: lan78xx: Bail out if lan78xx_get_endpoints fails by Stefan Wahren · 6 years ago
  97. 7848418 nfp: separate VXLAN and GRE feature handling by Jakub Kicinski · 6 years ago
  98. eebd3fa Merge branch 'nfp-improve-the-new-rtsym-helpers' by David S. Miller · 6 years ago
  99. e84b2f2 nfp: validate rtsym accesses fall within the symbol by Jakub Kicinski · 6 years ago
  100. 31e380f nfp: prefix rtsym error messages with symbol name by Jakub Kicinski · 6 years ago