1. 9bdf87d [NETFILTER]: cleanup IPv6 Netfilter Kconfig by Yasuyuki Kozakai · 19 years ago
  2. 8225ccb [IPV6]: Fix unnecessary GFP_ATOMIC allocation in fib6 dump by Thomas Graf · 19 years ago
  3. efacfbc [IPV6]: Fix rtnetlink dump infinite loop by Herbert Xu · 19 years ago
  4. 8eb5591 [IPV6]: Fix inet6_init missing unregister. by David S. Miller · 19 years ago
  5. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  6. a8f74b2 [NETLINK]: Make netlink_callback->done() optional by Thomas Graf · 19 years ago
  7. 9fb9cbb [NETFILTER]: Add nf_conntrack subsystem. by Yasuyuki Kozakai · 19 years ago
  8. 9f0ede5 [IPV6]: ip6ip6_lock is not unlocked in error path. by Ken-ichirou MATSUZAWA · 19 years ago
  9. 44fd026 [IPV6]: Fix fallout from CONFIG_IPV6_PRIVACY by Peter Chubb · 19 years ago
  10. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  11. 072047e [IPV6]: RFC3484 compliant source address selection by YOSHIFUJI Hideaki · 19 years ago
  12. b1cacb6 [IPV6]: Make ipv6_addr_type() more generic so that we can use it for source address selection. by YOSHIFUJI Hideaki · 19 years ago
  13. 971f359 [IPV6]: Put addr_diff() into common header for future use. by YOSHIFUJI Hideaki · 19 years ago
  14. 6df7163 [TCP/DCCP]: Randomize port selection by Stephen Hemminger · 19 years ago
  15. 979ad66 [IPV6]: inet6_ifinfo_notify should use RTM_DELLINK in addrconf_ifdown by Yan Zheng · 19 years ago
  16. 8713dbf [MCAST]: ip[6]_mc_add_src should be called when number of sources is zero by Yan Zheng · 19 years ago
  17. 97300b5 [MCAST] IPv6: Check packet size when process Multicast by Yan Zheng · 19 years ago
  18. 9d17f21 [IPV6]: Fix behavior of ip6_route_input() for link local address by Yan Zheng · 19 years ago
  19. 6b7d31f [NETFILTER]: Add "revision" support to arp_tables and ip6_tables by Harald Welte · 19 years ago
  20. 378f058 [PATCH] Use sg_set_buf/sg_init_one where applicable by David Hardeman · 19 years ago
  21. f12baea [MCAST] IPv6: Fix algorithm to compute Querier's Query Interval by Yan Zheng · 19 years ago
  22. e89e9cf [IPv4/IPv6]: UFO Scatter-gather approach by Ananda Raju · 19 years ago
  23. 670c02c [NET]: Wider use of for_each_*cpu() by John Hawkes · 19 years ago
  24. 4ea6a80 [IPV6]: Fix refcnt of struct ip6_flowlabel by Yan Zheng · 19 years ago
  25. e6850cc [NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled. by Andrew Morton · 19 years ago
  26. c8923c6 [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering. by David S. Miller · 19 years ago
  27. d4875b0 [IPSEC] Fix block size/MTU bugs in ESP by Herbert Xu · 19 years ago
  28. a02a642 [IPSEC]: Use ALIGN macro in ESP by Herbert Xu · 19 years ago
  29. 140e26fc [IPV6]: Fix NS handing for proxy/anycast address by YOSHIFUJI Hideaki · 19 years ago
  30. fab10fe [MCAST] ipv6: Fix address size in grec_size by Yan Zheng · 19 years ago
  31. 87bf9c9 [IPV6]: Fix infinite loop in udp_v6_get_port(). by YOSHIFUJI Hideaki · 19 years ago
  32. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  33. a5e7c21 [IPV6]: Fix leak added by udp connect dst caching fix. by David S. Miller · 19 years ago
  34. f36d6ab [IPV6]: Fix ipv6 fragment ID selection at slow path by Yan Zheng · 19 years ago
  35. 81c3d54 [INET]: speedup inet (tcp/dccp) lookups by Eric Dumazet · 19 years ago
  36. 325ed82 [NET]: Fix packet timestamping. by Herbert Xu · 19 years ago
  37. c62dba9 [IPV6]: Fix [Bug 5306] Oops on IPv6 route lookup by Herbert Xu · 19 years ago
  38. d67b24c [NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependency by Harald Welte · 19 years ago
  39. 875bd5a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  40. 6d1cfe3 [PATCH] raw_sendmsg DoS on 2.6 by Mark J Cox · 19 years ago
  41. e674d0f [NETFILTER] ip6tables: remove duplicate code by Yasuyuki Kozakai · 19 years ago
  42. 987905d [IPV6]: Check connect(2) status for IPv6 UDP socket (Re: xfrm_lookup) by Mitsuru KANDA · 19 years ago
  43. 40796c5 [IPV6]: Fix per-socket multicast filtering in sk_reuse case by David L Stevens · 19 years ago
  44. de9daad [MCAST]: Fix MCAST_EXCLUDE line dupes by Denis Lukianov · 19 years ago
  45. e6df439 [IPV6]: Bring Type 0 routing header in-line with rfc3542. by Brian Haley · 19 years ago
  46. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  47. b835996 [PATCH] files: lock-free fd look-up by Dipankar Sarma · 19 years ago
  48. e104411b [XFRM]: Always release dst_entry on error in xfrm_lookup by Patrick McHardy · 19 years ago
  49. a57ebc9 [IPV6]: Don't redo xfrm_lookup for cached dst entries by Patrick McHardy · 19 years ago
  50. 2e66fc4 Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542 by David S. Miller · 19 years ago
  51. 42ca89c [IPV6]: Need to use pskb_trim_rcsum(). by Stephen Hemminger · 19 years ago
  52. 41a1f8e [IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data. by YOSHIFUJI Hideaki · 19 years ago
  53. 333fad5 [IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542). by YOSHIFUJI Hideaki · 19 years ago
  54. 2dac4b9 [IPV6]: Repair Incoming Interface Handling for Raw Socket. by YOSHIFUJI Hideaki · 19 years ago
  55. 573dbd9 [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL by Jesper Juhl · 19 years ago
  56. 0ac4f89 [NETFILTER6]: Add new ip6tables HOPLIMIT target by Harald Welte · 19 years ago
  57. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  58. 0546534 [NETFILTER]: Add goto target by Patrick McHardy · 19 years ago
  59. 764d8a9 [NETFILTER]: Add IPv6 REJECT target by Patrick McHardy · 19 years ago
  60. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  61. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  62. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  63. 34b4a4a [NETFILTER]: Remove tasklist_lock abuse in ipt{,6}owner by Christoph Hellwig · 19 years ago
  64. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  65. 5324a04 [INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.c by Arnaldo Carvalho de Melo · 19 years ago
  66. 505cbfc [IPV6]: Generalise the tcp_v6_lookup routines by Arnaldo Carvalho de Melo · 19 years ago
  67. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  68. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  69. 295ff7e [TIMEWAIT]: Introduce inet_timewait_death_row by Arnaldo Carvalho de Melo · 19 years ago
  70. bbd86b9f [NETFILTER]: add /proc/net/netfilter interface to nf_queue by Harald Welte · 19 years ago
  71. 210a9eb [NETFILTER]: ip{6}_queue: prevent unregistration race with nfnetlink_queue by Harald Welte · 19 years ago
  72. 0a5578c [ICSK]: Generalise tcp_listen_{start,stop} by Arnaldo Carvalho de Melo · 19 years ago
  73. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  74. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  75. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  76. f3f05f7 [INET]: Generalise the tcp_listen_ lock routines by Arnaldo Carvalho de Melo · 19 years ago
  77. 6e04e02 [INET]: Move tcp_port_rover to inet_hashinfo by Arnaldo Carvalho de Melo · 19 years ago
  78. 2d8c4ce [INET]: Generalise tcp_bind_hash & tcp_inherit_port by Arnaldo Carvalho de Melo · 19 years ago
  79. a55ebcc [INET]: Move bind_hash from tcp_sk to inet_sk by Arnaldo Carvalho de Melo · 19 years ago
  80. 0f7ff92 [INET]: Just rename the TCP hashtable functions/structs to inet_ by Arnaldo Carvalho de Melo · 19 years ago
  81. 608c8e4 [NETFILTER]: Extend netfilter logging API by Harald Welte · 19 years ago
  82. 32519f1 [INET]: Introduce inet_sk_rebuild_header by Arnaldo Carvalho de Melo · 19 years ago
  83. e684897 [NET]: Cleanup INET_REFCNT_DEBUG code by Arnaldo Carvalho de Melo · 19 years ago
  84. d13964f [IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachable by Patrick McHardy · 19 years ago
  85. 0bd1b59 [IPV6]: Check interface bindings on IPv6 raw socket reception by Andrew McDonald · 19 years ago
  86. 7af4cc3 [NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlink by Harald Welte · 19 years ago
  87. 0ab43f8 [NETFILTER]: Core changes required by upcoming nfnetlink_queue code by Harald Welte · 19 years ago
  88. 2cc7d57 [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer. by Harald Welte · 19 years ago
  89. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  90. 020b4c1 [NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/netfilter.c by Harald Welte · 19 years ago
  91. 089af26 [NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable() by Harald Welte · 19 years ago
  92. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  93. 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
  94. d5d2837 [TCP]: Document non-trivial locking path in tcp_v{4,6}_get_port(). by David S. Miller · 19 years ago
  95. 66a79a1 [NETFILTER]: Fix HW checksum handling in ip_queue/ip6_queue by Patrick McHardy · 19 years ago
  96. 6fc8b9e [IPCOMP]: Fix false smp_processor_id warning by Herbert Xu · 19 years ago
  97. fad87ac [IPV6]: Fix SKB leak in ip6_input_finish() by Patrick McHardy · 19 years ago
  98. 793245e [IPV6]: Fix raw socket hardware checksum failures by Patrick McHardy · 19 years ago
  99. 6fc0b4a [IPSEC]: Restrict socket policy loading to CAP_NET_ADMIN. by Herbert Xu · 19 years ago
  100. db44575 [NET]: fix oops after tunnel module unload by Alexey Kuznetsov · 19 years ago