| Commit message (Expand) | Author | Age | Files | Lines |
* | [NET] IPV6: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 1 | -12/+12 |
* | [NET]: Convert hh_lock to seqlock. | Stephen Hemminger | 2006-12-08 | 1 | -13/+4 |
* | [IPV6]: Repair IPv6 Fragments | YOSHIFUJI Hideaki | 2006-12-06 | 1 | -1/+1 |
* | [IPV6]: Use kmemdup | Arnaldo Carvalho de Melo | 2006-12-02 | 1 | -2/+1 |
* | [IPV6]: Per-interface statistics support. | YOSHIFUJI Hideaki | 2006-12-02 | 1 | -30/+41 |
* | [NET]: Turn nfmark into generic mark | Thomas Graf | 2006-12-02 | 1 | -1/+1 |
* | [IPV6]: ip6_output annotations | Al Viro | 2006-12-02 | 1 | -2/+2 |
* | [IPV6]: flowlabels are net-endian | Al Viro | 2006-12-02 | 1 | -2/+2 |
* | [IPV6] NDISC: Add proxy_ndp sysctl. | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -1/+3 |
* | [IPV6]: Don't forward packets to proxied link-local address. | Ville Nuorvala | 2006-09-22 | 1 | -1/+16 |
* | [IPV6] NDISC: Handle NDP messages to proxied addresses. | Ville Nuorvala | 2006-09-22 | 1 | -0/+45 |
* | [IPV6] IPSEC: Support sending with Mobile IPv6 extension headers. | Masahide NAKAMURA | 2006-09-22 | 1 | -5/+13 |
* | [XFRM] STATE: Support non-fragment outbound transformation headers. | Masahide NAKAMURA | 2006-09-22 | 1 | -1/+1 |
* | [IPV6]: Cache source address as well in ipv6_pinfo{}. | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -0/+3 |
* | [IPV6] ROUTE: Introduce a helper to check route validity. | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -7/+12 |
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 2006-09-22 | 1 | -1/+1 |
* | [INET]: Use pskb_trim_unique when trimming paged unique skbs | Herbert Xu | 2006-08-13 | 1 | -1/+1 |
* | [IPV6]: SNMPv2 "ipv6IfStatsOutFragCreates" counter error | Wei Dong | 2006-08-02 | 1 | -3/+5 |
* | [IPV6]: SNMPv2 "ipv6IfStatsInHdrErrors" counter error | Wei Dong | 2006-08-02 | 1 | -0/+1 |
* | [IPV6]: Audit all ip6_dst_lookup/ip6_dst_store calls | Herbert Xu | 2006-08-02 | 1 | -39/+81 |
* | [NET] gso: Add skb_is_gso | Herbert Xu | 2006-07-08 | 1 | -2/+2 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-06-30 | 1 | -2/+2 |
|\ |
|
| * | [IPV6]: Added GSO support for TCPv6 | Herbert Xu | 2006-06-30 | 1 | -2/+2 |
* | | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
|/ |
|
* | [NET]: Merge TSO/UFO fields in sk_buff | Herbert Xu | 2006-06-23 | 1 | -3/+4 |
* | [SECMARK]: Add secmark support to core networking. | James Morris | 2006-06-17 | 1 | -0/+1 |
* | [IPSEC] xfrm: Abstract out encapsulation modes | Herbert Xu | 2006-06-17 | 1 | -0/+2 |
* | [IPV6]: ip6_xmit: remove unnecessary NULL ptr check | Patrick McHardy | 2006-03-23 | 1 | -1/+1 |
* | [IPV6]: remove useless test in ip6_append_data | Dave Jones | 2006-03-20 | 1 | -1/+1 |
* | [IPV6]: Fix some code/comment formatting in ip6_dst_output(). | David S. Miller | 2006-03-20 | 1 | -20/+21 |
* | [IPV4/6]: Fix UFO error propagation | Patrick McHardy | 2006-03-12 | 1 | -3/+4 |
* | [IPV6]: Do not ignore IPV6_MTU socket option. | YOSHIFUJI Hideaki | 2006-02-24 | 1 | -2/+13 |
* | [IPV6]: Set skb->priority in ip6_output.c | Patrick McHardy | 2006-01-09 | 1 | -0/+4 |
* | [IPV6]: Export some symbols for DCCPv6 | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -0/+2 |
* | [IPV6]: make two functions static | Adrian Bunk | 2005-11-29 | 1 | -1/+2 |
* | [NETFILTER]: Add nf_conntrack subsystem. | Yasuyuki Kozakai | 2005-11-09 | 1 | -0/+6 |
* | [NET]: kfree cleanup | Jesper Juhl | 2005-11-08 | 1 | -10/+5 |
* | [IPv4/IPv6]: UFO Scatter-gather approach | Ananda Raju | 2005-10-28 | 1 | -1/+70 |
* | [IPV6]: Fix ipv6 fragment ID selection at slow path | Yan Zheng | 2005-10-03 | 1 | -1/+1 |
* | [IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data. | YOSHIFUJI Hideaki | 2005-09-08 | 1 | -7/+17 |
* | [NET]: Make NETDEBUG pure printk wrappers | Patrick McHardy | 2005-08-29 | 1 | -1/+1 |
* | [IPV6]: Check interface bindings on IPv6 raw socket reception | Andrew McDonald | 2005-08-29 | 1 | -1/+3 |
* | [NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/ne... | Harald Welte | 2005-08-29 | 1 | -32/+0 |
* | [NETFILTER]: reduce netfilter sk_buff enlargement | Harald Welte | 2005-08-29 | 1 | -14/+2 |
* | [PATCH] turn many #if $undefined_string into #ifdef $undefined_string | Olaf Hering | 2005-07-27 | 1 | -6/+1 |
* | [NET]: Remove unused security member in sk_buff | Thomas Graf | 2005-07-05 | 1 | -1/+0 |
* | [NETFILTER]: Kill nf_debug | Patrick McHardy | 2005-06-21 | 1 | -3/+0 |
* | [IPV4/IPV6] Ensure all frag_list members have NULL sk | Herbert Xu | 2005-05-18 | 1 | -6/+8 |
* | [IPV6]: Replace bogus instances of inet->recverr | Herbert Xu | 2005-04-19 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+1197 |