1. de445b3 i40e: Disable VEB bridge mode with SR-IOV failure by Akeem G Abodunrin · 9 years ago
  2. 2efaad8 i40e: Fix an incorrect OEM version string by Carolyn Wyborny · 9 years ago
  3. 58fc326 i40e: fix inconsistent statuses after a PF reset by Helin Zhang · 9 years ago
  4. 40d0136 i40evf: use correct struct for list manipulation by Mitch Williams · 9 years ago
  5. 09603ea i40e: Fix VEB/VEPA bridge mode mismatch issue by Akeem G Abodunrin · 9 years ago
  6. 10dc035 i40e: fix a bug in debugfs with add/del macaddr by Anjali Singhai Jain · 9 years ago
  7. e7358f5 i40e/i40evf: Add a workaround to drop all flow control frames by Anjali Singhai Jain · 9 years ago
  8. 7b13118 ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 address by Paolo Abeni · 9 years ago
  9. c0c050c bnxt_en: New Broadcom ethernet driver. by Michael Chan · 9 years ago
  10. 0a31ada net: dsa: mv88e6xxx: remove debugfs interface by Vivien Didelot · 9 years ago
  11. 998eb80 Merge branch 'dsa-port_fdb_dump' by David S. Miller · 9 years ago
  12. 1a49a2f net: dsa: remove port_fdb_getnext by Vivien Didelot · 9 years ago
  13. 2c49471 net: dsa: mv88e6xxx: remove port_fdb_getnext by Vivien Didelot · 9 years ago
  14. f33475b net: dsa: mv88e6xxx: implement port_fdb_dump by Vivien Didelot · 9 years ago
  15. b0e1a69 net: dsa: mv88e6xxx: write MAC outside of ATU Get Next code by Vivien Didelot · 9 years ago
  16. 36d04ba net: dsa: mv88e6xxx: write VID outside of VTU Get Next code by Vivien Didelot · 9 years ago
  17. ea70ba9 net: dsa: add port_fdb_dump function by Vivien Didelot · 9 years ago
  18. e9829b9 Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  19. c7fc9eb net: hisilicon: deals with the sub ctrl by syscon by yankejian · 9 years ago
  20. e9e6d79 Merge branch 'cxgb4-trivial-fixes' by David S. Miller · 9 years ago
  21. b08f2b3 cxgb4: Update ethtool get_drvinfo to get regdump len by Hariprasad Shenai · 9 years ago
  22. 9c673d1 cxgb4: Use vmalloc, if kmalloc fails by Hariprasad Shenai · 9 years ago
  23. 6ac5fe7 cxgb4: Return error if setup_rss is called before probe by Hariprasad Shenai · 9 years ago
  24. 52a5f84 cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapter by Hariprasad Shenai · 9 years ago
  25. 43eb4e8 cxgb4: Add info print to display number of MSI-X vectors allocated by Hariprasad Shenai · 9 years ago
  26. 4116542 cxgb4: Restore L1 cfg, if FW rejects new L1 cfg settings by Hariprasad Shenai · 9 years ago
  27. 9bfdad5 cxgb4: Don't disallow turning off auto-negotiation by Hariprasad Shenai · 9 years ago
  28. eed7342 cxgb4: Align ethtool get stat settings by Hariprasad Shenai · 9 years ago
  29. aec1592 openvswitch: Use dev_queue_xmit for vport send. by Pravin B Shelar · 9 years ago
  30. 99e28f1 openvswitch: Fix incorrect type use. by Pravin B Shelar · 9 years ago
  31. 721daeb Merge branch 'bpf-perf' by David S. Miller · 9 years ago
  32. 3911169 samples: bpf: add bpf_perf_event_output example by Alexei Starovoitov · 9 years ago
  33. a43eec3 bpf: introduce bpf_perf_event_output() helper by Alexei Starovoitov · 9 years ago
  34. fa128e6 perf: pad raw data samples automatically by Alexei Starovoitov · 9 years ago
  35. 63b11e7 ipvlan: read direct ifindex instead of iflink by Brenden Blanco · 9 years ago
  36. dbf650b tcp: fastopen: limit max_qlen by Eric Dumazet · 9 years ago
  37. e2aacd9 net: mdio-gpio: move platform data header by Vivien Didelot · 9 years ago
  38. 844338e ARM: gemini: remove unnecessary mdio-gpio includes by Vivien Didelot · 9 years ago
  39. c6aa74d net: hisilicon: fix ptr_ret.cocci warnings by Wu Fengguang · 9 years ago
  40. feec0cb ipv6: gro: support sit protocol by Eric Dumazet · 9 years ago
  41. 8f3af27 net: dummy: add more features by Eric Dumazet · 9 years ago
  42. b1974ed netlink: Rightsize IFLA_AF_SPEC size calculation by Arad, Ronen · 9 years ago
  43. 6ac311a Adding switchdev ageing notification on port bridged by Elad Raz · 9 years ago
  44. eb9fae3 Merge branch 'tcp-rack' by David S. Miller · 9 years ago
  45. 4f41b1c tcp: use RACK to detect losses by Yuchung Cheng · 9 years ago
  46. 659a8ad tcp: track the packet timings in RACK by Yuchung Cheng · 9 years ago
  47. 625a5e1 tcp: skb_mstamp_after helper by Yuchung Cheng · 9 years ago
  48. 77c6312 tcp: add tcp_tsopt_ecr_before helper by Yuchung Cheng · 9 years ago
  49. af82f4e tcp: remove tcp_mark_lost_retrans() by Yuchung Cheng · 9 years ago
  50. f672258 tcp: track min RTT using windowed min-filter by Yuchung Cheng · 9 years ago
  51. 9e45a3e tcp: apply Kern's check on RTTs used for congestion control by Yuchung Cheng · 9 years ago
  52. c8fdc32 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  53. e5a9f8d mac80211: move station statistics into sub-structs by Johannes Berg · 9 years ago
  54. 976bd9e mac80211: move beacon_loss_count into ifmgd by Johannes Berg · 9 years ago
  55. 763aa27 mac80211: remove sta->last_ack_signal by Johannes Berg · 9 years ago
  56. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  57. a1f192c i40e/i40evf: Bump i40e to 1.3.38 and i40evf to 1.3.25 by Catherine Sullivan · 9 years ago
  58. 6f66a48 i40e: declare rather than initialize int object by Jean Sacren · 9 years ago
  59. 2bc11c6 i40e: fix kernel-doc argument name by Jean Sacren · 9 years ago
  60. 52e9689 i40e: Move error message to debug level by Catherine Sullivan · 9 years ago
  61. 3ce12ee i40e: Fix order of checks when enabling/disabling autoneg in ethtool by Catherine Sullivan · 9 years ago
  62. a03dc368 i40e/i40evf: Fix an accidental error with BIT_ULL replacement by Anjali Singhai Jain · 9 years ago
  63. 8589af7 i40e: fix for PHY NVM interaction problem by Carolyn Wyborny · 9 years ago
  64. bcab2db i40e: Fix for Tools loopback test failing after driver load by Carolyn Wyborny · 9 years ago
  65. ee2319c i40e/i40evf: adjust interrupt throttle less frequently by Jesse Brandeburg · 9 years ago
  66. c56625d i40e/i40evf: change dynamic interrupt thresholds by Jesse Brandeburg · 9 years ago
  67. 51cc6d9 i40e/i40evf: fix bug in throttle rate math by Jesse Brandeburg · 9 years ago
  68. 8f5e39c i40e/i40evf: refactor IRQ enable function by Jesse Brandeburg · 9 years ago
  69. b9029e9 i40evf: don't give up by Mitch Williams · 9 years ago
  70. 5d3465a i40e/i40evf: use napi_schedule_irqoff() by Alexander Duyck · 9 years ago
  71. 07f89be i40e: Fix basic support for X722 devices by Anjali Singhai · 9 years ago
  72. d08f555 i40evf: fix overlong BIT defines by Jesse Brandeburg · 9 years ago
  73. 2165903 i40e: Lock for VSI's MAC filter list by Kiran Patil · 9 years ago
  74. 1099f86 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  75. 37850e3 net: bcmgenet: Fix early link interrupt enabling by Florian Fainelli · 9 years ago
  76. afc050d Merge tag 'wireless-drivers-for-davem-2015-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 9 years ago
  77. 371f1c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  78. 7b4b000 RDS: fix rds-ping deadlock over TCP transport by santosh.shilimkar@oracle.com · 9 years ago
  79. e277de5 tunnels: Don't require remote endpoint or ID during creation. by Jesse Gross · 9 years ago
  80. b3958b9 uapi: add mpls_iptunnel.h by stephen hemminger · 9 years ago
  81. dc6ef6b tcp: do not set queue_mapping on SYNACK by Eric Dumazet · 9 years ago
  82. 740dbc2 openvswitch: Scrub skb between namespaces by Joe Stringer · 9 years ago
  83. a5d6f7d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  84. 951b5d9 net: hix5hd2_gmac: avoid integer overload warning by Arnd Bergmann · 9 years ago
  85. 876133d net: hisilicon: add OF dependency by Arnd Bergmann · 9 years ago
  86. 119c7ad net: hisilicon: include linux/vmalloc.h in dsaf by Arnd Bergmann · 9 years ago
  87. a679dbb Merge branch 'hns-fixes' by David S. Miller · 9 years ago
  88. 90a505b net: hns: fixes a bug about timeout by pause frame by lisheng · 9 years ago
  89. 20ddb1d net: hns: fixes the issue by using ethtool -s by Chenny Xu · 9 years ago
  90. 4639a3b Merge branch 'hsi-fixes' by David S. Miller · 9 years ago
  91. abc2b10 net: hisilicon fix a bug on Hisilicon Network Subsystem by huangdaode · 9 years ago
  92. 31bbd77 net: hisilicon rm hnae sysfs interface by huangdaode · 9 years ago
  93. 833b8f1 xen-netback: correctly check failed allocation by Insu Yun · 9 years ago
  94. 80083a3 net: asix: add support for the Billionton GUSB2AM-1G-B USB adapter by Chia-Sheng Chang · 9 years ago
  95. b89eb1f net: phy: bcm-phy-lib: Fix module license issue by Arun Parameswaran · 9 years ago
  96. db65a3a netlink: Trim skb to alloc size to avoid MSG_TRUNC by Arad, Ronen · 9 years ago
  97. 26fb342 ipconfig: send Client-identifier in DHCP requests by Li RongQing · 9 years ago
  98. 7379047 Linux 4.3-rc6 by Linus Torvalds · 9 years ago
  99. c44b325 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  100. 56d4b8a i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348 by Mika Westerberg · 9 years ago