1. aca361c Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  2. 9b7c848 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Jeff Garzik · 18 years ago
  3. 4edac92 [PATCH] Restore channel setting after scan. by David Woodhouse · 18 years ago
  4. 711e2c3 [PATCH] WE-20 for kernel 2.6.16 by Jean Tourrilhes · 18 years ago
  5. 9a107aa [PATCH] softmac: remove function_enter() by John W. Linville · 18 years ago
  6. b30bd28 [IPV6]: ip6_xmit: remove unnecessary NULL ptr check by Patrick McHardy · 18 years ago
  7. 1ae39a4 [NET_SCHED]: cls_u32: remove unnecessary NULL-ptr check by Patrick McHardy · 18 years ago
  8. a5cdc03 [IPV4]: Add fib rule netlink notifications by Patrick McHardy · 18 years ago
  9. ca6549a [PKTGEN]: Add MPLS extension. by Steven Whitehouse · 18 years ago
  10. fa4fa40 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Jeff Garzik · 18 years ago
  11. fe0b06b [PATCH] Fix softmac scan by Larry Finger · 18 years ago
  12. 1196862 [PATCH] softmac: remove dead code by Johannes Berg · 18 years ago
  13. b6c7658 [PATCH] softmac: add reassociation code by Johannes Berg · 18 years ago
  14. b10c991 [PATCH] softmac: update deauth handler to quiet warning by Johannes Berg · 18 years ago
  15. f484d58 [PATCH] trivial fixes to softmac by Johannes Berg · 18 years ago
  16. 7985905 [PATCH] update copyright in softmac by Johannes Berg · 18 years ago
  17. 1a995b45 [PATCH] ieee80211_rx_any: filter out packets, call ieee80211_rx or ieee80211_rx_mgt by Denis Vlasenko · 18 years ago
  18. 4c718cf [PATCH] softmac: move EXPORT_SYMBOL_GPL right after functions by Johannes Berg · 18 years ago
  19. 9ebdd46 [PATCH] softmac: add MODULE_DESCRIPTION and MODULE_AUTHORs by Johannes Berg · 18 years ago
  20. 4855d25 [PATCH] softmac: add copyright and license headers by Johannes Berg · 18 years ago
  21. b2b9b651 [PATCH] softmac: some comment stuff by Johannes Berg · 18 years ago
  22. bba52d5 [PATCH] softmac: properly check return value of ieee80211softmac_alloc_mgt by Johannes Berg · 18 years ago
  23. 1dc0977 [PATCH] softmac: scan at least once before selecting a network by essid by Johannes Berg · 18 years ago
  24. 48b2e4c [PATCH] softmac: check if disassociation is for us before processing it by Johannes Berg · 18 years ago
  25. 78e4f36 [PATCH] softmac: select "best" network based on rssi by Johannes Berg · 18 years ago
  26. 51da28a [PATCH] softmac: add fixme for disassoc by Johannes Berg · 18 years ago
  27. d1469cf [PATCH] softmac: try to reassociate when being disassociated from the AP by Johannes Berg · 18 years ago
  28. 2dd5080 [PATCH] softmac: correctly use netif_carrier_{on,off} by Johannes Berg · 18 years ago
  29. 5c4df6d [PATCH] softmac: convert to use global workqueue by Johannes Berg · 18 years ago
  30. 45867e6 [PATCH] softmac: fix Makefiles by Johannes Berg · 18 years ago
  31. 714e1a5 [PATCH] softmac: fix some sparse warnings by Johannes Berg · 18 years ago
  32. 3282183 [PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL by Johannes Berg · 18 years ago
  33. 370121e [PATCH] wireless: Add softmac layer to the kernel by Johannes Berg · 18 years ago
  34. 1a55d57 [TCP]: Do not use inet->id of global tcp_socket when sending RST. by Alexey Kuznetsov · 18 years ago
  35. 6a534ee [NETFILTER]: Fix undefined references to get_h225_addr by Patrick McHardy · 18 years ago
  36. 81fbfd6 [NETFILTER]: Fix xt_policy address matching by Patrick McHardy · 18 years ago
  37. b9f78f9 [NETFILTER]: nf_conntrack: support for layer 3 protocol load on demand by Pablo Neira Ayuso · 18 years ago
  38. a45049c [NETFILTER]: x_tables: set the protocol family in x_tables targets/matches by Pablo Neira Ayuso · 18 years ago
  39. 4e3882f [NETFILTER]: conntrack: cleanup the conntrack ID initialization by Pablo Neira Ayuso · 18 years ago
  40. f0d8358 [NETFILTER]: nfnetlink_queue: fix nfnetlink message size by Pablo Neira Ayuso · 18 years ago
  41. 1cde643 [NETFILTER]: ctnetlink: Fix expectaction mask dumping by Pablo Neira Ayuso · 18 years ago
  42. 50b521a [NETFILTER]: Fix Kconfig typos by Thomas Vögtle · 18 years ago
  43. 443da0d [NETFILTER]: Fix ip6tables breakage from {get,set}sockopt compat layer by Patrick McHardy · 18 years ago
  44. 9a6b9f2 [X25]: dte facilities 32 64 ioctl conversion by Shaun Pereira · 18 years ago
  45. a64b7b9 [X25]: allow ITU-T DTE facilities for x25 by Shaun Pereira · 18 years ago
  46. bac37ec [X25]: fix kernel error message 64 bit kernel by Shaun Pereira · 18 years ago
  47. 1b06e6b [X25]: ioctl conversion 32 bit user to 64 bit kernel by Shaun Pereira · 18 years ago
  48. f0ac261 [NET]: socket timestamp 32 bit handler for 64 bit kernel by Shaun Pereira · 18 years ago
  49. 89bbfc9 [NET]: allow 32 bit socket ioctl in 64 bit kernel by Shaun Pereira · 18 years ago
  50. 67b52e5 [BLUETOOTH]: Return negative error constant by Tobias Klauser · 18 years ago
  51. 5e35941d [NETFILTER]: Add H.323 conntrack/NAT helper by Jing Min Zhao · 18 years ago
  52. 322f74a [IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2 by Ingo Oeser · 18 years ago
  53. 0c600ed [IPV6]: Nearly complete kzalloc cleanup for net/ipv6 by Ingo Oeser · 18 years ago
  54. 78c784c [IPV6]: Cleanup of net/ipv6/reassambly.c by Ingo Oeser · 18 years ago
  55. b3e83d6 [BRIDGE]: Remove duplicate const from is_link_local() argument type. by Andrew Morton · 18 years ago
  56. 3400112 [DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checking by Adrian Bunk · 18 years ago
  57. 12ac84c [BRIDGE]: use LLC to send STP by Stephen Hemminger · 18 years ago
  58. f4ad2b1 [LLC]: llc_mac_hdr_init const arguments by Stephen Hemminger · 18 years ago
  59. fda93d9 [BRIDGE]: allow show/store of group multicast address by Stephen Hemminger · 18 years ago
  60. cf0f02d [BRIDGE]: use llc for receiving STP packets by Stephen Hemminger · 18 years ago
  61. 18fdb2b [BRIDGE]: stp timer to jiffies cleanup by Stephen Hemminger · 18 years ago
  62. f8ae737 [BRIDGE]: forwarding remove unneeded preempt and bh diasables by Stephen Hemminger · 18 years ago
  63. fdeabde [BRIDGE]: netfilter inline cleanup by Stephen Hemminger · 18 years ago
  64. 8b42ec3 [BRIDGE]: netfilter VLAN macro cleanup by Stephen Hemminger · 18 years ago
  65. f8a2602 [BRIDGE]: netfilter dont use __constant_htons by Stephen Hemminger · 18 years ago
  66. 789bc3e [BRIDGE]: netfilter whitespace by Stephen Hemminger · 18 years ago
  67. d5513a7 [BRIDGE]: optimize frame pass up by Stephen Hemminger · 18 years ago
  68. cee4854 [BRIDGE]: use kzalloc by Stephen Hemminger · 18 years ago
  69. 3b781fa [BRIDGE]: use kcalloc by Stephen Hemminger · 18 years ago
  70. a95fcac [BRIDGE]: use setup_timer by Stephen Hemminger · 18 years ago
  71. e3efe08 [BRIDGE]: remove unneeded bh disables by Stephen Hemminger · 18 years ago
  72. 9ebddc1 [BRIDGE] br_netfilter: Warning fixes. by Andrew Morton · 18 years ago
  73. 74ca4e5a [BRIDGE] ebtables: Build fix. by Andrew Morton · 18 years ago
  74. dbeff12 [INET]: Fix typo in Arnaldo's connection sock compat fixups. by David S. Miller · 18 years ago
  75. 8ca0d17 [DCCP] feat: Pass dccp_minisock ptr where only the minisock is used by Arnaldo Carvalho de Melo · 18 years ago
  76. a4bf390 [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock by Arnaldo Carvalho de Melo · 18 years ago
  77. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 18 years ago
  78. f94691a [SK_BUFF]: export skb_pull_rcsum by Arnaldo Carvalho de Melo · 18 years ago
  79. dec73ff [ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt by Arnaldo Carvalho de Melo · 18 years ago
  80. d1d47be [SNAP]: Remove leftover unused hdr variable by Arnaldo Carvalho de Melo · 18 years ago
  81. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  82. c750360 [IPV6]: remove useless test in ip6_append_data by Dave Jones · 18 years ago
  83. afb5bb5 [PKT_SCHED]: Let NET_CLS_ACT no longer depend on EXPERIMENTAL by Adrian Bunk · 18 years ago
  84. cbb042f [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum by Herbert Xu · 18 years ago
  85. ecba320 [DECnet]: Use RCU locking in dn_rules.c by Steven Whitehouse · 18 years ago
  86. c60992d [DECnet]: Patch to fix recvmsg() flag check by Patrick Caulfield · 18 years ago
  87. c4ea94a [DECnet]: Endian annotation and fixes for DECnet. by Steven Whitehouse · 18 years ago
  88. 2c7946a [SECURITY]: TCP/UDP getpeersec by Catherine Zhang · 18 years ago
  89. be33690 [XFRM]: Fix aevent related crash by Patrick McHardy · 18 years ago
  90. 15d99e0 [TCP]: sysctl to allow TCP window > 32767 sans wscale by Rick Jones · 18 years ago
  91. abd596a [IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl. by Neil Horman · 18 years ago
  92. 87546b1 [TIPC]: Avoid compiler warning by Per Liden · 18 years ago
  93. de70c5b [TIPC]: Reduce stack usage by Per Liden · 18 years ago
  94. 988f088 [TIPC]: Cleanups by Adrian Bunk · 18 years ago
  95. 7c501a5 [TIPC]: Remove unused functions by Per Liden · 18 years ago
  96. 05790c6 [TIPC]: Remove inlines from *.c by Sam Ravnborg · 18 years ago
  97. 1fc54d8 [TIPC]: Fix simple sparse warnings by Sam Ravnborg · 18 years ago
  98. edb2c34 [NETFILTER]: Fix warnings in ip_nat_snmp_basic.c by David S. Miller · 18 years ago
  99. fb95049 [DCCP]: Fix uninitialized var warnings in dccp_parse_options(). by David S. Miller · 18 years ago
  100. 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 18 years ago