1. bf12691 sunrpc/auth_gss: Call rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  2. eaa184a sctp: protocol.c call rcu_barrier() on unload. by Jesper Dangaard Brouer · 15 years ago
  3. 382bfee can: af_can.c use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  4. 67137f3 nfnetlink_queue: Use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  5. 6e327c1 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_net() by Jesper Dangaard Brouer · 15 years ago
  6. 1abb0de qlge: bugfix: Get rid of errant spin_unlock(). by Ron Mercer · 15 years ago
  7. 00acd0d qlge: Add set TX csum ethtool op. by Ron Mercer · 15 years ago
  8. e4552f5 qlge: Add support for varied pcie function numbers. by Ron Mercer · 15 years ago
  9. 542512e qlge: Add support for using alternate MAC address. by Ron Mercer · 15 years ago
  10. ec33a49 qlge: Drop inbound frames > MTU. by Ron Mercer · 15 years ago
  11. a32959c qlge: Drop inbound error frames. by Ron Mercer · 15 years ago
  12. e4059d9 qlge: Remove netif_set_gso_max_size() call. by Ron Mercer · 15 years ago
  13. cfec0cb qlge: Add support for retrieving firmware version. by Ron Mercer · 15 years ago
  14. 0808dc8 netfilter: Fix extra semi-colon in skb_walk_frags() changes. by David S. Miller · 15 years ago
  15. 1506e30 rfkill: include err.h by Johannes Berg · 15 years ago
  16. 25b0b99 bnx2: no need to check before vfreeing by Breno Leitao · 15 years ago
  17. 3d8fd38 ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599 by Yi Zou · 15 years ago
  18. 18760f1 e1000e: Expose MDI-X status via ethtool change by Chaitanya Lala · 15 years ago
  19. edfea6e6 e1000e: Call e1000e_config_collision_dist() after TCTL has been set by Simon Horman · 15 years ago
  20. 23a2d1b e1000e: Fixes possible phy corrupton on 82571 designs. by Dave Graham · 15 years ago
  21. 8459464 ieee802154: add simple HardMAC driver sample by Sergey Lapin · 15 years ago
  22. 02cf228 ieee802154: add documentation about our stack by Sergey Lapin · 15 years ago
  23. 2c21d11 net: add NL802154 interface for configuration of 802.15.4 devices by Sergey Lapin · 15 years ago
  24. 9ec7671 net: add IEEE 802.15.4 socket family implementation by Sergey Lapin · 15 years ago
  25. fcb94e4 Add constants for the ieee 802.15.4 stack by Sergey Lapin · 15 years ago
  26. a4a710c pkt_sched: Change PSCHED_SHIFT from 10 to 6 by Jarek Poplawski · 15 years ago
  27. 728bf09 pkt_sched: Use PSCHED_SHIFT in PSCHED time conversion by Jarek Poplawski · 15 years ago
  28. 0c27922 net: dev_addr_init() fix by Eric Dumazet · 15 years ago
  29. ebc8d2a be2net: Remove unnecessary frag list traversing. by David S. Miller · 15 years ago
  30. d4fd3bc1 xfrm: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  31. 1b003be sctp: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  32. 5c313e9 phonet: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  33. 343a997 netfilter: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  34. 4d9092b ipv6: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  35. d7fcf1a ipv4: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  36. 285e428 net/core/user_dma.c: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  37. fbb398a net/core/skbuff.c: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  38. 4cf704f net/core/dev.c: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  39. 5b1a002 datagram: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  40. c32ba3f appletalk: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  41. a5bd8a1 netdevice.h: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  42. ee03987 skbuff: Add frag list abstraction interfaces. by David S. Miller · 15 years ago
  43. 05f77f8 bluetooth: Kill skb_frags_no(), unused. by David S. Miller · 15 years ago
  44. 963267b declance: Restore tx descriptor ring locking by Maciej W. Rozycki · 15 years ago
  45. fe93299 isdn: extend INTERFACE.CAPI document by Tilman Schmidt · 15 years ago
  46. 7d31acd isdn: prevent NULL ptr Oops in capi_cmsg2str() by Tilman Schmidt · 15 years ago
  47. 4793d15 isdn: kerneldoc for capiutil.c by Tilman Schmidt · 15 years ago
  48. 4e32997 isdn: rename capi_ctr_reseted() to capi_ctr_down() by Tilman Schmidt · 15 years ago
  49. f0a4d0e tun: Fix unregister race by Eric W. Biederman · 15 years ago
  50. ef681ce e100: Fix napi_enable BUG_ON when recovering from EEH error by Andre Detsch · 15 years ago
  51. 1d0ebfe net pkgen.c:fix no need for check by Figo.zhang · 15 years ago
  52. a5b19b6 mlx4: FIX error flow when initializing EQ table by Yevgeny Petrilin · 15 years ago
  53. 6f536f4 tun: Fix copy/paste error in tun_get_user by Sridhar Samudrala · 15 years ago
  54. 2faef52 net: Fix memcpy_toiovecend() to use the right offset by Sridhar Samudrala · 15 years ago
  55. d2d27bf net: Fix skb_copy_datagram_from_iovec() to pass the right offset by Sridhar Samudrala · 15 years ago
  56. 042a53a net: skb_shared_info optimization by Eric Dumazet · 15 years ago
  57. eae3f29 net: num_dma_maps is not used by Eric Dumazet · 15 years ago
  58. f957bcf s2io: Remove private boolean definitions by Tobias Klauser · 15 years ago
  59. d65a68a hso: convert dev_alloc_skb() to netdev_alloc_skb() by Paulius Zaleckas · 15 years ago
  60. b07878e netdev: Added KS8842 driver by Richard Ršöjfors · 15 years ago
  61. 5ff8dda net: Ensure partial checksum offset is inside the skb head by Herbert Xu · 15 years ago
  62. 4909122 tun: Optimise handling of bogus gso->hdr_len by Herbert Xu · 15 years ago
  63. b82f08e virtio_net: Set correct gso->hdr_len by Herbert Xu · 15 years ago
  64. 1feede0 sis190: fix gigabit negotiation by Riccardo Ghetta · 15 years ago
  65. 856f8f4 sis190: add new phy found on asus F5Sr laptop by Riccardo Ghetta · 15 years ago
  66. c3223d2 sis190: better message on unknown PHY by Riccardo Ghetta · 15 years ago
  67. 744c6b2 sis190: fix for x86_64 (bug 11509) by Riccardo Ghetta · 15 years ago
  68. 365da87 qlge: Fix timeout on firmware mailbox commands. by Ron Mercer · 15 years ago
  69. d2ba498 qlge: Fix timeout on indexed register wait. by Ron Mercer · 15 years ago
  70. c8269b2 qlge: Fix bug in MTU setting process. by Ron Mercer · 15 years ago
  71. 709ac4f qlge: Fix bug in firmware event handler. by Ron Mercer · 15 years ago
  72. d6f58c2 qlge: Fix firmware event handler loop. by Ron Mercer · 15 years ago
  73. df911e2 netdev: smsc911x: add missing __devexit_p() usage by Mike Frysinger · 15 years ago
  74. 1993f46 netdev: smsc911x: allow building on Blackfin systems by Mike Frysinger · 15 years ago
  75. a1c1db3 ixgbe: Increase the driver version number by Peter P Waskiewicz Jr · 15 years ago
  76. 794caeb ixgbe: Add FW detection and warning for 82599 SFP+ adapters by Peter P Waskiewicz Jr · 15 years ago
  77. ae540af ixgbe: Re-adjust ring layouts to have better cacheline efficiency by Jesse Brandeburg · 15 years ago
  78. c4cf55e ixgbe: Enable Flow Director hashing in 82599 by Peter P Waskiewicz Jr · 15 years ago
  79. ffff477 ixgbe: Add Flow Director init and modify functions for 82599 by Peter P Waskiewicz Jr · 15 years ago
  80. bfde493 ixgbe: Add hardware defines for Flow Director for 82599 by Peter P Waskiewicz Jr · 15 years ago
  81. df647b5 ixgbe: Add a second feature flags variable, move HW RSC capability there by Peter P Waskiewicz Jr · 15 years ago
  82. 91281fd ixgbe: move tx processing into NAPI context by Alexander Duyck · 15 years ago
  83. fe49f04 ixgbe: move v_idx into q_vector and use as index only by Alexander Duyck · 15 years ago
  84. 21fa4e6 ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmap by Alexander Duyck · 15 years ago
  85. 7476601 ixgbe: ethtool support to change advertised link modes of 82599 adapters by Mallikarjuna R Chilakala · 15 years ago
  86. 620fa03 ixgbe: Fix 82599 adapter link flickering issues by Mallikarjuna R Chilakala · 15 years ago
  87. 50ac58b ixgbe: Harden the 82599 multispeed fiber autotry mechanism by Peter P Waskiewicz Jr · 15 years ago
  88. da4dd0f ixgbe: Add ethtool offline test support by Peter P Waskiewicz Jr · 15 years ago
  89. 1479ad4 ixgbe: Change the 82599 PHY DSP restart logic by Peter P Waskiewicz Jr · 15 years ago
  90. bdf0a55 ixgbe: Enable ACPI WoL capabilities for 82599 by Peter P Waskiewicz Jr · 15 years ago
  91. 7d217d7 cfg80211: errno.h: define ERFKILL by Alexander Beregalov · 15 years ago
  92. 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
  93. a93958a removal of forcedeth device ids by Ayaz Abdulla · 15 years ago
  94. 3df81c4 forcedeth: addition of new mcp89 device id by Ayaz Abdulla · 15 years ago
  95. 3c2e1c1 forcedeth: remove device id macros by Ayaz Abdulla · 15 years ago
  96. 0c0c9e7 wimax: depend on rfkill properly by Johannes Berg · 15 years ago
  97. 2489e4e ar9170: remove deprecated code by Christian Lamparter · 15 years ago
  98. c18bd87 iwlwifi: fix comment describing disable_11n by Reinette Chatre · 15 years ago
  99. 13c33a0 iwlwifi: add value and range define for link quality command by Wey-Yi Guy · 15 years ago
  100. 258c44a iwlagn: delay ict interrupt. by Mohamed Abbas · 15 years ago