| Commit message (Expand) | Author | Age | Files | Lines |
* | [IPV6]: Fix unnecessary GFP_ATOMIC allocation in fib6 dump | Thomas Graf | 2005-11-12 | 1 | -1/+1 |
* | [IPV6]: Fix rtnetlink dump infinite loop | Herbert Xu | 2005-11-12 | 1 | -4/+2 |
* | [IPV6]: Fix inet6_init missing unregister. | David S. Miller | 2005-11-12 | 1 | -2/+6 |
* | [NET]: Detect hardware rx checksum faults correctly | Herbert Xu | 2005-11-10 | 4 | -64/+44 |
* | [NETLINK]: Make netlink_callback->done() optional | Thomas Graf | 2005-11-10 | 1 | -1/+1 |
* | [NETFILTER]: Add nf_conntrack subsystem. | Yasuyuki Kozakai | 2005-11-10 | 9 | -4/+1750 |
* | [IPV6]: ip6ip6_lock is not unlocked in error path. | Ken-ichirou MATSUZAWA | 2005-11-09 | 1 | -0/+1 |
* | [IPV6]: Fix fallout from CONFIG_IPV6_PRIVACY | Peter Chubb | 2005-11-09 | 1 | -1/+2 |
* | [NET]: kfree cleanup | Jesper Juhl | 2005-11-08 | 5 | -20/+10 |
* | [IPV6]: RFC3484 compliant source address selection | YOSHIFUJI Hideaki | 2005-11-08 | 1 | -104/+240 |
* | [IPV6]: Make ipv6_addr_type() more generic so that we can use it for source a... | YOSHIFUJI Hideaki | 2005-11-08 | 2 | -44/+48 |
* | [IPV6]: Put addr_diff() into common header for future use. | YOSHIFUJI Hideaki | 2005-11-08 | 1 | -52/+2 |
* | [TCP/DCCP]: Randomize port selection | Stephen Hemminger | 2005-11-06 | 1 | -11/+4 |
* | [IPV6]: inet6_ifinfo_notify should use RTM_DELLINK in addrconf_ifdown | Yan Zheng | 2005-11-03 | 1 | -1/+1 |
* | [MCAST]: ip[6]_mc_add_src should be called when number of sources is zero | Yan Zheng | 2005-11-03 | 1 | -1/+3 |
* | [MCAST] IPv6: Check packet size when process Multicast | Yan Zheng | 2005-11-01 | 1 | -2/+17 |
* | [IPV6]: Fix behavior of ip6_route_input() for link local address | Yan Zheng | 2005-10-31 | 1 | -1/+1 |
* | [NETFILTER]: Add "revision" support to arp_tables and ip6_tables | Harald Welte | 2005-10-31 | 2 | -114/+192 |
* | [PATCH] Use sg_set_buf/sg_init_one where applicable | David Hardeman | 2005-10-30 | 1 | -7/+3 |
* | [MCAST] IPv6: Fix algorithm to compute Querier's Query Interval | Yan Zheng | 2005-10-28 | 1 | -1/+1 |
* | [IPv4/IPv6]: UFO Scatter-gather approach | Ananda Raju | 2005-10-28 | 1 | -1/+70 |
* | [NET]: Wider use of for_each_*cpu() | John Hawkes | 2005-10-26 | 2 | -10/+3 |
* | [IPV6]: Fix refcnt of struct ip6_flowlabel | Yan Zheng | 2005-10-26 | 1 | -1/+1 |
* | [NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled. | Andrew Morton | 2005-10-16 | 1 | -1/+0 |
* | [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering. | David S. Miller | 2005-10-13 | 1 | -5/+11 |
* | [IPSEC] Fix block size/MTU bugs in ESP | Herbert Xu | 2005-10-11 | 1 | -3/+4 |
* | [IPSEC]: Use ALIGN macro in ESP | Herbert Xu | 2005-10-11 | 1 | -5/+6 |
* | [IPV6]: Fix NS handing for proxy/anycast address | YOSHIFUJI Hideaki | 2005-10-05 | 1 | -1/+1 |
* | [MCAST] ipv6: Fix address size in grec_size | Yan Zheng | 2005-10-05 | 1 | -1/+1 |
* | [IPV6]: Fix infinite loop in udp_v6_get_port(). | YOSHIFUJI Hideaki | 2005-10-04 | 1 | -1/+3 |
* | [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl | Herbert Xu | 2005-10-03 | 1 | -1/+1 |
* | [IPV6]: Fix leak added by udp connect dst caching fix. | David S. Miller | 2005-10-03 | 1 | -4/+10 |
* | [IPV6]: Fix ipv6 fragment ID selection at slow path | Yan Zheng | 2005-10-03 | 1 | -1/+1 |
* | [INET]: speedup inet (tcp/dccp) lookups | Eric Dumazet | 2005-10-03 | 1 | -8/+10 |
* | [NET]: Fix packet timestamping. | Herbert Xu | 2005-10-03 | 1 | -2/+2 |
* | [IPV6]: Fix [Bug 5306] Oops on IPv6 route lookup | Herbert Xu | 2005-09-27 | 1 | -0/+2 |
* | [NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependency | Harald Welte | 2005-09-25 | 2 | -1/+12 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-09-20 | 7 | -464/+91 |
|\ |
|
| * | [NETFILTER] ip6tables: remove duplicate code | Yasuyuki Kozakai | 2005-09-20 | 7 | -464/+91 |
* | | [PATCH] raw_sendmsg DoS on 2.6 | Mark J Cox | 2005-09-20 | 1 | -1/+1 |
|/ |
|
* | [IPV6]: Check connect(2) status for IPv6 UDP socket (Re: xfrm_lookup) | Mitsuru KANDA | 2005-09-18 | 1 | -2/+8 |
* | [IPV6]: Fix per-socket multicast filtering in sk_reuse case | David L Stevens | 2005-09-15 | 1 | -3/+2 |
* | [MCAST]: Fix MCAST_EXCLUDE line dupes | Denis Lukianov | 2005-09-15 | 1 | -1/+1 |
* | [IPV6]: Bring Type 0 routing header in-line with rfc3542. | Brian Haley | 2005-09-10 | 2 | -9/+8 |
* | [PATCH] timer initialization cleanup: DEFINE_TIMER | Ingo Molnar | 2005-09-09 | 3 | -4/+3 |
* | [PATCH] files: lock-free fd look-up | Dipankar Sarma | 2005-09-09 | 1 | -0/+1 |
* | [XFRM]: Always release dst_entry on error in xfrm_lookup | Patrick McHardy | 2005-09-09 | 7 | -40/+13 |
* | [IPV6]: Don't redo xfrm_lookup for cached dst entries | Patrick McHardy | 2005-09-08 | 1 | -3/+4 |
* | Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542 | David S. Miller | 2005-09-08 | 9 | -61/+477 |
|\ |
|
| * | [IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data. | YOSHIFUJI Hideaki | 2005-09-08 | 7 | -20/+98 |