1. 748031f net: allow sh_eth to get mac address through platform data by Magnus Damm · 15 years ago
  2. a6e4bc5 can: make the number of echo skb's configurable by Wolfgang Grandegger · 15 years ago
  3. 61321bb net: Add netdev_alloc_skb_ip_align() helper by Eric Dumazet · 15 years ago
  4. f373b53 tcp: replace ehash_size by ehash_mask by Eric Dumazet · 15 years ago
  5. c3faca0 ipv6: fix devconf after adding force_tllao option by Cosmin Ratiu · 15 years ago
  6. 38fc002 bonding: change bond_create_proc_entry() to return void by Nicolas de Pesloüan · 15 years ago
  7. c634263 sfc: 10Xpress: Initialise pause advertising flags by Ben Hutchings · 15 years ago
  8. 27fbc7d mdio: Expose pause frame advertising flags to ethtool by Ben Hutchings · 15 years ago
  9. 767f4a7 mdio: Advertise pause (flow control) settings even if autoneg is off by Ben Hutchings · 15 years ago
  10. be926fc gianfar: Add support for hibernation by Anton Vorontsov · 15 years ago
  11. 8728327 gianfar: Factor out gfar_init_bds() from gfar_alloc_skb_resources() by Anton Vorontsov · 15 years ago
  12. 8a102fe gianfar: Factor out RX BDs initialization from gfar_new_rxbdp() by Anton Vorontsov · 15 years ago
  13. 32c513b gianfar: Move tbase/rbase initialization to gfar_init_mac() by Anton Vorontsov · 15 years ago
  14. 826aa4a gianfar: Split allocation and initialization steps out of startup_gfar() by Anton Vorontsov · 15 years ago
  15. 1423117 gianfar: Don't needlessly set the wrap bit for the last RX BD by Anton Vorontsov · 15 years ago
  16. e69edd2 gianfar: Simplify skb resources freeing code by Anton Vorontsov · 15 years ago
  17. ccc05c6 gianfar: Some cleanups for startup_gfar() by Anton Vorontsov · 15 years ago
  18. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 15 years ago
  19. c05e85a cnic: Need to include net/ip6_checksum.h by David S. Miller · 15 years ago
  20. 5402240 pasemi_mac: ethtool set settings support by Valentine Barshak · 15 years ago
  21. fad9ab2 be2net: Implement ethtool get_phys_id function. by Sarveshwar Bandi · 15 years ago
  22. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  23. d5e63bd Revert "af_packet: add interframe drop cmsg (v6)" by David S. Miller · 15 years ago
  24. 91b2a3f ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  25. e7db38c ipv6 sit: Fix 6rd relay address. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  26. e0c9394 ipv6 sit: Ensure to initialize 6rd parameters. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  27. 71034ba cnic: Add main functions to support bnx2x devices. by Michael Chan · 15 years ago
  28. e251306 cnic: Add bnx2x data structures. by Michael Chan · 15 years ago
  29. 86b5360 cnic: Refactor some code. by Michael Chan · 15 years ago
  30. 993ac7b bnx2x: Add main CNIC interface functions. by Michael Chan · 15 years ago
  31. 37b091b bnx2x: Add hw init code to support iSCSI. by Michael Chan · 15 years ago
  32. e665bfd bnx2x: Refactor MAC address setup code. by Michael Chan · 15 years ago
  33. 2891290 bnx2x: Refactor bnx2x_sp_post(). by Michael Chan · 15 years ago
  34. 6abd234 qlge: Add CBFC pause frame counters to ethtool stats. by Ron Mercer · 15 years ago
  35. 8092886 qlge: Don't fail open when port is not initialized. by Ron Mercer · 15 years ago
  36. fda9b77 qlge: Get rid of firmware handler debug code. by Ron Mercer · 15 years ago
  37. 52e55f3 qlge: Remove inline math for small rx buf mapping. by Ron Mercer · 15 years ago
  38. 88051b4 qlge: Store firmware revision as early as possible. by Ron Mercer · 15 years ago
  39. 91ced68 qlge: Add handler for DCBX firmware event. by Ron Mercer · 15 years ago
  40. bc9167f qlge: Set PCIE max read request size. by Ron Mercer · 15 years ago
  41. 1d1023d qlge: Remove explicit setting of PCI Dev CTL reg. by Ron Mercer · 15 years ago
  42. 7fe13c5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  43. 8aa0f64a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  44. 10c435f net: Link in PHY drivers before others. by David S. Miller · 15 years ago
  45. eab2ec8 wireless: make wireless drivers select core by Johannes Berg · 15 years ago
  46. 5718f50 libertas: depend on CONFIG_CFG80211 by Holger Schurig · 15 years ago
  47. 7891849 libertas: remove double assignment of dev->netdev_ops by Luis R. Rodriguez · 15 years ago
  48. af1fc67 ath9k: use right parameter for MODULE_PARM_DESC() for debug by Luis R. Rodriguez · 15 years ago
  49. cd7e1f0 ixgbe: Fix KR to KX fail over for Mezzanine cards by Don Skidmore · 15 years ago
  50. 38ad1c8 ixgbe: add support for 82599 based Express Module X520-P2 by Don Skidmore · 15 years ago
  51. 3201fce ibm_newemac: Added 16K Tx FIFO size support for EMAC4 by Dave Mitchell · 15 years ago
  52. efd7d26 qlge: Add disable/enable firmare irqs to handler. by Ron Mercer · 15 years ago
  53. 2cd6dba qlge: Restore rx mode after internal reset. by Ron Mercer · 15 years ago
  54. 84087f4 qlge: Fix chip reset process. by Ron Mercer · 15 years ago
  55. 76b2669 qlge: Fix RX multicast filter settings. by Ron Mercer · 15 years ago
  56. e163d7f qlge: Fix frame routing for multicast frames. by Ron Mercer · 15 years ago
  57. a3b7193 qlge: Fix frame routing issue related to bonding. by Ron Mercer · 15 years ago
  58. 541ae28 qlge: Fix RSS hashing values. by Ron Mercer · 15 years ago
  59. e0e6f55 ipv6: Fix the size overflow of addrconf_sysctl array by Jin Dongming · 15 years ago
  60. 67972e0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  61. 8a8e05e cfg80211: fix netns error unwinding bug by Johannes Berg · 15 years ago
  62. ad61df9 netlink: fix typo in initialization by Jiri Pirko · 15 years ago
  63. 879e930 znet: Don't claim DMA lock around free_dma() calls. by David S. Miller · 15 years ago
  64. 3758bf2 can: add TI CAN (HECC) driver by Anant Gole · 15 years ago
  65. 0cdc036 ixgb: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  66. bcc90f5 qlge: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  67. 5fe31de e1000: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  68. 8d24e93 igb: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  69. 2d86f13 ixgbe: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  70. 6dc3494 myri10ge: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  71. 5a4d631 netxen: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  72. 7274c20 e1000e: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  73. 72dad21 bridge: Allow enable/disable UFO on bridge device via ethtool by Sridhar Samudrala · 15 years ago
  74. d9f5950 net: Make UFO on master device independent of attached devices by Sridhar Samudrala · 15 years ago
  75. f86dcc5 udp: dynamically size hash tables at boot time by Eric Dumazet · 15 years ago
  76. 8a6dfd4 IPv6: Fix 6RD typo by Alexandre Cassen · 15 years ago
  77. 4b17d50f ipv4: Define cipso_v4_delopt static by Hagen Paul Pfeifer · 15 years ago
  78. 9e83429 econet: Fix redeclaration of symbol len by Hagen Paul Pfeifer · 15 years ago
  79. 49b4ad9 bonding: remove useless assignment by Nicolas de Pesloüan · 15 years ago
  80. 3c6aaa2 bonding: fix a parameter name in error message by Nicolas de Pesloüan · 15 years ago
  81. b301e82 IPv6: use ipv6_addr_set_v4mapped() by Brian Haley · 15 years ago
  82. 86c36ce IPv6: use ipv6_addr_copy() in ip6_route_redirect() by Brian Haley · 15 years ago
  83. 125a77e IPv6: Fix 6RD build error by Brian Haley · 15 years ago
  84. ffce908 net: Add sk_mark route lookup support for IPv4 listening sockets by Atis Elsts · 15 years ago
  85. d308e38 include/linux/netdevice.h: fix nanodoc mismatch by Wolfram Sang · 15 years ago
  86. 996ccf4 dccp ccid-3: Remove CCID naming redundancy 2/2 by Gerrit Renker · 15 years ago
  87. 77d2dd9 dccp ccid-2: Remove CCID naming redundancy 1/2 by Gerrit Renker · 15 years ago
  88. 388d5e9 dccp ccid-3: Overhaul CCID naming convention 2/2 by Gerrit Renker · 15 years ago
  89. b1c00fe dccp ccid-2: Overhaul CCID naming convention 1/2 by Gerrit Renker · 15 years ago
  90. 82e62926 libertas: remove extraneous select FW_LOADER by Holger Schurig · 15 years ago
  91. 63f275d libertas: Use lbs_is_cmd_allowed() check in command handling routines. by Amitkumar Karwar · 15 years ago
  92. 536b3a7 ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup() by Luis R. Rodriguez · 15 years ago
  93. bd96d39 ath9k: move ath_cleanup() below helpers to avoid forward declarations by Luis R. Rodriguez · 15 years ago
  94. 2568835 ath9k: add a helper to clean the core driver upon module unload by Luis R. Rodriguez · 15 years ago
  95. 7fda166 ath9k: add helper to un-init the hw properly by Luis R. Rodriguez · 15 years ago
  96. 211f585 ath9k: initialize hw prior to debugfs by Luis R. Rodriguez · 15 years ago
  97. faa27fa ath9k: move common->debug_mask setting to ath_init_softc() by Luis R. Rodriguez · 15 years ago
  98. 8ce54c5 ath5k: enable Power-Save Polls by setting the association ID by Luis R. Rodriguez · 15 years ago
  99. a3f86bf ath5k: fix regression which triggers an SME join upon assoc by Luis R. Rodriguez · 15 years ago
  100. abba068 ath5k: remove temporary low_id and high_id vars on ath5k_hw_set_associd() by Luis R. Rodriguez · 15 years ago