1. fdb7027 drivers/net/ieee802154: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  2. 54842ec drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  3. d25903f drivers/net/can/c_can: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  4. c073f66 net/usb: add relative mii functions for r815x by hayeswang · 11 years ago
  5. f2966cd ifb: fix oops when loading the ifb failed by dingtianhong · 11 years ago
  6. 2c8a018 dummy: fix oops when loading the dummy failed by dingtianhong · 11 years ago
  7. ce9a1bf drivers: net: phy: at803x: Add missing mdio device id by Helmut Schaa · 11 years ago
  8. 1b4fc0e bnx2x: fix tunneling CSUM calculation by Dmitry Kravkov · 11 years ago
  9. a8798a5 alx: fix lockdep annotation by Maarten Lankhorst · 11 years ago
  10. f89e57c vxlan: Fix kernel crash on rmmod. by Pravin B Shelar · 11 years ago
  11. b41e6a5 sh_eth: SH_ETH should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  12. 61d46bf macvtap: correctly linearize skb when zerocopy is used by Jason Wang · 11 years ago
  13. 3dd5c33 tuntap: correctly linearize skb when zerocopy is used by Jason Wang · 11 years ago
  14. 440d57b ifb: fix rcu_sched self-detected stalls by dingtianhong · 11 years ago
  15. 45dd95c r8169: add a new chip for RTL8411 by hayeswang · 11 years ago
  16. 8b80cda net: rename ll methods to busy-poll by Eliezer Tamir · 11 years ago
  17. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  18. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  19. 56e0ef5 drivers/net: caif: fix wrong rtnl_is_locked() usage by Konstantin Khlebnikov · 11 years ago
  20. e057590 drivers/net: enic: release rtnl_lock on error-path by Konstantin Khlebnikov · 11 years ago
  21. 785bf6f net: mv643xx_eth: do not use port number as platform device id by Jonas Gorski · 11 years ago
  22. cbdadbb virtio_net: fix race in RX VQ processing by Michael S. Tsirkin · 11 years ago
  23. 01276ed net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit by Jongsung Kim · 11 years ago
  24. 734d4e1 sfc: Fix memory leak when discarding scattered packets by Ben Hutchings · 11 years ago
  25. 74b9272 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  26. 0e07647 dt:net:stmmac: Add dt specific phy reset callback support. by Srinivas Kandagatla · 11 years ago
  27. 25c83b5 dt:net:stmmac: Add support to dwmac version 3.610 and 3.710 by Srinivas Kandagatla · 11 years ago
  28. d741434 dt:net:stmmac: Allocate platform data only if its NULL. by Srinivas Kandagatla · 11 years ago
  29. c9324d1 net:stmmac: fix memleak in the open method by Giuseppe CAVALLARO · 11 years ago
  30. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  31. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  32. 9caf83c net/mlx4: fix small memory leak on error by Dan Carpenter · 11 years ago
  33. cdffcf1 net: fec: Add VLAN receive HW support. by Jim Baxter · 11 years ago
  34. bc2bebe alx: remove WoL support by Johannes Berg · 11 years ago
  35. e6161d6 rapidio/rionet: rework driver initialization and removal by Alexandre Bounine · 11 years ago
  36. 5cb0656 ipw2200: convert __list_for_each usage to list_for_each by Dave Jones · 11 years ago
  37. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  38. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  39. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  40. 3dbde57 Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  41. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  42. f317ff9 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  43. 83d7af6 stmmac: dity-up and rework the driver debug levels by Giuseppe CAVALLARO · 11 years ago
  44. 7e6d4da nlmon: use standard rtnetlink link api for add/del devices by Jiri Pirko · 11 years ago
  45. b9eef55 net: fec: Fix RMON registers on imx6 by Jim Baxter · 11 years ago
  46. 7cc47d1 cxgb3: Missing rtnl lock in error recovery by Benjamin Herrenschmidt · 11 years ago
  47. fe3c22b Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  48. 1fc4c84 net: cdc_ether: allow combined control and data interface by Bjørn Mork · 11 years ago
  49. 06efce7 net: fec: Fix Transmitted bytes counter by Jim Baxter · 11 years ago
  50. f3ad892 net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_probe() by Wei Yongjun · 11 years ago
  51. 8ef2c3b xen-netback: xenbus.c: use more current logging styles by Wei Liu · 11 years ago
  52. a759939 net: ipheth: Add USB ID for iPad mini by Aaron Marburg · 11 years ago
  53. 8cc2d92 bnx2x: fill in sane dump flag information by Michal Schmidt · 11 years ago
  54. 5bb680d bnx2x: fix dump flag handling by Michal Schmidt · 11 years ago
  55. 058eec4 bnx2x: remove zeroing of dump data buffer by Michal Schmidt · 11 years ago
  56. 15627e8 cassini: Make missing firmware non-fatal by Ben Hutchings · 11 years ago
  57. d8eb8f9 qmi_wwan: add ONDA MT689DC device ID (fwd) by Enrico Mioso · 11 years ago
  58. 936faf6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/vxlan-next by David S. Miller · 11 years ago
  59. d0b5e51 net: qmi_wwan: add TP-LINK MA260 by Bjørn Mork · 11 years ago
  60. aa3aba1 net: qmi_wwan: add Option GTM681W by Bjørn Mork · 11 years ago
  61. 5a008ff net: qmi_wwan: fixup Sierra Wireless MC8305 entry by Bjørn Mork · 11 years ago
  62. 61369d0 net: stmmac: fixed enh_desc set always zero by Byungho An · 11 years ago
  63. 0d909dc net: stmmac: fixed operator typo by Byungho An · 11 years ago
  64. 383eda3 xen: Use more current logging styles by Joe Perches · 11 years ago
  65. 772e42b net: fec: Fix multicast list setup in fec_restart(). by Christoph Müllner · 11 years ago
  66. e62bc9e Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  67. 7ec5689 alx: fix ethtool support code by Johannes Berg · 11 years ago
  68. 46ab9b3 alx: fix MAC address alignment problem by Johannes Berg · 11 years ago
  69. a5b87cc alx: separate link speed/duplex fields by Johannes Berg · 11 years ago
  70. 4a134c3 alx: make sizes unsigned by Johannes Berg · 11 years ago
  71. c43861d alx: remove NET_CORE Kconfig select by Johannes Berg · 11 years ago
  72. 17fdd35 alx: fix 100mbit/half duplex speed translation by Johannes Berg · 11 years ago
  73. ef0cc4b alx: treat flow control correctly in alx_set_pauseparam() by Johannes Berg · 11 years ago
  74. 0a6eac2 net/mlx4_core: Add HW enforcement to VF link state by Rony Efraim · 11 years ago
  75. b01978c net/mlx4_core: Dynamic VST to VST vlan/qos changes by Jack Morgenstein · 11 years ago
  76. 008aebd bonding: combine pr_debugs in bond_set_dev_addr into one by Nikolay Aleksandrov · 11 years ago
  77. 05c8aaa wlcore: use *ppos, not file->f_pos by Al Viro · 11 years ago
  78. c0caa07 bna: switch to fixed_size_llseek() by Al Viro · 11 years ago
  79. 6be44b1 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  80. 1ca0151 net/trivial: replace numeric with standard PM state macros by Yijing Wang · 11 years ago
  81. 3b233fe nlmon: fix comparison in nlmon_is_valid_mtu by Daniel Borkmann · 11 years ago
  82. cf6122b drivers: net: cpsw: add newline after MACID log by Daniel Mack · 11 years ago
  83. 29cc436 pch_gbe: use managed functions pcim_* and devm_* by Andy Shevchenko · 11 years ago
  84. 453ca93 pch_gbe: convert pr_* to netdev_* by Andy Shevchenko · 11 years ago
  85. bd79680 pch_gbe: remove inline keyword for exported functions by Andy Shevchenko · 11 years ago
  86. b8553b8 usbnet: ax88179_178a: add .reset_resume hook by David Chang · 11 years ago
  87. 803dee9 usbnet: ax88179_178a: Correct a typo in description by David Chang · 11 years ago
  88. 57ed5cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  89. 83a35e3 treewide: relase -> release by Geert Uytterhoeven · 11 years ago
  90. ae0d675 bonding: when cloning a MAC use NET_ADDR_STOLEN by nikolay@redhat.com · 11 years ago
  91. 97a1e63 bonding: remove unnecessary dev_addr_from_first member by nikolay@redhat.com · 11 years ago
  92. 8d2ada7 bonding: remove unnecessary setup_by_slave member by nikolay@redhat.com · 11 years ago
  93. 0f817ed ath10k: minimally handle new channel width enumeration values by John W. Linville · 11 years ago
  94. 0c9acaa ath9k_htc: ifdef out IFTYPE_MESH advertisement by Thomas Pedersen · 11 years ago
  95. cc1b546 brcmfmac: remove code and comment for older kernel support by Arend van Spriel · 11 years ago
  96. c6a681ab brcmfmac: reduce firmware-signalling locking scope in rx path by Arend van Spriel · 11 years ago
  97. 80898a1 brcmfmac: cleanup debug messages in brcmf_fws_hdrpush() by Arend van Spriel · 11 years ago
  98. 456d068 brcmfmac: tag packet in the netdev transmit callback by Arend van Spriel · 11 years ago
  99. 3b81a68 brcmfmac: add broken scatter-gather DMA support by Franky Lin · 11 years ago
  100. 356bae6 brcmfmac: use unified dongle address preparation function by Franky Lin · 11 years ago