Age | Commit message (Expand) | Author | Files | Lines |
2006-07-25 | [IPV6] xfrm6_tunnel: Delete debugging code. | David S. Miller | 1 | -130/+10 |
2006-07-22 | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 1 | -2/+1 |
2006-07-22 | [IPV4]: Get rid of redundant IPCB->opts initialisation | Herbert Xu | 1 | -1/+0 |
2006-07-13 | [IPCOMP]: Fix truesize after decompression | Herbert Xu | 1 | -1/+2 |
2006-07-13 | [IPV6]: Use ipv6_addr_src_scope for link address sorting. | YOSHIFUJI Hideaki | 1 | -1/+2 |
2006-07-13 | [IPV6]: order addresses by scope | Brian Haley | 1 | -3/+21 |
2006-07-09 | [NET] gso: Fix up GSO packets with broken checksums | Herbert Xu | 2 | -28/+80 |
2006-07-09 | [NET] gso: Add skb_is_gso | Herbert Xu | 2 | -3/+3 |
2006-07-04 | [NET]: add+use poison defines | Randy Dunlap | 1 | -1/+2 |
2006-07-04 | [IPV6]: Fix ipv6 GSO payload length | Michael Chan | 1 | -1/+2 |
2006-07-04 | [NET]: Verify gso_type too in gso_segment | Herbert Xu | 1 | -0/+8 |
2006-07-01 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 7 | -18/+70 |
2006-07-01 | [IPV6]: Added GSO support for TCPv6 | Herbert Xu | 4 | -10/+4 |
2006-07-01 | [IPV6]: Added GSO support for TCPv6 | Herbert Xu | 3 | -2/+65 |
2006-07-01 | [IPV6]: Remove redundant length check on input | Herbert Xu | 1 | -6/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 29 | -29/+0 |
2006-06-30 | [TCP]: Export accept queue len of a TCP listening socket via rx_queue | Sridhar Samudrala | 1 | -1/+2 |
2006-06-30 | [NETLINK]: Encapsulate eff_cap usage within security framework. | Darrel Goeddel | 1 | -1/+1 |
2006-06-30 | [NETFILTER]: x_tables: fix xt_register_table error propagation | Patrick McHardy | 1 | -1/+2 |
2006-06-28 | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 1 | -1/+1 |
2006-06-23 | [IPSEC]: Handle GSO packets | Herbert Xu | 1 | -2/+37 |
2006-06-23 | [NET]: Merge TSO/UFO fields in sk_buff | Herbert Xu | 1 | -3/+4 |
2006-06-23 | [IPV6] ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRI... | YOSHIFUJI Hideaki | 1 | -0/+3 |
2006-06-23 | [IPV6]: Fix source address selection. | Łukasz Stelmach | 1 | -0/+6 |
2006-06-18 | [IPV6]: Sum real space for RTAs. | YOSHIFUJI Hideaki | 1 | -4/+24 |
2006-06-18 | [NET]: skb_trim audit | Herbert Xu | 1 | -7/+3 |
2006-06-18 | [NET]: Clean up skb_linearize | Herbert Xu | 1 | -8/+3 |
2006-06-18 | [SECMARK]: Add secmark support to core networking. | James Morris | 1 | -0/+1 |
2006-06-18 | [NETFILTER]: conntrack: add sysctl to disable checksumming | Patrick McHardy | 1 | -1/+1 |
2006-06-18 | [NETFILTER]: conntrack: don't call helpers for related ICMP messages | Patrick McHardy | 1 | -1/+1 |
2006-06-18 | [IPSEC] proto: Move transport mode input path into xfrm_mode_transport | Herbert Xu | 4 | -45/+27 |
2006-06-18 | [IPSEC] xfrm: Abstract out encapsulation modes | Herbert Xu | 7 | -86/+224 |
2006-06-18 | [IPSEC] xfrm: Undo afinfo lock proliferation | Herbert Xu | 2 | -7/+0 |
2006-06-18 | [I/OAT]: TCP recv offload to I/OAT | Chris Leech | 1 | -2/+10 |
2006-05-27 | [IPV6] ROUTE: Don't try less preferred routes for on-link routes. | YOSHIFUJI Hideaki | 1 | -5/+11 |
2006-05-23 | [NET]: Fix "ntohl(ntohs" bugs | Alexey Dobriyan | 1 | -1/+1 |
2006-05-19 | [NETFILTER]: Fix do_add_counters race, possible oops or info leak (CVE-2006-0... | Solar Designer | 1 | -1/+1 |
2006-05-19 | [NETFILTER]: fix format specifier for netfilter log targets | Philip Craig | 1 | -1/+1 |
2006-05-17 | [IPV6]: Endian fix in net/ipv6/netfilter/ip6t_eui64.c:match(). | Alexey Dobriyan | 1 | -1/+1 |
2006-05-11 | [IPV6]: skb leakage in inet6_csk_xmit | Alexey Kuznetsov | 1 | -0/+2 |
2006-04-30 | [IPV6]: Fix race in route selection. | YOSHIFUJI Hideaki | 1 | -1/+4 |
2006-04-25 | [NETFILTER]: ip6_tables: remove broken comefrom debugging | Patrick McHardy | 1 | -13/+0 |
2006-04-19 | [IPV6]: Clean up hop-by-hop options handler. | YOSHIFUJI Hideaki | 2 | -4/+3 |
2006-04-19 | [IPV6] XFRM: Fix decoding session with preceding extension header(s). | YOSHIFUJI Hideaki | 1 | -2/+2 |
2006-04-19 | [IPV6] XFRM: Don't use old copy of pointer after pskb_may_pull(). | YOSHIFUJI Hideaki | 1 | -1/+3 |
2006-04-19 | [IPV6]: Ensure to have hop-by-hop options in our header of &sk_buff. | YOSHIFUJI Hideaki | 1 | -0/+12 |
2006-04-12 | [IPv6] reassembly: Always compute hash under the fragment lock. | Zach Brown | 1 | -6/+12 |
2006-04-11 | [PATCH] for_each_possible_cpu: network codes | KAMEZAWA Hiroyuki | 4 | -10/+10 |
2006-04-10 | [IPV6]: Deinline few large functions in inet6 code | Denis Vlasenko | 1 | -0/+80 |
2006-04-10 | [NETFILTER]: Fix build with CONFIG_NETFILTER=y/m on IA64 | Brian Haley | 1 | -0/+1 |