| Commit message (Expand) | Author | Age | Files | Lines |
* | [IPV6]: Sum real space for RTAs. | YOSHIFUJI Hideaki | 2006-06-17 | 1 | -4/+24 |
* | [NET]: skb_trim audit | Herbert Xu | 2006-06-17 | 1 | -7/+3 |
* | [NET]: Clean up skb_linearize | Herbert Xu | 2006-06-17 | 1 | -8/+3 |
* | [SECMARK]: Add secmark support to core networking. | James Morris | 2006-06-17 | 1 | -0/+1 |
* | [NETFILTER]: conntrack: add sysctl to disable checksumming | Patrick McHardy | 2006-06-17 | 1 | -1/+1 |
* | [NETFILTER]: conntrack: don't call helpers for related ICMP messages | Patrick McHardy | 2006-06-17 | 1 | -1/+1 |
* | [IPSEC] proto: Move transport mode input path into xfrm_mode_transport | Herbert Xu | 2006-06-17 | 4 | -45/+27 |
* | [IPSEC] xfrm: Abstract out encapsulation modes | Herbert Xu | 2006-06-17 | 7 | -86/+224 |
* | [IPSEC] xfrm: Undo afinfo lock proliferation | Herbert Xu | 2006-06-17 | 2 | -7/+0 |
* | [I/OAT]: TCP recv offload to I/OAT | Chris Leech | 2006-06-17 | 1 | -2/+10 |
* | [IPV6] ROUTE: Don't try less preferred routes for on-link routes. | YOSHIFUJI Hideaki | 2006-05-26 | 1 | -5/+11 |
* | [NET]: Fix "ntohl(ntohs" bugs | Alexey Dobriyan | 2006-05-22 | 1 | -1/+1 |
* | [NETFILTER]: Fix do_add_counters race, possible oops or info leak (CVE-2006-0... | Solar Designer | 2006-05-19 | 1 | -1/+1 |
* | [NETFILTER]: fix format specifier for netfilter log targets | Philip Craig | 2006-05-19 | 1 | -1/+1 |
* | [IPV6]: Endian fix in net/ipv6/netfilter/ip6t_eui64.c:match(). | Alexey Dobriyan | 2006-05-16 | 1 | -1/+1 |
* | [IPV6]: skb leakage in inet6_csk_xmit | Alexey Kuznetsov | 2006-05-10 | 1 | -0/+2 |
* | [IPV6]: Fix race in route selection. | YOSHIFUJI Hideaki | 2006-04-29 | 1 | -1/+4 |
* | [NETFILTER]: ip6_tables: remove broken comefrom debugging | Patrick McHardy | 2006-04-24 | 1 | -13/+0 |
* | [IPV6]: Clean up hop-by-hop options handler. | YOSHIFUJI Hideaki | 2006-04-18 | 2 | -4/+3 |
* | [IPV6] XFRM: Fix decoding session with preceding extension header(s). | YOSHIFUJI Hideaki | 2006-04-18 | 1 | -2/+2 |
* | [IPV6] XFRM: Don't use old copy of pointer after pskb_may_pull(). | YOSHIFUJI Hideaki | 2006-04-18 | 1 | -1/+3 |
* | [IPV6]: Ensure to have hop-by-hop options in our header of &sk_buff. | YOSHIFUJI Hideaki | 2006-04-18 | 1 | -0/+12 |
* | [IPv6] reassembly: Always compute hash under the fragment lock. | Zach Brown | 2006-04-11 | 1 | -6/+12 |
* | [PATCH] for_each_possible_cpu: network codes | KAMEZAWA Hiroyuki | 2006-04-11 | 4 | -10/+10 |
* | [IPV6]: Deinline few large functions in inet6 code | Denis Vlasenko | 2006-04-09 | 1 | -0/+80 |
* | [NETFILTER]: Fix build with CONFIG_NETFILTER=y/m on IA64 | Brian Haley | 2006-04-09 | 1 | -0/+1 |
* | [NETFILTER]: Convert conntrack/ipt_REJECT to new checksumming functions | Patrick McHardy | 2006-04-09 | 1 | -10/+2 |
* | [NETFILTER]: Add address family specific checksum helpers | Patrick McHardy | 2006-04-09 | 1 | -0/+34 |
* | [NETFILTER]: Introduce infrastructure for address family specific operations | Patrick McHardy | 2006-04-09 | 1 | -8/+9 |
* | [NETFILTER]: Fix section mismatch warnings | Patrick McHardy | 2006-04-09 | 2 | -36/+33 |
* | [NETFILTER]: Clean up hook registration | Patrick McHardy | 2006-04-09 | 4 | -158/+54 |
* | [INET]: Use port unreachable instead of proto for tunnels | Herbert Xu | 2006-04-09 | 1 | -1/+1 |
* | [INET]: Move no-tunnel ICMP error to tunnel4/tunnel6 | Herbert Xu | 2006-04-09 | 2 | -7/+13 |
* | [NETFILTER]: x_tables: unify IPv4/IPv6 multiport match | Yasuyuki Kozakai | 2006-04-01 | 3 | -136/+0 |
* | [NETFILTER]: x_tables: unify IPv4/IPv6 esp match | Yasuyuki Kozakai | 2006-04-01 | 3 | -119/+4 |
* | [IPSEC]: Kill unused decap state structure | Herbert Xu | 2006-04-01 | 1 | -4/+5 |
* | [IPSEC]: Kill unused decap state argument | Herbert Xu | 2006-04-01 | 5 | -5/+5 |
* | [NETFILTER]: Rename init functions. | Andrew Morton | 2006-03-28 | 19 | -76/+76 |
* | [INET]: Introduce tunnel4/tunnel6 | Herbert Xu | 2006-03-28 | 6 | -116/+168 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-03-27 | 1 | -0/+5 |
|\ |
|
| * | [IPSEC]: Fix tunnel error handling in ipcomp6 | Herbert Xu | 2006-03-26 | 1 | -0/+5 |
* | | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 1 | -5/+5 |
|/ |
|
* | [IPV6]: ip6_xmit: remove unnecessary NULL ptr check | Patrick McHardy | 2006-03-23 | 1 | -1/+1 |
* | [NETFILTER]: nf_conntrack: support for layer 3 protocol load on demand | Pablo Neira Ayuso | 2006-03-22 | 1 | -0/+1 |
* | [NETFILTER]: x_tables: set the protocol family in x_tables targets/matches | Pablo Neira Ayuso | 2006-03-22 | 1 | -6/+9 |
* | [NETFILTER]: Fix ip6tables breakage from {get,set}sockopt compat layer | Patrick McHardy | 2006-03-22 | 1 | -2/+2 |
* | [IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2 | Ingo Oeser | 2006-03-20 | 1 | -72/+69 |
* | [IPV6]: Nearly complete kzalloc cleanup for net/ipv6 | Ingo Oeser | 2006-03-20 | 8 | -31/+16 |
* | [IPV6]: Cleanup of net/ipv6/reassambly.c | Ingo Oeser | 2006-03-20 | 1 | -18/+17 |
* | [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset | Arnaldo Carvalho de Melo | 2006-03-20 | 6 | -191/+179 |