1. afae5ad net/fsl_pq_mdio: streamline probing of MDIO nodes by Timur Tabi · 12 years ago
  2. 5078ac7 net/fsl_pq_mdio: various small fixes by Timur Tabi · 12 years ago
  3. 69cfb41 net/fsl_pq_mdio: merge some functions together by Timur Tabi · 12 years ago
  4. 1aa06d4 net/fsl_pq_mdio: trim #include statements by Timur Tabi · 12 years ago
  5. 19bcd6c net/freescale: do not export any functions from fsl_pq_mdio.c by Timur Tabi · 12 years ago
  6. 522609f be2net: modify log msg for lack of privilege error by Vasundhara Volam · 12 years ago
  7. cc7d723 be2net: fixup malloc/free of adapter->pmac_id by Sathya Perla · 12 years ago
  8. 8a046d3 be2net: fix FW default for VF tx-rate by Vasundhara Volam · 12 years ago
  9. 7c5a524 be2net: fix max VFs reported by HW by Vasundhara Volam · 12 years ago
  10. 4cbdaf6 be2net: create RSS rings even in multi-channel configs by Sathya Perla · 12 years ago
  11. 0739d64 drivers/ieee802154: move ieee802154 drivers to net folder by alex.bluesman.smirnov@gmail.com · 12 years ago
  12. 395a573 drivers/ieee802154/at86rf230: replace the code under _init and _exit by macro by alex.bluesman.smirnov@gmail.com · 12 years ago
  13. 9eca2eb netlink: add minlen validation for the new signed types by Julian Anastasov · 12 years ago
  14. e8c75e2 drivers/net/ethernet/tundra/tsi108_eth.c: delete double assignment by Julia Lawall · 12 years ago
  15. 3f0a1b5 forcedeth: prevent TX timeouts after reboot by david decotigny · 12 years ago
  16. 1ff39eb forcedeth: fix TX timeout caused by TX pause on down link by david decotigny · 12 years ago
  17. ba9aa13 forcedeth: fix buffer overflow by david decotigny · 12 years ago
  18. 6cc2ff8 netdev/phy: add MDIO bus multiplexer driven by a memory-mapped device by Timur Tabi · 12 years ago
  19. e92bdf4b of/mdio-gpio: Simplify the way device tree support is implemented. by Srinivas Kandagatla · 12 years ago
  20. f9dc9ac of/mdio: Add dummy functions in of_mdio.h. by Srinivas Kandagatla · 12 years ago
  21. ee13040 netpoll: provide an IP ident in UDP frames by Eric Dumazet · 12 years ago
  22. 6549dd4 net: dev: fix the incorrect hold of net namespace's lo device by Gao feng · 12 years ago
  23. e6acb38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by David S. Miller · 12 years ago
  24. 255e876 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 12 years ago
  25. 85c2104 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  26. 8f8b3d5 sfc: Fix the initial device operstate by Ben Hutchings · 12 years ago
  27. adeb15a sfc: Assign efx and efx->type as early as possible in efx_pci_probe() by Ben Hutchings · 13 years ago
  28. 3f65ea5 sfc: Remove bogus comment about MTU change and RX buffer overrun by Ben Hutchings · 13 years ago
  29. 7bde852 sfc: Remove overly paranoid locking assertions from netdev operations by Ben Hutchings · 13 years ago
  30. 7153f62 sfc: Fix reset vs probe/remove/PM races involving efx_nic::state by Ben Hutchings · 13 years ago
  31. b812f8b sfc: Improve log messages in case we abort probe due to a pending reset by Ben Hutchings · 13 years ago
  32. 8b7325b sfc: Never try to stop and start a NIC that is disabled by Ben Hutchings · 13 years ago
  33. 5642cee sfc: Hold RTNL lock (only) when calling efx_stop_interrupts() by Ben Hutchings · 13 years ago
  34. 6032fb5 sfc: Keep disabled NICs quiescent during suspend/resume by Ben Hutchings · 13 years ago
  35. 61da026 sfc: Hold the RTNL lock for more of the suspend/resume cycle by Ben Hutchings · 13 years ago
  36. f16aeea sfc: Change state names to be clearer, and comment them by Ben Hutchings · 13 years ago
  37. 9714284 sfc: Stash header offsets for TSO in struct tso_state by Ben Hutchings · 13 years ago
  38. 53cb13c sfc: Replace tso_state::full_packet_space with ip_base_len by Ben Hutchings · 13 years ago
  39. f7251a9 sfc: Simplify TSO header buffer allocation by Ben Hutchings · 13 years ago
  40. 14bf718 sfc: Stop TX queues before they fill up by Ben Hutchings · 13 years ago
  41. 7668ff9 sfc: Refactor struct efx_tx_buffer to use a flags field by Ben Hutchings · 13 years ago
  42. 2c33bb3 team: do not allow to add VLAN challenged port when vlan is used by Jiri Pirko · 12 years ago
  43. 9b361c1 vlan: add helper which can be called to see if device is used by vlan by Jiri Pirko · 12 years ago
  44. 0c7517e team: don't print warn message on -ESRCH during event send by Jiri Pirko · 12 years ago
  45. 1f7c9ae w5300: using eth_hw_addr_random() for random MAC and set device flag by Wei Yongjun · 12 years ago
  46. d68bb7e w5100: using eth_hw_addr_random() for random MAC and set device flag by Wei Yongjun · 12 years ago
  47. 9213bb8 wimax/i2400m: use is_zero_ether_addr() instead of memcmp() by Wei Yongjun · 12 years ago
  48. 8f4cccb net: Set device operstate at registration time by Ben Hutchings · 12 years ago
  49. 9f35a73 net/fsl: introduce Freescale 10G MDIO driver by Timur Tabi · 12 years ago
  50. 3afa6d0 cls_cgroup: Allow classifier cgroups to have their classid reset to 0 by Neil Horman · 12 years ago
  51. f20b621 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  52. e6e94e3 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  53. f63c45e packet: fix broken build. by Rami Rosen · 12 years ago
  54. 748e2d9 net: reinstate rtnl in call_netdevice_notifiers() by Eric Dumazet · 12 years ago
  55. a4881cc Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  56. fa4f0af batman-adv: Start new development cycle by Sven Eckelmann · 12 years ago
  57. 3713517 batman-adv: change interface_rx to get orig node by Antonio Quartulli · 13 years ago
  58. 30cfd02 batman-adv: detect not yet announced clients by Antonio Quartulli · 13 years ago
  59. c67893d batman-adv: Reduce accumulated length of simple statements by Sven Eckelmann · 13 years ago
  60. bbb1f90 batman-adv: Don't break statements after assignment operator by Sven Eckelmann · 13 years ago
  61. 8de47de batman-adv: Use BIT(x) macro to calculate bit positions by Sven Eckelmann · 13 years ago
  62. 74ee363 batman-adv: Drop tt queries with foreign dest by Martin Hundebøll · 13 years ago
  63. ff51fd7 batman-adv: Move batadv_check_unicast_packet() by Martin Hundebøll · 13 years ago
  64. 807736f batman-adv: Split batadv_priv in sub-structures for features by Sven Eckelmann · 13 years ago
  65. 6244630 batman-adv: check batadv_orig_hash_add_if() return code by Simon Wunderlich · 13 years ago
  66. a51fb9b batman-adv: fix typos in comments by Antonio Quartulli · 13 years ago
  67. d657e62 batman-adv: add reference counting for type batadv_tt_orig_list_entry by Antonio Quartulli · 13 years ago
  68. 3a7f291 batman-adv: remove a misleading comment by Jonathan Corbet · 13 years ago
  69. 1c9b055 batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure by Marek Lindner · 13 years ago
  70. 3eb8773 batman-adv: rename bridge loop avoidance claim types by Simon Wunderlich · 13 years ago
  71. 99e966f batman-adv: correct comments in bridge loop avoidance by Simon Wunderlich · 13 years ago
  72. 536a23f batman-adv: Add the backbone gateway list to debugfs by Simon Wunderlich · 13 years ago
  73. c704372 batman-adv: move function arguments on one line by Antonio Quartulli · 12 years ago
  74. 0fa7fa9 packet: Protect packet sk list with mutex (v2) by Pavel Emelyanov · 12 years ago
  75. b32607d mdio: translation of MMD EEE registers to/from ethtool settings by Allan, Bruce W · 12 years ago
  76. 9e67030 af_packet: use define instead of constant by danborkmann@iogearbox.net · 12 years ago
  77. bfdc587 rds: Don't disable BH on BH context by Ying Xue · 12 years ago
  78. 6b923cb bonding: support for IPv6 transmit hashing by John Eaglesham · 12 years ago
  79. b87fb39 ipv6: gre: fix ip6gre_err() by Eric Dumazet · 12 years ago
  80. ef8531b xfrm: fix RCU bugs by Eric Dumazet · 12 years ago
  81. 0115e8e net: remove delay at device dismantle by Eric Dumazet · 12 years ago
  82. bf277b0 Merge git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  83. bba6ec7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  84. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  85. 6de3f7e Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 12 years ago
  86. 90efbed netfilter: remove unnecessary goto statement for error recovery by Jean Sacren · 12 years ago
  87. 6705e86 netfilter: replace list_for_each_continue_rcu with new interface by Michael Wang · 12 years ago
  88. aba4e6f mac80211: Fix AP mode regression by Sujith Manoharan · 12 years ago
  89. 23dcfa6 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  90. a484147 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  91. 8f8ba75 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  92. c67fe37 mm: compaction: Abort async compaction if locks are contended or taking too long by Mel Gorman · 12 years ago
  93. de74f1c mm: have order > 0 compaction start near a pageblock with free pages by Mel Gorman · 12 years ago
  94. 9a9a9a7 rapidio/tsi721: fix unused variable compiler warning by Alexandre Bounine · 12 years ago
  95. 3670e7e rapidio/tsi721: fix inbound doorbell interrupt handling by Alexandre Bounine · 12 years ago
  96. 7dbfb31 drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour mode by Atsushi Nemoto · 12 years ago
  97. b121186 mm: correct page->pfmemalloc to fix deactivate_slab regression by Alex Shi · 12 years ago
  98. 5ed12f1 drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributes by Ilya Shchepetkov · 12 years ago
  99. c81758f mm/compaction.c: fix deferring compaction mistake by Minchan Kim · 12 years ago
  100. 7838f99 drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ resources by Robin Holt · 12 years ago