1. ab9c73c net: check retval of dev_addr_init() by Jiri Pirko · 16 years ago
  2. 9948bb6 decnet: Use data ready call back, rather than hand coding it by Steven Whitehouse · 16 years ago
  3. 61de71c Network Drop Monitor: Fix skb_kill_datagram by John Dykstra · 16 years ago
  4. a8679be Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  5. 22f6dac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  6. 9b05126 net: remove stale reference to fastroute from Kconfig help text by Ashish Karkare · 16 years ago
  7. 4dbc8ef net: Make inet_twsk_put similar to sock_put by Arnaldo Carvalho de Melo · 16 years ago
  8. b805007 net: update skb_recycle_check() for hardware timestamping changes by Lennert Buytenhek · 16 years ago
  9. 6473990 net-sched: fix bfifo default limit by Patrick McHardy · 16 years ago
  10. a860820 Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 16 years ago
  11. 94c7f2d wimax: oops: wimax_dev_add() is the only one that can initialize the state by Inaky Perez-Gonzalez · 16 years ago
  12. d1a2627 wimax: fix oops if netlink fails to add attribute by Inaky Perez-Gonzalez · 16 years ago
  13. aec6795 mac80211: Comment the order of HT RX reorder handler vs. RX handlers by Jouni Malinen · 16 years ago
  14. 4d050f1 mac80211: Add a timeout for frames in the RX reorder buffer by Jouni Malinen · 16 years ago
  15. 2d3babd mac80211: Use a shared function to release frames from RX reorder buf by Jouni Malinen · 16 years ago
  16. 6cfe62c mac80211: Fix sparse warning for ssid_len on ieee80211_sta_config_auth() by Luis R. Rodriguez · 16 years ago
  17. 7738231 mac80211: report operating frequency rather than current by Johannes Berg · 16 years ago
  18. 1b06bb4 cfg80211: make nl80211_send_mlme_timeout() static by Luis R. Rodriguez · 16 years ago
  19. 5cff20e mac80211: tell driver when idle by Johannes Berg · 16 years ago
  20. 9955151 mac80211: Warn if the rate controller requests retries for a NO_ACK frame by Gábor Stefanik · 16 years ago
  21. 9223684 mac80211: Fix handling of retry count of NO_ACK frames in PID by Gábor Stefanik · 16 years ago
  22. 4edf040 mac80211: Fix handling of retry count of NO_ACK frames in minstrel by Gábor Stefanik · 16 years ago
  23. 44e1b98 cfg80211: Use the correct IE buffer pointer by Michael Buesch · 16 years ago
  24. 273de92 cfg80211: Remove unnecessary ksize() call by Michael Buesch · 16 years ago
  25. aeca78b net/rfkill/rfkill.c: fix build with CONFIG_RFKILL_LEDS=n by Andrew Morton · 16 years ago
  26. 0ef9ccd cfg80211: remove superfluous !last_request check in reg_device_remove() by Chris Wright · 16 years ago
  27. 16cf438 mac80211: fix probe response processing by Johannes Berg · 16 years ago
  28. e61f234 nl80211: Send timeout event on failed direct probe by Jouni Malinen · 16 years ago
  29. 2448798 mac80211: add driver ops wrappers by Johannes Berg · 16 years ago
  30. 2d0ddec mac80211: unify config_interface and bss_info_changed by Johannes Berg · 16 years ago
  31. 57c4d7b mac80211: clean up beacon interval settings by Johannes Berg · 16 years ago
  32. f3b8525 mac80211: fix scan races and rework scanning by Johannes Berg · 16 years ago
  33. 2d72289 mac80211: internally clear failed scans properly by Johannes Berg · 16 years ago
  34. 9ccebe6 mac80211: rename max_sleep_interval to max_sleep_period by Johannes Berg · 16 years ago
  35. d5edaed mac80211: fix PS vs. scan race by Johannes Berg · 16 years ago
  36. 0e41f71 mac80211: fix various problems in ibss code by Johannes Berg · 16 years ago
  37. 457ca7b Bluetooth: Move dev_set_name() to a context that can sleep by Marcel Holtmann · 16 years ago
  38. ae8d7f8 tcp:fix the code indent by Shan Wei · 16 years ago
  39. f001fde net: introduce a list of device addresses dev_addr_list (v6) by Jiri Pirko · 16 years ago
  40. 356d6c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 16 years ago
  41. 86b698b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  42. fecc113 netfilter: ctnetlink: fix wrong message type in user updates by Pablo Neira Ayuso · 16 years ago
  43. 280f37a netfilter: xt_cluster: fix use of cluster match with 32 nodes by Pablo Neira Ayuso · 16 years ago
  44. b98b494 netfilter: ip6t_ipv6header: fix match on packets ending with NEXTHDR_NONE by Christoph Paasch · 16 years ago
  45. a67e899 Bluetooth: Fix issue with sysfs handling for connections by Marcel Holtmann · 16 years ago
  46. 6909268 mac80211: pid, fix memory corruption by Jiri Slaby · 16 years ago
  47. 8e53217 mac80211: minstrel, fix memory corruption by Jiri Slaby · 16 years ago
  48. 30a548c cfg80211: fix comment on regulatory hint processing by Luis R. Rodriguez · 16 years ago
  49. b1ed8dd cfg80211: fix bug while trying to process beacon hints on init by Luis R. Rodriguez · 16 years ago
  50. ac46d48 cfg80211: fix race condition with wiphy_apply_custom_regulatory() by Luis R. Rodriguez · 16 years ago
  51. c0f0aac cfg80211: fix truncated IEs by Johannes Berg · 16 years ago
  52. 8ccd8f2 mac80211: correct fragmentation threshold check by Johannes Berg · 16 years ago
  53. 088eb2d netns 2/2: extract net_create() by Alexey Dobriyan · 16 years ago
  54. 4a84822 netns 1/2: don't get/put old netns on CLONE_NEWNET by Alexey Dobriyan · 16 years ago
  55. 0c26689 tcp: Fix tcp_prequeue() to get correct rto_min value by Satoru SATOH · 16 years ago
  56. 255cac9 tcp: extend ECN sysctl to allow server-side only ECN by Ilpo Järvinen · 16 years ago
  57. 513de11 net: Avoid modulus in skb_tx_hash() for forwarding case. by David S. Miller · 16 years ago
  58. 698960a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  59. d252a5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  60. 902e5ea Subject: [PATCH] br2684: restore net_dev initialization by Rabin Vincent · 16 years ago
  61. d0ab8ff net: Only store high 16 bits of kernel generated filter priorities by Robert Love · 16 years ago
  62. acda074 xt_socket: checks for the state of nf_conntrack by Laszlo Attila Toth · 16 years ago
  63. ec581f6 net: Fix skb_tx_hash() for forwarding workloads. by Eric Dumazet · 16 years ago
  64. 7a67e56 net: Fix oops when splicing skbs from a frag_list. by Jarek Poplawski · 16 years ago
  65. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  66. ddc9f82 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  67. c428c89 mac80211: default to automatic power control by Johannes Berg · 16 years ago
  68. d4c4a9a mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lock by Alan Jenkins · 16 years ago
  69. bf0de3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 16 years ago
  70. 942e4a2 netfilter: revised locking for x_tables by Stephen Hemminger · 16 years ago
  71. 3fdca1e Bluetooth: Fix connection establishment with low security requirement by Marcel Holtmann · 16 years ago
  72. 052b30b Bluetooth: Add different pairing timeout for Legacy Pairing by Marcel Holtmann · 16 years ago
  73. f3784d8 Bluetooth: Ensure that HCI sysfs add/del is preempt safe by Roger Quadros · 16 years ago
  74. ac5978e inet_diag: Remove dup assignments by Arnaldo Carvalho de Melo · 16 years ago
  75. bf368e4 net: Avoid extra wakeups of threads blocked in wait_for_packet() by Eric Dumazet · 16 years ago
  76. 8dc92f7 sctp: add feature bit for SCTP offload in hardware by Jesse Brandeburg · 16 years ago
  77. 36e7b1b gro: Fix COMPLETE checksum handling by Herbert Xu · 16 years ago
  78. edbd9e3 gro: Fix handling of headers that extend over the tail by Herbert Xu · 16 years ago
  79. c9503e0 ipv4: Limit size of route cache hash table by Anton Blanchard · 16 years ago
  80. 683703a drop_monitor: Update netlink protocol to include netlink attribute header in alert message by Neil Horman · 16 years ago
  81. 6a783c9 xfrm: wrong hash value for temporary SA by Nicolas Dichtel · 16 years ago
  82. edf391f snmp: add missing counters for RFC 4293 by Neil Horman · 16 years ago
  83. adc667e vlan: update vlan carrier state for admin up/down by Jay Vosburgh · 16 years ago
  84. 1c41e23 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 16 years ago
  85. 495a1b4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  86. d3feaf5 wireless: remove some (bogus?) 'may be used uninitialized' warnings by John W. Linville · 16 years ago
  87. 37e55cf netfilter: xt_recent: fix stack overread in compat code by Jan Engelhardt · 16 years ago
  88. 71951b6 netfilter: nf_ct_dccp: add missing role attributes for DCCP by Pablo Neira Ayuso · 16 years ago
  89. 4b07066 netfilter: Kconfig: TProxy doesn't depend on NF_CONNTRACK by Laszlo Attila Toth · 16 years ago
  90. 5ff4829 netfilter: nf_ct_dccp/udplite: fix protocol registration error by Patrick McHardy · 16 years ago
  91. d93fe1a af_iucv: Fix merge. by Ursula Braun · 16 years ago
  92. 5802b140 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  93. 09488e2e af_iucv: New socket option for setting IUCV MSGLIMITs by Hendrik Brueckner · 16 years ago
  94. 802788b af_iucv: cleanup and refactor recvmsg() EFAULT handling by Hendrik Brueckner · 16 years ago
  95. aa8e71f af_iucv: Provide new socket type SOCK_SEQPACKET by Hendrik Brueckner · 16 years ago
  96. 44b1e6b af_iucv: Modify iucv msg target class using control msghdr by Hendrik Brueckner · 16 years ago
  97. b8942e3 af_iucv: Support data in IUCV msg parameter lists (IPRMDATA) by Hendrik Brueckner · 16 years ago
  98. 9d5c5d8 af_iucv: add sockopt() to enable/disable use of IPRM_DATA msgs by Hendrik Brueckner · 16 years ago
  99. af88b52 af_iucv: sync sk shutdown flag if iucv path is quiesced by Hendrik Brueckner · 16 years ago
  100. 42e1b4c iucv: provide second per-cpu IUCV command parameter block by Ursula Braun · 16 years ago