1. a24022e [NETNS][ICMP]: Move ICMP sysctls on struct net. by Pavel Emelyanov · 17 years ago
  2. 1577519 [NETNS][ICMP]: Register pernet subsys to make ICMP sysctls per-net. by Pavel Emelyanov · 17 years ago
  3. f49e1aa [NETFILTER]: nf_conntrack_sip: update copyright by Patrick McHardy · 17 years ago
  4. c7f485a [NETFILTER]: nf_conntrack_sip: RTP routing optimization by Patrick McHardy · 17 years ago
  5. 0d0ab03 [NETFILTER]: nf_conntrack_sip: support multiple media channels by Patrick McHardy · 17 years ago
  6. 4ab9e64 [NETFILTER]: nf_nat_sip: split up SDP mangling by Patrick McHardy · 17 years ago
  7. a9c1d35 [NETFILTER]: nf_conntrack_sip: create RTCP expectations by Patrick McHardy · 17 years ago
  8. d901a93 [NETFILTER]: nf_conntrack_sip: allow media expectations with wildcard source address by Patrick McHardy · 17 years ago
  9. 0f32a40 [NETFILTER]: nf_conntrack_sip: create signalling expectations by Patrick McHardy · 17 years ago
  10. c978cd3 [NETFILTER]: nf_nat_sip: translate all Contact headers by Patrick McHardy · 17 years ago
  11. 720ac70 [NETFILTER]: nf_nat_sip: translate all Via headers by Patrick McHardy · 17 years ago
  12. 2bbb211 [NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing helpers by Patrick McHardy · 17 years ago
  13. 9467ee3 [NETFILTER]: nf_conntrack_sip: flush expectations on call termination by Patrick McHardy · 17 years ago
  14. 595a8ec [NETFILTER]: nf_conntrack_sip: process ACK and PRACK methods by Patrick McHardy · 17 years ago
  15. 33cb1e9 [NETFILTER]: nf_conntrack_sip: perform NAT after parsing by Patrick McHardy · 17 years ago
  16. 30f33e6 [NETFILTER]: nf_conntrack_sip: support method specific request/response handling by Patrick McHardy · 17 years ago
  17. 7d3dd04 [NETFILTER]: nf_conntrack_sip: move SDP parsing to seperate function by Patrick McHardy · 17 years ago
  18. 624f8b7 [NETFILTER]: nf_nat_sip: get rid of text based header translation by Patrick McHardy · 17 years ago
  19. 05e3ced [NETFILTER]: nf_conntrack_sip: introduce SIP-URI parsing helper by Patrick McHardy · 17 years ago
  20. ea45f12 [NETFILTER]: nf_conntrack_sip: parse SIP headers properly by Patrick McHardy · 17 years ago
  21. ac36774 [NETFILTER]: nf_conntrack_sip: kill request URI "header" definitions by Patrick McHardy · 17 years ago
  22. 3e9b4600b [NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function by Patrick McHardy · 17 years ago
  23. 779382e [NETFILTER]: nf_conntrack_sip: use strlen/strcmp by Patrick McHardy · 17 years ago
  24. 212440a [NETFILTER]: nf_conntrack_sip: remove redundant function arguments by Patrick McHardy · 17 years ago
  25. 2a6cfb2 [NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet mangling by Patrick McHardy · 17 years ago
  26. b1ec488 [NETFILTER]: nf_conntrack_sip: fix some off-by-ones by Patrick McHardy · 17 years ago
  27. 3d24412 [NETFILTER]: nf_nat_sip: fix NAT setup order by Patrick McHardy · 17 years ago
  28. 6002f26 [NETFILTER]: nf_conntrack: introduce expectation classes and policies by Patrick McHardy · 17 years ago
  29. 359b9ab [NETFILTER]: nf_conntrack_expect: support inactive expectations by Patrick McHardy · 17 years ago
  30. 4bb119e [NETFILTER]: nf_conntrack_expect: show NF_CT_EXPECT_PERMANENT flag in /proc by Patrick McHardy · 17 years ago
  31. 1d9d752 [NETFILTER]: nf_conntrack_expect: constify nf_ct_expect_init arguments by Patrick McHardy · 17 years ago
  32. 30c69fe [NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-name by Patrick McHardy · 17 years ago
  33. dfe98e9 Merge branch 'net-2.6.26-netns-20080326' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 17 years ago
  34. f89e6e3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.26 by David S. Miller · 17 years ago
  35. e2839d8 mac80211: configure default wmm params correctly by Vladimir Koutny · 17 years ago
  36. 675ef58 mac80211: prevent tuning during scanning by Mohamed Abbas · 17 years ago
  37. 85249e5 mac80211: tear down of block ack sessions by Ron Rindjunsky · 17 years ago
  38. 7b9d44c mac80211: fixing debug prints for AddBA request by Ron Rindjunsky · 17 years ago
  39. 2e354ed mac80211: fixing delba debug print by Ron Rindjunsky · 17 years ago
  40. fab7d4a mac80211: filter scan results on unusable channels by Johannes Berg · 17 years ago
  41. e048c6e mac80211: use ieee80211_get_channel by Johannes Berg · 17 years ago
  42. 906c730 wireless: add wiphy channel freq to channel struct lookup helper by Johannes Berg · 17 years ago
  43. 9ae4fda mac80211: allows driver to request a Phase 1 RX key by Emmanuel Grumbach · 17 years ago
  44. 5d2cdcd mac80211: get a TKIP phase key from skb by Emmanuel Grumbach · 17 years ago
  45. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  46. 57da52c [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  47. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  48. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  49. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  50. 7cbca67 [IPV6]: Support Source Address Selection API (RFC5014). by YOSHIFUJI Hideaki · 17 years ago
  51. 6b75d09 [IPV6]: Optimize hop-limit determination. by YOSHIFUJI Hideaki · 17 years ago
  52. c8cdaf9 [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. by YOSHIFUJI Hideaki · 17 years ago
  53. a9b0572 [IPV6] ADDRCONF: Clean-up ipv6_dev_get_saddr(). by YOSHIFUJI Hideaki · 17 years ago
  54. 9bb182a [XFRM] MIP6: Fix address keys for routing search. by YOSHIFUJI Hideaki · 17 years ago
  55. df8ea19 [XFRM] IPV6: Optimize __xfrm_tunnel_alloc_spi(). by YOSHIFUJI Hideaki · 17 years ago
  56. a002c6f [XFRM] IPV6: Optimize xfrm6_input_addr(). by YOSHIFUJI Hideaki · 17 years ago
  57. 3b6cdf9 [XFRM] IPV6: Use distribution counting sort for xfrm_state/xfrm_tmpl chain. by YOSHIFUJI Hideaki · 17 years ago
  58. 92f1fec [NETNS]: Enable TCP/UDP/ICMP inside namespace. by Denis V. Lunev · 17 years ago
  59. 2342fd7 [NETNS]: Allow to create sockets in non-initial namespace. by Denis V. Lunev · 17 years ago
  60. f145049 [NETNS]: Drop packets in the non-initial namespace on the per/protocol basis. by Denis V. Lunev · 17 years ago
  61. 0be43f8 [NETNS]: Process netfilter hooks in initial namespace only. by Denis V. Lunev · 17 years ago
  62. 05cf89d [NETNS]: Process INET socket layer in the correct namespace. by Denis V. Lunev · 17 years ago
  63. cb84663 [NETNS]: Process IP layer in the context of the correct namespace. by Denis V. Lunev · 17 years ago
  64. 7a6adb9 [NETNS]: Add namespace parameter to ip_cmsg_send. by Denis V. Lunev · 17 years ago
  65. f2c4802 [NETNS]: Add namespace parameter to ip_options_get(...). by Denis V. Lunev · 17 years ago
  66. 0e6bd4a [NETNS]: Add namespace parameter to ip_options_compile. by Denis V. Lunev · 17 years ago
  67. ffc31d3 [NETNS]: /proc/net/arp namespacing. by Denis V. Lunev · 17 years ago
  68. 49e8a27 [NETNS]: Process ARP in the context of the correct namespace. by Denis V. Lunev · 17 years ago
  69. 2feb27d [NETNS]: Minor information leak via /proc/net/ptype file. by Pavel Emelyanov · 17 years ago
  70. 84c375a [NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace. by Pavel Emelyanov · 17 years ago
  71. ff2bac6 [UDP-Lite]: Clean up proc creation a bit. by Pavel Emelyanov · 17 years ago
  72. 757764f [NETNS][TCP]: Register /proc/net/tcp in a namespace. by Pavel Emelyanov · 17 years ago
  73. 15439fe [NETNS][UDP]: Register /proc/net/udp in a namespace. by Pavel Emelyanov · 17 years ago
  74. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 17 years ago
  75. 80445cf [SCTP]: Remove redundant wrapper functions. by Florian Westphal · 17 years ago
  76. 2444844 [SCTP]: Replace char msg[] with static const char[]. by Florian Westphal · 17 years ago
  77. 3d3b2d2 fib_trie: print information on all routing tables by Stephen Hemminger · 17 years ago
  78. 2a706ec [AF_PACKET]: Remove unused variable. by Jiri Olsa · 17 years ago
  79. 2051f11 [TCP]: Shrink syncookie_secret by 8 byte. by Florian Westphal · 17 years ago
  80. 8f3ea33 sch_htb: fix "too many events" situation by Martin Devera · 17 years ago
  81. 061964f [IPV6]: Remove unused code in ndisc_send_redirect(). by Rami Rosen · 17 years ago
  82. dbee0d3 [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM. by Wang Chen · 17 years ago
  83. 53a6201 [9P] net/9p/trans_fd.c: remove unused variable by Julia Lawall · 17 years ago
  84. 421f099 [IPV6] net/ipv6/ndisc.c: remove unused variable by Julia Lawall · 17 years ago
  85. 6440cc9 [IPV4] fib_trie: fix warning from rcu_assign_poinger by Stephen Hemminger · 17 years ago
  86. 817bc4d [IPV4] route: use read_mostly by Stephen Hemminger · 17 years ago
  87. ce25999 [IPV4]: sk parameter is unused in ipv4_dst_blackhole. by Denis V. Lunev · 17 years ago
  88. fc8717b [RAW]: Add raw_hashinfo member on struct proto. by Pavel Emelyanov · 17 years ago
  89. 6ba5a3c [UDP]: Make full use of proto.h.udp_hash innovation. by Pavel Emelyanov · 17 years ago
  90. 39d8cda [SOCK]: Add udp_hash member to struct proto. by Pavel Emelyanov · 17 years ago
  91. 22aba38 [IPV4]: Always pass ip_options pointer into ip_options_compile. by Denis V. Lunev · 17 years ago
  92. ef72249 [IPV4]: Remove unused ip_options->is_data. by Denis V. Lunev · 17 years ago
  93. 10fe7d8 [IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile. by Denis V. Lunev · 17 years ago
  94. 69d1506 [TCP]: Let skbs grow over a page on fast peers by Herbert Xu · 17 years ago
  95. ec3c0982 [TCP]: TCP_DEFER_ACCEPT updates - process as established by Patrick McManus · 17 years ago
  96. e4c7884 [TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synack by Patrick McManus · 17 years ago
  97. 539fae8 [TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_thresh by Patrick McManus · 17 years ago
  98. 7512cbf [DLCI]: Fix tiny race between module unload and sock_ioctl. by Pavel Emelyanov · 17 years ago
  99. 28518fc [NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6] by Pavel Emelyanov · 17 years ago
  100. b1153f2 netlink: make socket filters work on netlink by Stephen Hemminger · 17 years ago