1. b708e61 [MAC80211]: remove turbo modes by Johannes Berg · 17 years ago
  2. 077130c [NET]: Fix race when opening a proc file while a network namespace is exiting. by Eric W. Biederman · 17 years ago
  3. 4fabcd7 [NETNS]: Fix allnoconfig compilation error. by Daniel Lezcano · 17 years ago
  4. e08b099 [NET_SCHED]: Making rate table lookups more flexible. by Jesper Dangaard Brouer · 17 years ago
  5. e9bef55 [NET_SCHED]: Cleanup L2T macros and handle oversized packets by Jesper Dangaard Brouer · 17 years ago
  6. 5c94bf8 [SCTP]: Make sctp_addto_param() static. by Adrian Bunk · 17 years ago
  7. 8f4c1f9 [NETLINK]: Introduce nested and byteorder flag to netlink attribute by Thomas Graf · 17 years ago
  8. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  9. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  10. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  11. 07feaeb [NET]: Add a network namespace parameter to struct sock by Eric W. Biederman · 17 years ago
  12. 5f256be [NET]: Basic network namespace infrastructure. by Eric W. Biederman · 17 years ago
  13. ab5f5e8 [XFRM]: xfrm audit calls by Joy Latten · 17 years ago
  14. d2e9117 [NET]: Change type of owner in sock_lock_t to int, rename by John Heffner · 17 years ago
  15. 11a843b [MAC80211]: rework key handling by Johannes Berg · 17 years ago
  16. f658eb9 [MAC80211] key handling: remove default_wep_only by Johannes Berg · 17 years ago
  17. 8f20fc2 [MAC80211]: embed key conf in key, fix driver interface by Johannes Berg · 17 years ago
  18. 7b33a57 [MAC80211]: remove unused ioctls (3) by Johannes Berg · 17 years ago
  19. 53cb670 [MAC80211]: remove unused ioctls (2) by Johannes Berg · 17 years ago
  20. b2446b3 [MAC80211]: remove unused ioctls (1) by Johannes Berg · 17 years ago
  21. 3017b80 [MAC80211]: fix software decryption by Johannes Berg · 17 years ago
  22. 82f7160 [MAC80211]: remove radar stuff by Johannes Berg · 17 years ago
  23. aaa92e9 [MAC80211]: remove IEEE80211_HW_DATA_NULLFUNC_ACK by Johannes Berg · 17 years ago
  24. 0ef6e49 [MAC80211]: remove IEEE80211_HW_HOST_GEN_BEACON flag by Johannes Berg · 17 years ago
  25. 4dfd1d2 [MAC80211]: remove reset callback by Johannes Berg · 17 years ago
  26. 172589c [NET]: DIV_ROUND_UP cleanup (part two) by Ilpo Järvinen · 17 years ago
  27. a47ed4c [IPV6] XFRM: Fix connected socket to use transformation. by Noriaki TAKAMIYA · 17 years ago
  28. e773e4f [IPV6]: Add v4mapped address inline by Brian Haley · 17 years ago
  29. 6ff03ac [TCP]: tcp_packets_out_inc to tcp_output.c (no callers elsewhere) by Ilpo Järvinen · 17 years ago
  30. e9144bd [TCP]: Remove unnecessary wrapper tcp_packets_out_dec by Ilpo Järvinen · 17 years ago
  31. 4d93df0 [SCTP]: Rewrite of sctp buffer management code by Neil Horman · 17 years ago
  32. e60402d [TCP]: Move sack_ok access to obviously named funcs & cleanup by Ilpo Järvinen · 17 years ago
  33. b9c4595 [TCP]: Don't panic if S+L skb is detected by Ilpo Järvinen · 17 years ago
  34. 1b6d427b [TCP]: Reduce sacked_out with reno when purging write_queue by Ilpo Järvinen · 17 years ago
  35. 005903b [TCP]: Left out sync->verify (the new meaning of it) & definify by Ilpo Järvinen · 17 years ago
  36. 83ae408 [TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines by Ilpo Järvinen · 17 years ago
  37. b5860bb [TCP]: Tighten tcp_sock's belt, drop left_out by Ilpo Järvinen · 17 years ago
  38. af610b4 [TCP]: Add tcp_dec_pcount_approx int variant by Ilpo Järvinen · 17 years ago
  39. bdf1ee5 [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it by Ilpo Järvinen · 17 years ago
  40. e314dbd [NET]: Virtual ethernet device driver. by Pavel Emelyanov · 17 years ago
  41. e719928 [RTNETLINK]: Introduce generic rtnl_create_link(). by Pavel Emelianov · 17 years ago
  42. dfe6e81 [MAC80211]: Add get_unaligned to ieee80211_get_radiotap_len by Andy Green · 17 years ago
  43. d9430a3 [MAC80211]: implement ERP info change notifications by Daniel Drake · 17 years ago
  44. 7e9ed18 [MAC80211]: improved short preamble handling by Daniel Drake · 17 years ago
  45. d5d08de [MAC80211]: Add LONG_RETRY flag to ieee80211_tx_control by Ivo van Doorn · 17 years ago
  46. be8755e [MAC80211]: improve locking of sta_info related structures by Michael Wu · 17 years ago
  47. 571ecf6 [MAC80211]: split RX handlers into own file by Johannes Berg · 17 years ago
  48. 891e6a9 [ROSE]: Fix rose.ko oops on unload by Alexey Dobriyan · 17 years ago
  49. f8ab18d [TCP]: Fix MD5 signature handling on big-endian. by David S. Miller · 17 years ago
  50. 78bd8fb fix sctp_del_bind_addr() last argument type by Al Viro · 17 years ago
  51. 6f4c618 SCTP : Add paramters validity check for ASCONF chunk by Wei Yongjun · 17 years ago
  52. ece25df SCTP: Clean up OOTB handling and fix infinite loop processing by Vlad Yasevich · 17 years ago
  53. 559cf71 [SCTP]: Convert bind_addr_list locking to RCU by Vlad Yasevich · 17 years ago
  54. 2930354 [SCTP]: Add RCU synchronization around sctp_localaddr_list by Vlad Yasevich · 17 years ago
  55. 00f1c2d SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly by Wei Yongjun · 17 years ago
  56. ea2dfb3 SCTP: properly clean up fragment and ordering queues during FWD-TSN. by Vlad Yasevich · 17 years ago
  57. 591e620 [NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrack by Patrick McHardy · 17 years ago
  58. 3a97aeb Merge davem@master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 17 years ago
  59. 3516ffb [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg(). by David S. Miller · 17 years ago
  60. 9534f71 SELinux: restore proper NetLabel caching behavior by Paul Moore · 17 years ago
  61. 0a5fcb9 sctp: move global declaration to header file. by sebastian@breakpoint.cc · 17 years ago
  62. 1311169 [AF_UNIX]: Make code static. by Adrian Bunk · 17 years ago
  63. 1a3a206 [NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static. by Adrian Bunk · 17 years ago
  64. 20283d8 [IPV6]: Remove circular dependency on if_inet6.h by Herbert Xu · 17 years ago
  65. 8e036fc [BLUETOOTH] l2cap: endianness annotations by Al Viro · 17 years ago
  66. 30cfd0b [TCP]: congestion control API pass RTT in microseconds by Stephen Hemminger · 17 years ago
  67. a34c458 netfilter endian regressions by Al Viro · 17 years ago
  68. 721e262 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  69. 23bcdc1 SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcement by Paul Moore · 17 years ago
  70. 2dbba6f [GENETLINK]: Dynamic multicast groups. by Johannes Berg · 17 years ago
  71. bd0bf07 [XFRM]: Fix crash introduced by struct dst_entry reordering by Patrick McHardy · 17 years ago
  72. 1675134 [TCP]: remove unused argument to cong_avoid op by Stephen Hemminger · 17 years ago
  73. c09edd6 avoid OPEN_MAX in SCM_MAX_FD by Roland McGrath · 17 years ago
  74. d3502d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  75. c3bc7cf [NET_SCHED]: Kill CONFIG_NET_CLS_POLICE by Patrick McHardy · 17 years ago
  76. 73ca491 [NET_SCHED]: act_api: qdisc internal reclassify support by Patrick McHardy · 17 years ago
  77. 61075af [NETFILTER]: nf_conntrack: mark protocols __read_mostly by Patrick McHardy · 17 years ago
  78. e2a3123 [NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses it by Yasuyuki Kozakai · 17 years ago
  79. ffc3069 [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames it by Yasuyuki Kozakai · 17 years ago
  80. febca28 [AF_IUCV]: Add lock when updating accept_q by Ursula Braun · 17 years ago
  81. acd159b [INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() static by Adrian Bunk · 17 years ago
  82. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago
  83. 4480f15c [PATCH] mac80211: clarify some mac80211 things by Johannes Berg · 17 years ago
  84. c59304b [PATCH] mac80211: remove ieee80211_set_aid_for_sta by Johannes Berg · 17 years ago
  85. 179f831 [PATCH] cfg80211: Radiotap parser by Andy Green · 17 years ago
  86. db3d99c [NET_SCHED]: ematch: module autoloading by Patrick McHardy · 17 years ago
  87. 50b65cc Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 17 years ago
  88. 1fd05ba [AF_UNIX]: Rewrite garbage collector, fixes race. by Miklos Szeredi · 17 years ago
  89. ed8b548 [DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.h by Ilpo Järvinen · 17 years ago
  90. bb4dbf9 [IPV6]: Do not send RH0 anymore. by YOSHIFUJI Hideaki · 17 years ago
  91. 5b7f990 [Bluetooth] Add basics to better support and handle eSCO links by Marcel Holtmann · 17 years ago
  92. 4839c52 [IPV4]: Make ip_tos2prio const. by Philippe De Muyter · 17 years ago
  93. 0d53778 [NETFILTER]: Convert DEBUGP to pr_debug by Patrick McHardy · 17 years ago
  94. b8a7fe6 [NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpers by Patrick McHardy · 17 years ago
  95. f264a7d [NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysct by Patrick McHardy · 17 years ago
  96. b560580 [NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation list by Patrick McHardy · 17 years ago
  97. a71c085 [NETFILTER]: nf_conntrack: use hashtable for expectations by Patrick McHardy · 17 years ago
  98. e9c1b08 [NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_expect.c by Patrick McHardy · 17 years ago
  99. d4156e8 [NETFILTER]: nf_conntrack: reduce masks to a subset of tuples by Patrick McHardy · 17 years ago
  100. 6823645 [NETFILTER]: nf_conntrack_expect: function naming unification by Patrick McHardy · 17 years ago