1. 32a8440 xen-netfront: respect user provided max_queues by Wei Liu · 9 years ago
  2. 4c82ac3 xen-netback: respect user provided max_queues by Wei Liu · 9 years ago
  3. 4202032 r8169: Fix sleeping function called during get_stats64, v2 by Corinna Vinschen · 9 years ago
  4. 1ab1e89 ether: add IEEE 1722 ethertype - TSN by Henrik Austad · 9 years ago
  5. 6bb0fef netlink, mmap: fix edge-case leakages in nf queue zero-copy by Daniel Borkmann · 9 years ago
  6. a66e365 netlink, mmap: don't walk rx ring on poll if receive queue non-empty by Daniel Borkmann · 9 years ago
  7. f2be053 cxgb4: changes for new firmware 1.14.4.0 by Hariprasad Shenai · 9 years ago
  8. 9638d19 net: fec: add netif status check before set mac address by Nimrod Andy · 9 years ago
  9. 1d68c28 Merge branch 'r8152-autoresume' by David S. Miller · 9 years ago
  10. 2dd49e0 r8152: fix the runtime suspend issues by hayeswang · 9 years ago
  11. d094247 r8152: split DRIVER_VERSION by hayeswang · 9 years ago
  12. 52fe51f ipv6: fix ifnullfree.cocci warnings by Wu Fengguang · 9 years ago
  13. 792aec4 add microchip LAN88xx phy driver by Woojung.Huh@microchip.com · 9 years ago
  14. dfc50fc stmmac: fix check for phydev being open by Alexey Brodkin · 9 years ago
  15. 1f0ca208 net: qlcnic: delete redundant memsets by Rasmus Villemoes · 9 years ago
  16. b66a608 net: mv643xx_eth: use kzalloc by Rasmus Villemoes · 9 years ago
  17. e9b5ac2 net: jme: use kzalloc() instead of kmalloc+memset by Rasmus Villemoes · 9 years ago
  18. ce8e5c7 net: cavium: liquidio: use kzalloc in setup_glist() by Rasmus Villemoes · 9 years ago
  19. f53de1e net: ipv6: use common fib_default_rule_pref by Phil Sutter · 9 years ago
  20. 444c5f9 net: ethoc: Remove unnecessary #ifdef CONFIG_OF by Tobias Klauser · 9 years ago
  21. 03679a1 net: dsa: bcm_sf2: Fix 64-bits register writes by Florian Fainelli · 9 years ago
  22. 687f071 bpf: fix out of bounds access in verifier log by Alexei Starovoitov · 9 years ago
  23. 6b9ea5a ipv6: fix multipath route replace error recovery by Roopa Prabhu · 9 years ago
  24. 592867b ebpf: fix fd refcount leaks related to maps in bpf syscall by Daniel Borkmann · 9 years ago
  25. 74e98eb RDS: verify the underlying transport exists before creating a connection by Sasha Levin · 9 years ago
  26. 1d5d485 xen-netback: require fewer guest Rx slots when not using GSO by David Vrabel · 9 years ago
  27. 9b57ab8 Merge branch 'cxgb4-fixes' by David S. Miller · 9 years ago
  28. 2a485cf cxgb4: Fix for write-combining stats configuration by Hariprasad Shenai · 9 years ago
  29. fd1754f cxgb4: Fix tx flit calculation by Hariprasad Shenai · 9 years ago
  30. d43cefc net: eth: altera: Fix the initial device operstate by Atsushi Nemoto · 9 years ago
  31. 7845989 net: tipc: fix stall during bclink wakeup procedure by Kolmakov Dmitriy · 9 years ago
  32. 7b90187 dm9000: fix a typo by Barry Song · 9 years ago
  33. 7a577f0 net: bridge: remove unnecessary switchdev include by Vivien Didelot · 9 years ago
  34. bf361ad net: bridge: check __vlan_vid_del for error by Vivien Didelot · 9 years ago
  35. 39797a2 net: dsa: bcm_sf2: Fix ageing conditions and operation by Florian Fainelli · 9 years ago
  36. 5b902d6 device property: Don't overwrite addr when failing in device_get_mac_address by Julien Grall · 9 years ago
  37. fcb0bb6 usbnet: Fix a race between usbnet_stop() and the BH by Eugene Shatokhin · 9 years ago
  38. 46cdc9b cxgb4: fix usage of uninitialized variable by françois romieu · 9 years ago
  39. bd1a05e fixed_phy: pass 'irq' to fixed_phy_add() by Sergei Shtylyov · 9 years ago
  40. f88f69d openvswitch: Remove conntrack Kconfig option. by Joe Stringer · 9 years ago
  41. 585e7e1 net: dsa: mv88e6171: add hardware 802.1Q support by Vivien Didelot · 9 years ago
  42. 080fff5 Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  43. e5a5837 ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMA by Geert Uytterhoeven · 9 years ago
  44. 0f1b735 vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warning by Geert Uytterhoeven · 9 years ago
  45. 99c79ec lan78xx: Fix ladv/radv error handling in lan78xx_link_reset() by Geert Uytterhoeven · 9 years ago
  46. 8f384c0 RDS: rds_conn_lookup() should factor in the struct net for a match by Sowmini Varadhan · 9 years ago
  47. 42ea445 net: fec: normalize return value of pm_runtime_get_sync() in MDIO write by Maciej S. Szmigiero · 9 years ago
  48. 0890cf6 switchdev: fix return value of switchdev_port_fdb_dump in case of error by Jiri Pirko · 9 years ago
  49. b658887 be2net: Revert "make the RX_FILTER command asynchronous" commit by Sathya Perla · 9 years ago
  50. 53cfd05 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  51. bd516bd net: wan: sbni: fix device usage count by Sudip Mukherjee · 9 years ago
  52. 25b4a44 net/ipv6: Correct PIM6 mrt_lock handling by Richard Laing · 9 years ago
  53. ef9be10 mac80211: reject software RSSI CQM with beacon filtering by Johannes Berg · 9 years ago
  54. 52a45f3 mac80211: avoid VHT usage with no 80MHz chans allowed by Arik Nemtsov · 9 years ago
  55. 549cc1c cfg80211: regulatory: restore proper user alpha2 by Maciej S. Szmigiero · 9 years ago
  56. 4c07789 rfkill: Copy "all" global state to other types by João Paulo Rechi Vita · 9 years ago
  57. 22f6689 mac80211: protect non-HT BSS when HT TDLS traffic exists by Avri Altman · 9 years ago
  58. 98a1f82 mac80211: Do not use sizeof() on pointer type by Thierry Reding · 9 years ago
  59. 724a763 Merge branch 'sctp-fixes' by David S. Miller · 9 years ago
  60. 410f038 sctp: add routing output fallback by Marcelo Ricardo Leitner · 9 years ago
  61. d82f0f1f sctp: fix dst leak by Marcelo Ricardo Leitner · 9 years ago
  62. 4548a69 net: eth: altera: fix napi poll_list corruption by Atsushi Nemoto · 9 years ago
  63. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  64. 1e1a4e8 Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  65. 62da986 netfilter: nf_conntrack: make nf_ct_zone_dflt built-in by Daniel Borkmann · 9 years ago
  66. a82b0e6 netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabled by Daniel Borkmann · 9 years ago
  67. ed63f1d net: fec: clear receive interrupts before processing a packet by Russell King · 9 years ago
  68. e41b0be ipv6: fix exthdrs offload registration in out_rt path by Daniel Borkmann · 9 years ago
  69. d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  70. 52b084d Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  71. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  72. df91039 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  73. 91a247d Merge tag 'for-linus-20150901' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  74. 210c34d xen-netback: add support for multicast control by Paul Durrant · 9 years ago
  75. 4db78d3 bgmac: Update fixed_phy_register() by Fabio Estevam · 9 years ago
  76. b382c08 sock, diag: fix panic in sock_diag_put_filterinfo by Daniel Borkmann · 9 years ago
  77. 8bdc69b Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  78. 76ec51e Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 9 years ago
  79. 7d3e2eb Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
  80. 2dc7e55 Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  81. 20a17bf flow_dissector: Use 'const' where possible. by David S. Miller · 9 years ago
  82. de4c1f8 flow_dissector: Fix function argument ordering dependency by Tom Herbert · 9 years ago
  83. 1bd4054 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  84. ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  85. f1a3c0b Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  86. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  87. 45c680b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  88. 851328f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 9 years ago
  89. 2d678b6 Merge tag 'edac_for_4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 9 years ago
  90. 990a2d6 ixgbe: Resolve "initialized field overwritten" warnings by Mark Rustad · 9 years ago
  91. 7837e28 ixgbe: Remove bimodal SR-IOV disabling by Alex Williamson · 9 years ago
  92. 454adb0 ixgbe: Add support for reporting 2.5G link speed by Mark Rustad · 9 years ago
  93. 7e3f5c8 ixgbe: fix bounds checking in ixgbe_setup_tc for 82598 by Emil Tantilov · 9 years ago
  94. 1c7cf07 ixgbe: support for ethtool set_rxfh by Tom Barbette · 9 years ago
  95. ae8140a ixgbe: Avoid needless PHY access on copper phys by Mark Rustad · 9 years ago
  96. 897b934 ixgbe: cleanup to use cached mask value by Don Skidmore · 9 years ago
  97. d5702de ixgbe: Remove second instance of lan_id variable by Don Skidmore · 9 years ago
  98. bc52f95 ixgbe: use kzalloc for allocating one thing by Maninder Singh · 9 years ago
  99. a17ace9 flow: Move __get_hash_from_flowi{4,6} into flow_dissector.c by David S. Miller · 9 years ago
  100. fa888b8 ixgbe: Remove unused PCI bus types by Don Skidmore · 9 years ago