1. bbd8a0d net: Avoid enqueuing skb for default qdiscs by Krishna Kumar · 15 years ago
  2. bfe34eb 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
  3. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 15 years ago
  4. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  5. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  6. e3b90ca mac80211: FIF_PSPOLL filter flag by Igor Perminov · 15 years ago
  7. 3ad2014 rfkill: add the GPS radio type by Tomas Winkler · 15 years ago
  8. 8b19e6c cfg80211: enable country IE support to all cfg80211 drivers by Luis R. Rodriguez · 15 years ago
  9. 030645a rndis_wlan: handle 802.11 indications from device by Jussi Kivilinna · 15 years ago
  10. 2a4901b rndis_host: allow rndis_wlan to see all indications by Jussi Kivilinna · 15 years ago
  11. 1487cd5 usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stop by Jussi Kivilinna · 15 years ago
  12. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  13. e4c4e44 neigh: Convert garbage collection from softirq to workqueue by Eric Dumazet · 15 years ago
  14. 1e3e238 IPVS: use pr_err and friends instead of IP_VS_ERR and friends by Hannes Eder · 15 years ago
  15. 2f6d7c1 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
  16. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  17. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  18. 9aada7a IPVS: use pr_fmt by Hannes Eder · 15 years ago
  19. 1f9298f cfg80211: combine IWESSID handlers by Johannes Berg · 15 years ago
  20. 562e482 cfg80211: combine IWAP handlers by Johannes Berg · 15 years ago
  21. 0e82ffe cfg80211: combine iwfreq implementations by Johannes Berg · 15 years ago
  22. 27fed41 ip: fix logic of reverse path filter sysctl by Stephen Hemminger · 15 years ago
  23. 3fa5205 mac80211: fix PS-poll response, race by Johannes Berg · 15 years ago
  24. d1eba24 mac80211: Add a few 802.11n defines for AMPDU parameters by Sujith · 15 years ago
  25. 463d018 cfg80211: make aware of net namespaces by Johannes Berg · 15 years ago
  26. 8a729fc net: ethtool_op_get_rx_csum() should be public and exported by Eric Dumazet · 15 years ago
  27. f004ec7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan by David S. Miller · 15 years ago
  28. 51def0b imwc3200: move iwmc3200 SDIO ids to sdio_ids.h by Tomas Winkler · 15 years ago
  29. b5eb058 net: deprecate print_mac by Johannes Berg · 15 years ago
  30. dcf777f NET: ROSE: Don't use static buffer. by Ralf Baechle · 15 years ago
  31. c8b201f 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
  32. da2272c9 mISDN: Add support for Speedfax+ cards by Karsten Keil · 15 years ago
  33. fb286f0 mISDN: Make clearing B-channel a common function by Karsten Keil · 15 years ago
  34. c38fc3b ISDN: Add support for none reverse bitstreams to isdnhdc by Karsten Keil · 15 years ago
  35. 6bd4bcd ISDN: Clean up isdnhdlc code by Karsten Keil · 15 years ago
  36. cb3824b ISDN: Make isdnhdlc usable for other ISDN drivers by Karsten Keil · 15 years ago
  37. 72bce62 net: remove unused skb->do_not_encrypt by Johannes Berg · 15 years ago
  38. 3b8d81e0 mac80211: remove master netdev by Johannes Berg · 15 years ago
  39. 4c6d4f5 mac80211: add helper for management / no-ack frame rate decision by Luis R. Rodriguez · 15 years ago
  40. b770b43 mac80211: drop frames for sta with no valid rate by Luis R. Rodriguez · 15 years ago
  41. 48ab905 nl80211: report BSS status by Johannes Berg · 15 years ago
  42. ca3dbc2 cfg80211: update misleading comment by Helmut Schaa · 15 years ago
  43. fffd093 cfg80211: rework key operation by Johannes Berg · 15 years ago
  44. b9454e8 nl80211: introduce new key attributes by Johannes Berg · 15 years ago
  45. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  46. c1dc13e Phonet: sockets list through proc_fs by Rémi Denis-Courmont · 15 years ago
  47. f0166e5 ieee802154: move headers out of extra directory by Dmitry Eremin-Solenikov · 15 years ago
  48. 878fa89 IEEE80154: Add documentation to the IEEE80154 netlink and fakehard driver by Daniel Silverstone · 15 years ago
  49. d14a767 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  50. 24c30db of/mdio: Add support function for Ethernet fixed-link property by Anton Vorontsov · 15 years ago
  51. e56f097 rfkill: remove too-strict __must_check by Alan Jenkins · 15 years ago
  52. 4edf547 net: explain netns notifiers a little better by Johannes Berg · 15 years ago
  53. e3afe7b tcp: Fix MD5 signature checking on IPv4 mapped sockets by John Dykstra · 15 years ago
  54. 0741241 connector: make callback argument type explicit by Mike Frysinger · 15 years ago
  55. e36aa25 tun: Allow tap device to send/receive UFO packets. by Sridhar Samudrala · 15 years ago
  56. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  57. 4dc6dc7 net: sock_copy() fixes by Eric Dumazet · 15 years ago
  58. 1dacc76 net/compat/wext: send different messages to compat tasks by Johannes Berg · 15 years ago
  59. b333b3d22 wireless extensions: make netns aware by Johannes Berg · 15 years ago
  60. 8660c12 skbuff.h: Fix comment for NET_IP_ALIGN by Tobias Klauser · 15 years ago
  61. 440c1ce dropmon: remove duplicated #include by Huang Weiyi · 15 years ago
  62. 7ea2f2c udpv6: Remove unused skb argument of ipv6_select_ident() by Sridhar Samudrala · 15 years ago
  63. d7ca4cc udpv4: Handle large incoming UDP/IPv4 packets and support software UFO. by Sridhar Samudrala · 15 years ago
  64. 30ffee8 net: move and export get_net_ns_by_pid by Johannes Berg · 15 years ago
  65. 134e637 genetlink: make netns aware by Johannes Berg · 15 years ago
  66. 11a28d3 net: make namespace iteration possible under RCU by Johannes Berg · 15 years ago
  67. 667503dd cfg80211: fix locking by Johannes Berg · 15 years ago
  68. cb0b4be cfg80211: mlme API must be able to sleep by Johannes Berg · 15 years ago
  69. c238c8a cfg80211: dont use union for wext by Johannes Berg · 15 years ago
  70. 3e5d764 cfg80211: let SME control reassociation vs. association by Johannes Berg · 15 years ago
  71. 1be491f rfkill: prep for rfkill API changes by Johannes Berg · 15 years ago
  72. 19957bb cfg80211: keep track of BSSes by Johannes Berg · 15 years ago
  73. 517357c cfg80211: assimilate and export ieee80211_bss_get_ie by Johannes Berg · 15 years ago
  74. 8990646 cfg80211: implement get_wireless_stats by Johannes Berg · 15 years ago
  75. 9930380 cfg80211: implement IWRATE by Johannes Berg · 15 years ago
  76. ab737a4 cfg80211: implement IWAP for WDS by Johannes Berg · 15 years ago
  77. bc92afd cfg80211: implement iwpower by Johannes Berg · 15 years ago
  78. f212935 cfg80211: managed mode wext compatibility by Johannes Berg · 15 years ago
  79. 6829c87 cfg80211: emulate connect with auth/assoc by Johannes Berg · 15 years ago
  80. b23aa67 cfg80211: connect/disconnect API by Samuel Ortiz · 15 years ago
  81. 6a669e6 wireless: define AKM suites by Johannes Berg · 15 years ago
  82. aff89a9 cfg80211: introduce nl80211 testmode command by Johannes Berg · 15 years ago
  83. 5121ea0 wext: constify extra argument to wireless_send_event by Johannes Berg · 15 years ago
  84. 7ebbe6b cfg80211: remove wireless_dev->bssid by Johannes Berg · 15 years ago
  85. e6d6e34 cfg80211: use proper allocation flags by Johannes Berg · 15 years ago
  86. f1f7482 cfg80211: add wrapper function to get wiphy from priv pointer by David Kilroy · 15 years ago
  87. f1d58c2 mac80211: push rx status into skb->cb by Johannes Berg · 15 years ago
  88. a33e9e7 usbnet: Add stop function pointer to 'struct rndis_data'. by Jussi Kivilinna · 15 years ago
  89. e36d56b cfg80211: pass netdev to change_virtual_intf by Johannes Berg · 15 years ago
  90. e5a8a89 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  91. ad46276 memory barrier: adding smp_mb__after_lock by Jiri Olsa · 15 years ago
  92. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 15 years ago
  93. 1ce822f includecheck fix: include/linux, rfkill.h by Jaswinder Singh Rajput · 15 years ago
  94. e04af02 net, netns_xt: shrink netns_xt members by Cyrill Gorcunov · 15 years ago
  95. 6650613 tipc: Add socket options to get number of queued messages by oscar.medina@motorola.com · 15 years ago
  96. af794c7 cleanup: remove unused member in scm_cookie. by Rami Rosen · 15 years ago
  97. 0e8635a net: remove NET_RX_BAD and NET_RX_CN* defines by Florian Westphal · 15 years ago
  98. 6b13447 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  99. 29f3177 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 15 years ago
  100. 887b5ea if_ether: add define for 1588 aka Timesync by Alexander Duyck · 15 years ago