1. 0d143fe mac80211: move regular interface handling by Johannes Berg · 17 years ago
  2. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 17 years ago
  3. 96dd22a mac80211: inform driver of basic rateset by Johannes Berg · 17 years ago
  4. ccd7b36 mac80211: clean up some comments by Johannes Berg · 17 years ago
  5. c2b1345 mac80211: clean up scan namespace by Johannes Berg · 17 years ago
  6. 213cd11 mac80211: make bridge_packets a virtual interface option by Johannes Berg · 17 years ago
  7. e16751c mac80211: move ieee80211_set_freq to utils by Johannes Berg · 17 years ago
  8. 9c6bd79 mac80211: reorder MLME code more by Johannes Berg · 17 years ago
  9. 5bc7572 mac80211: fix scan vs. interface removal race by Johannes Berg · 17 years ago
  10. b741343 mac80211: fix work race by Johannes Berg · 17 years ago
  11. 472dbc4 mac80211: split off mesh handling entirely by Johannes Berg · 17 years ago
  12. 7c95069 mac80211: dont set REQ_RUN when scan finishes by Johannes Berg · 17 years ago
  13. a1678f8 mac80211: move STA timer restart by Johannes Berg · 17 years ago
  14. 24723d1 mac80211: move ieee80211_sta_expire by Johannes Berg · 17 years ago
  15. b2e1b30 cfg80211: Add new wireless regulatory infrastructure by Luis R. Rodriguez · 17 years ago
  16. 63f2c04 net: ip_vs_proto_{tcp,udp} build fix by Stephen Rothwell · 17 years ago
  17. f07d150 multiq: Further multiqueue cleanup by Alexander Duyck · 17 years ago
  18. ca9b0e2 pkt_action: add new action skbedit by Alexander Duyck · 17 years ago
  19. 9265194 pkt_sched: Add multiqueue scheduler support by Alexander Duyck · 17 years ago
  20. 78d15e8 tcp_ipv6: fix use of uninitialized memory by Vegard Nossum · 17 years ago
  21. f262b59 net: fix scheduling of dst_gc_task by __dst_free by Benjamin Thery · 17 years ago
  22. 1ae4be2 vlan: vlan device not reading gso max size of parent. by Alexander Duyck · 17 years ago
  23. c655705 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  24. aee14ce mac80211: Reorder debugfs calls during netdev deinit by Jouni Malinen · 17 years ago
  25. e50db65 mac80211: move frame TX function by Johannes Berg · 17 years ago
  26. 759ef3e mac80211: make ieee80211_rx_h_mgmt more readable by Johannes Berg · 17 years ago
  27. 39192c0 mac80211: move spectrum management code out by Johannes Berg · 17 years ago
  28. de1ede7a mac80211: make BA session handling independent of STA mode by Johannes Berg · 17 years ago
  29. 5825fe1 mac80211: initialise queue QoS parameters at hw start by Johannes Berg · 17 years ago
  30. 3d35f7c mac80211: split ieee80211_sta_def_wmm_params by Johannes Berg · 17 years ago
  31. ef422bc mac80211: consolidate deauth/disassoc by Johannes Berg · 17 years ago
  32. 9ac19a9 mac80211: reorder frame code in mlme by Johannes Berg · 17 years ago
  33. b079ada mac80211: remove useless 'ibss' parameter by Johannes Berg · 17 years ago
  34. a0fe8b3 mac80211: simplify scan start by Johannes Berg · 17 years ago
  35. 9116dd0 mac80211: clarify scan request by Johannes Berg · 17 years ago
  36. bacac54 mac80211: move some HT code out of main.c by Johannes Berg · 17 years ago
  37. 44d414d mac80211: move some HT code out of mlme.c by Johannes Berg · 17 years ago
  38. 5484e23 mac80211: move BSS handling to scan code by Johannes Berg · 17 years ago
  39. 98c8fcc mac80211: refactor and move scan RX code by Johannes Berg · 17 years ago
  40. 0a51b27 mac80211: start moving scan code from mlme by Johannes Berg · 17 years ago
  41. ee96d6e mac80211: remove useless non-NULL tests from scan results code by Johannes Berg · 17 years ago
  42. 491775a mac80211: use sdata pointer for scan interface by Johannes Berg · 17 years ago
  43. 60f8b39 mac80211: reorder mlme code by Johannes Berg · 17 years ago
  44. 24e6462 mac80211: stop queues before carrier off by Tomas Winkler · 17 years ago
  45. f5e5bf2 mac80211: remove disassociation code from ieee80211_set_associated by Tomas Winkler · 17 years ago
  46. 3b7ee69 mac80211: disassociate when moving to new BSS by Tomas Winkler · 17 years ago
  47. aa458d1 mac80211: restructure disassoc/deauth flows by Tomas Winkler · 17 years ago
  48. 37ffc8d mac80211: move IE parsing to util file by Johannes Berg · 18 years ago
  49. 5fd12d4 mac80211: fix typo in action frame handling by Johannes Berg · 18 years ago
  50. 9c80d3d mac80211: fix action frame length checks by Johannes Berg · 18 years ago
  51. 5bda617 mac80211: BSS info: check channel first by Johannes Berg · 18 years ago
  52. fe3fa82 mac80211: make conf_tx non-atomic by Johannes Berg · 18 years ago
  53. 69e6c01 mac80211: move some RCU locking into an if branch by Johannes Berg · 18 years ago
  54. 00c5ae2 mac80211: change MIMO_PS to SM_PS by Tomas Winkler · 18 years ago
  55. a40c24a net: Add SKB DMA mapping helper functions. by David S. Miller · 17 years ago
  56. 1e493d1 ipv6: On interface down/unregister, purge icmp routes too. by David S. Miller · 17 years ago
  57. 0856990 ipsec: Add missing list_del() in xfrm_state_gc_task(). by David S. Miller · 17 years ago
  58. abb81c4 ipsec: Use RCU-like construct for saved state within a walk by Herbert Xu · 17 years ago
  59. dacc62d Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6 by David S. Miller · 17 years ago
  60. 47abf28 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  61. c051a0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into lvs-next-2.6 by Simon Horman · 17 years ago
  62. 28faa97 ipsec: Make xfrm_larval_drop default to 1. by David S. Miller · 17 years ago
  63. e550dfb ipv6: Fix OOPS in ip6_dst_lookup_tail(). by Neil Horman · 17 years ago
  64. 225f400 ipsec: Restore larval states and socket policies in dump by Herbert Xu · 17 years ago
  65. 410e27a This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" by Gerrit Renker · 17 years ago
  66. fd9ec7d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 17 years ago
  67. e7c29cb [Bluetooth] Reject L2CAP connections on an insecure ACL link by Marcel Holtmann · 17 years ago
  68. 09ab6f4 [Bluetooth] Enforce correct authentication requirements by Marcel Holtmann · 17 years ago
  69. f1c08ca [Bluetooth] Fix reference counting during ACL config stage by Marcel Holtmann · 17 years ago
  70. 0a68a20 Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp by David S. Miller · 17 years ago
  71. 17dce5d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
  72. e9c0ce2 ipvs: Embed user stats structure into kernel stats structure by Sven Wegener · 18 years ago
  73. 2206a3f ipvs: Restrict connection table size via Kconfig by Sven Wegener · 18 years ago
  74. 9d7f2a2 IPVS: Remove incorrect ip_route_me_harder(), fix IPv6 by Julius Volz · 18 years ago
  75. 503e81f ipvs: handle PARTIAL_CHECKSUM by Simon Horman · 18 years ago
  76. 712d695 netns bridge: cleanup bridges during netns stop by Alexey Dobriyan · 17 years ago
  77. 4aa678b netns bridge: allow bridges in netns! by Alexey Dobriyan · 17 years ago
  78. 5337407 warn: Turn the netdev timeout WARN_ON() into a WARN() by Arjan van de Ven · 17 years ago
  79. 9bff9db Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  80. e2a6b85 net: Enable TSO if supported by at least one device by Herbert Xu · 17 years ago
  81. bcbc713 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  82. 8d4698f bridge: don't allow setting hello time to zero by Stephen Hemminger · 17 years ago
  83. d315492 netns : fix kernel panic in timewait socket destruction by Daniel Lezcano · 17 years ago
  84. 701b9cb mac80211: add missing kernel-doc by Randy Dunlap · 18 years ago
  85. 8e1535d mac80211: Fix rate scale initialization in IBSS by Emmanuel Grumbach · 18 years ago
  86. 9818bab mac80211: Fix low bit rate in IBSS by Tomas Winkler · 18 years ago
  87. e8a83e1 pkt_sched: Fix qdisc state in net_tx_action() by Jarek Poplawski · 18 years ago
  88. e3b802b netfilter: nf_conntrack_irc: make sure string is terminated before calling simple_strtoul by Patrick McHardy · 18 years ago
  89. 51807e9 netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet by Alexey Dobriyan · 18 years ago
  90. 887464a netfilter: nf_conntrack_gre: more locking around keymap list by Alexey Dobriyan · 18 years ago
  91. 66bf791 netfilter: nf_conntrack_sip: de-static helper pointers by Alexey Dobriyan · 18 years ago
  92. 178f5e4 IPVS: use ipv6_addr_copy() by Simon Horman · 18 years ago
  93. 5af149c IPVS: fix bogus indentation by Simon Horman · 18 years ago
  94. 3bfb92f ipvs: Reject ipv6 link-local addresses for destinations by Sven Wegener · 18 years ago
  95. 77eb851 ipvs: Mark tcp/udp v4 and v6 debug functions static by Sven Wegener · 18 years ago
  96. a5ba4bf ipvs: Return negative error values from ip_vs_edit_service() by Sven Wegener · 18 years ago
  97. cd9fe6c ipvs: Use pointer to address from sync message by Sven Wegener · 18 years ago
  98. f59ac04 cfg80211: keep track of supported interface modes by Luis R. Rodriguez · 18 years ago
  99. bf7394c Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM" by Linus Torvalds · 18 years ago
  100. f2428ed ipvs: load balance ipv6 connections from a local process by Simon Horman · 18 years ago