1. 1b003be sctp: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  2. 5c313e9 phonet: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  3. 343a997 netfilter: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  4. 4d9092b ipv6: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  5. d7fcf1a ipv4: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  6. 285e428 net/core/user_dma.c: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  7. fbb398a net/core/skbuff.c: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  8. 4cf704f net/core/dev.c: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  9. 5b1a002 datagram: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  10. c32ba3f appletalk: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  11. a5bd8a1 netdevice.h: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  12. ee03987 skbuff: Add frag list abstraction interfaces. by David S. Miller · 15 years ago
  13. 05f77f8 bluetooth: Kill skb_frags_no(), unused. by David S. Miller · 15 years ago
  14. 963267b declance: Restore tx descriptor ring locking by Maciej W. Rozycki · 15 years ago
  15. fe93299 isdn: extend INTERFACE.CAPI document by Tilman Schmidt · 15 years ago
  16. 7d31acd isdn: prevent NULL ptr Oops in capi_cmsg2str() by Tilman Schmidt · 15 years ago
  17. 4793d15 isdn: kerneldoc for capiutil.c by Tilman Schmidt · 15 years ago
  18. 4e32997 isdn: rename capi_ctr_reseted() to capi_ctr_down() by Tilman Schmidt · 15 years ago
  19. f0a4d0e tun: Fix unregister race by Eric W. Biederman · 15 years ago
  20. ef681ce e100: Fix napi_enable BUG_ON when recovering from EEH error by Andre Detsch · 15 years ago
  21. 1d0ebfe net pkgen.c:fix no need for check by Figo.zhang · 15 years ago
  22. a5b19b6 mlx4: FIX error flow when initializing EQ table by Yevgeny Petrilin · 15 years ago
  23. 6f536f4 tun: Fix copy/paste error in tun_get_user by Sridhar Samudrala · 15 years ago
  24. 2faef52 net: Fix memcpy_toiovecend() to use the right offset by Sridhar Samudrala · 15 years ago
  25. d2d27bf net: Fix skb_copy_datagram_from_iovec() to pass the right offset by Sridhar Samudrala · 15 years ago
  26. 042a53a net: skb_shared_info optimization by Eric Dumazet · 15 years ago
  27. eae3f29 net: num_dma_maps is not used by Eric Dumazet · 15 years ago
  28. f957bcf s2io: Remove private boolean definitions by Tobias Klauser · 15 years ago
  29. d65a68a hso: convert dev_alloc_skb() to netdev_alloc_skb() by Paulius Zaleckas · 15 years ago
  30. b07878e netdev: Added KS8842 driver by Richard Ršöjfors · 15 years ago
  31. 5ff8dda net: Ensure partial checksum offset is inside the skb head by Herbert Xu · 15 years ago
  32. 4909122 tun: Optimise handling of bogus gso->hdr_len by Herbert Xu · 15 years ago
  33. b82f08e virtio_net: Set correct gso->hdr_len by Herbert Xu · 15 years ago
  34. 1feede0 sis190: fix gigabit negotiation by Riccardo Ghetta · 15 years ago
  35. 856f8f4 sis190: add new phy found on asus F5Sr laptop by Riccardo Ghetta · 15 years ago
  36. c3223d2 sis190: better message on unknown PHY by Riccardo Ghetta · 15 years ago
  37. 744c6b2 sis190: fix for x86_64 (bug 11509) by Riccardo Ghetta · 15 years ago
  38. 365da87 qlge: Fix timeout on firmware mailbox commands. by Ron Mercer · 15 years ago
  39. d2ba498 qlge: Fix timeout on indexed register wait. by Ron Mercer · 15 years ago
  40. c8269b2 qlge: Fix bug in MTU setting process. by Ron Mercer · 15 years ago
  41. 709ac4f qlge: Fix bug in firmware event handler. by Ron Mercer · 15 years ago
  42. d6f58c2 qlge: Fix firmware event handler loop. by Ron Mercer · 15 years ago
  43. df911e2 netdev: smsc911x: add missing __devexit_p() usage by Mike Frysinger · 15 years ago
  44. 1993f46 netdev: smsc911x: allow building on Blackfin systems by Mike Frysinger · 15 years ago
  45. a1c1db3 ixgbe: Increase the driver version number by Peter P Waskiewicz Jr · 15 years ago
  46. 794caeb ixgbe: Add FW detection and warning for 82599 SFP+ adapters by Peter P Waskiewicz Jr · 15 years ago
  47. ae540af ixgbe: Re-adjust ring layouts to have better cacheline efficiency by Jesse Brandeburg · 15 years ago
  48. c4cf55e ixgbe: Enable Flow Director hashing in 82599 by Peter P Waskiewicz Jr · 15 years ago
  49. ffff477 ixgbe: Add Flow Director init and modify functions for 82599 by Peter P Waskiewicz Jr · 15 years ago
  50. bfde493 ixgbe: Add hardware defines for Flow Director for 82599 by Peter P Waskiewicz Jr · 15 years ago
  51. df647b5 ixgbe: Add a second feature flags variable, move HW RSC capability there by Peter P Waskiewicz Jr · 15 years ago
  52. 91281fd ixgbe: move tx processing into NAPI context by Alexander Duyck · 15 years ago
  53. fe49f04 ixgbe: move v_idx into q_vector and use as index only by Alexander Duyck · 15 years ago
  54. 21fa4e6 ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmap by Alexander Duyck · 15 years ago
  55. 7476601 ixgbe: ethtool support to change advertised link modes of 82599 adapters by Mallikarjuna R Chilakala · 15 years ago
  56. 620fa03 ixgbe: Fix 82599 adapter link flickering issues by Mallikarjuna R Chilakala · 15 years ago
  57. 50ac58b ixgbe: Harden the 82599 multispeed fiber autotry mechanism by Peter P Waskiewicz Jr · 15 years ago
  58. da4dd0f ixgbe: Add ethtool offline test support by Peter P Waskiewicz Jr · 15 years ago
  59. 1479ad4 ixgbe: Change the 82599 PHY DSP restart logic by Peter P Waskiewicz Jr · 15 years ago
  60. bdf0a55 ixgbe: Enable ACPI WoL capabilities for 82599 by Peter P Waskiewicz Jr · 15 years ago
  61. 7d217d7 cfg80211: errno.h: define ERFKILL by Alexander Beregalov · 15 years ago
  62. b1bc81a 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
  63. a93958a removal of forcedeth device ids by Ayaz Abdulla · 15 years ago
  64. 3df81c4 forcedeth: addition of new mcp89 device id by Ayaz Abdulla · 15 years ago
  65. 3c2e1c1 forcedeth: remove device id macros by Ayaz Abdulla · 15 years ago
  66. 0c0c9e7 wimax: depend on rfkill properly by Johannes Berg · 15 years ago
  67. 2489e4e ar9170: remove deprecated code by Christian Lamparter · 15 years ago
  68. c18bd87 iwlwifi: fix comment describing disable_11n by Reinette Chatre · 15 years ago
  69. 13c33a0 iwlwifi: add value and range define for link quality command by Wey-Yi Guy · 15 years ago
  70. 258c44a iwlagn: delay ict interrupt. by Mohamed Abbas · 15 years ago
  71. ee5006a iwl3945/iwlwifi: fix led bug when SW rfkill by Abhijeet Kolekar · 15 years ago
  72. d14d4440 iwl3945: port allow skb allocation in tasklet patch by Abhijeet Kolekar · 15 years ago
  73. c587de0 iwlwifi: unify station management by Tomas Winkler · 15 years ago
  74. 5c72616 TI DaVinci EMAC: Remove print_mac, DECLARE_MAC_BUF by Chaithrika U S · 15 years ago
  75. c722c62 tun: Only wake up writers by Herbert Xu · 15 years ago
  76. a8c617e Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 15 years ago
  77. 2307f86 ipv4: remove ip_mc_drop_socket() declaration from af_inet.c. by Rami Rosen · 15 years ago
  78. 278b251 gso: Stop fraglists from escaping by Herbert Xu · 15 years ago
  79. 56c8f14 cxgb3: minor aq100x phy fixes by Divy Le Ray · 15 years ago
  80. 6ba5f9c cxgb3: Update FW to 7.4.0 by Divy Le Ray · 15 years ago
  81. 0aa8204 cfg80211: fix Kconfig for users of cfg80211 by Johannes Berg · 15 years ago
  82. f71fea2 rfkill: document /dev/rfkill by Johannes Berg · 15 years ago
  83. 2ec2c68 rfkill: always init poll delayed work by Johannes Berg · 15 years ago
  84. 72828b1 ath5k: disable beacon interrupt when interface is down by Bob Copeland · 15 years ago
  85. 894df1c mac80211: removed unused variable in ieee80211_tx() by Luis R. Rodriguez · 15 years ago
  86. 7e189a1 mac80211: extend sta kdoc - explain when they are added by Luis R. Rodriguez · 15 years ago
  87. 60fd2b6 cfg80211: make ieee80211_get_mesh_hdrlen() static by Luis R. Rodriguez · 15 years ago
  88. e03e5ffd ath: make regulatory parsing more verbose on debug by Luis R. Rodriguez · 15 years ago
  89. 581f725 ath9k: Fix write callback of 'debug' which configures debug mask by Vasanthakumar Thiagarajan · 15 years ago
  90. 76963bb iwm: port to new cfg80211 rfkill by Johannes Berg · 15 years ago
  91. 1f87f7d cfg80211: add rfkill support by Johannes Berg · 15 years ago
  92. 6081162 rfkill: add function to query state by Johannes Berg · 15 years ago
  93. 7643a2c cfg80211: move txpower wext from mac80211 by Johannes Berg · 15 years ago
  94. c64fb01 rfkill: create useful userspace interface by Johannes Berg · 15 years ago
  95. 19d337d rfkill: rewrite by Johannes Berg · 15 years ago
  96. 0f6399c nl80211: use GFP_ATOMIC for michael mic failure message by Bob Copeland · 15 years ago
  97. 6bc61f4 libertas: improve function init/shutdown handling for SD8688 by Bing Zhao · 15 years ago
  98. 328d84f wireless/p54: prepare for FIRMWARE_NAME_MAX removal by Samuel Ortiz · 15 years ago
  99. 939cab8 iwmc3200wifi: shrink calibration lmac name by Samuel Ortiz · 15 years ago
  100. 6d7db19 ar9170: cancel led worker properly on exit by Christian Lamparter · 15 years ago