Age | Commit message (Expand) | Author | Files | Lines |
2008-01-29 | [IPV6]: Add RFC4214 support | Fred L. Templin | 3 | -1/+100 |
2008-01-29 | [IPV6]: Correct the comment concerning inetsw6 table | Pavel Emelyanov | 1 | -1/+1 |
2008-01-29 | [RAW]: Consolidate proc interface. | Pavel Emelyanov | 1 | -77/+5 |
2008-01-29 | [RAW]: Consolidate proto->unhash callback | Pavel Emelyanov | 1 | -4/+1 |
2008-01-29 | [RAW]: Consolidate proto->hash callback | Pavel Emelyanov | 1 | -7/+1 |
2008-01-29 | [RAW]: Introduce raw_hashinfo structure | Pavel Emelyanov | 1 | -24/+25 |
2008-01-29 | [IPv6] RAW: Compact the API for the kernel | Pavel Emelyanov | 3 | -28/+48 |
2008-01-29 | [NET]: Make rtnetlink infrastructure network namespace aware (v3) | Denis V. Lunev | 4 | -13/+14 |
2008-01-29 | [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) | Denis V. Lunev | 4 | -0/+59 |
2008-01-29 | [IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table. | YOSHIFUJI Hideaki | 3 | -31/+561 |
2008-01-29 | [IPV6] ADDRCONF: Allow address selection policy with ifindex. | YOSHIFUJI Hideaki | 1 | -4/+8 |
2008-01-29 | [IPV6] ADDRCONF: Rename ipv6_saddr_label() to ipv6_addr_label(). | YOSHIFUJI Hideaki | 1 | -4/+6 |
2008-01-29 | [IPSEC]: Kill afinfo->nf_post_routing | David S. Miller | 1 | -1/+0 |
2008-01-29 | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy | 18 | -83/+92 |
2008-01-29 | [IPSEC]: Add async resume support on input | Herbert Xu | 1 | -0/+3 |
2008-01-29 | [IPSEC]: Remove nhoff from xfrm_input | Herbert Xu | 3 | -4/+5 |
2008-01-29 | [IPSEC]: Make x->lastused an unsigned long | Herbert Xu | 1 | -2/+0 |
2008-01-29 | [IPSEC]: Move state lock into x->type->input | Herbert Xu | 3 | -20/+40 |
2008-01-29 | [IPSEC]: Move integrity stat collection into xfrm_input | Herbert Xu | 2 | -4/+2 |
2008-01-29 | [IPSEC]: Merge most of the input path | Herbert Xu | 2 | -105/+14 |
2008-01-29 | [IPSEC]: Merge most of the output path | Herbert Xu | 4 | -70/+11 |
2008-01-29 | [IPV6]: Add ip6_local_out | Herbert Xu | 4 | -18/+30 |
2008-01-29 | [IPSEC]: Separate inner/outer mode processing on input | Herbert Xu | 5 | -36/+44 |
2008-01-29 | [IPSEC]: Separate inner/outer mode processing on output | Herbert Xu | 4 | -44/+72 |
2008-01-29 | [INET]: Give outer DSCP directly to ip*_copy_dscp | Herbert Xu | 2 | -2/+3 |
2008-01-29 | [IPSEC]: Move x->outer_mode->output out of locked section | Herbert Xu | 1 | -0/+3 |
2008-01-29 | [IPSEC]: Forbid BEET + ipcomp for now | Herbert Xu | 1 | -11/+8 |
2008-01-29 | [IPSEC]: Merge common code into xfrm_bundle_create | Herbert Xu | 1 | -114/+22 |
2008-01-29 | [IPSEC]: Move flow construction into xfrm_dst_lookup | Herbert Xu | 1 | -62/+35 |
2008-01-29 | [IPSEC]: Replace x->type->{local,remote}_addr with flags | Herbert Xu | 2 | -21/+10 |
2008-01-29 | [IPSEC]: Make sure idev is consistent with dev in xfrm_dst | Herbert Xu | 1 | -5/+10 |
2008-01-29 | [IPSEC]: Set dst->input to dst_discard | Herbert Xu | 1 | -1/+2 |
2008-01-29 | [IPSEC]: Only set neighbour on top xfrm dst | Herbert Xu | 1 | -2/+4 |
2008-01-29 | [NET]: Eliminate duplicate copies of dst_discard | Herbert Xu | 2 | -28/+6 |
2008-01-29 | [IPV6]: Move nfheader_len into rt6_info | Herbert Xu | 2 | -3/+5 |
2008-01-29 | [IPV6]: Only set nfheader_len for top xfrm dst | Herbert Xu | 2 | -23/+6 |
2008-01-29 | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 2 | -12/+6 |
2008-01-29 | [IPV6]: Add raw6 drops counter. | Wang Chen | 1 | -7/+8 |
2008-01-29 | [TCP] splice: add tcp_splice_read() to IPV6 | Jens Axboe | 1 | -0/+1 |
2008-01-26 | IPoIB: improve IPv4/IPv6 to IB mcast mapping functions | Rolf Manderscheid | 1 | -1/+1 |
2008-01-23 | [INET]: Fix truesize setting in ip_append_data | Herbert Xu | 1 | -2/+2 |
2008-01-21 | [IPV6]: RFC 2011 compatibility broken | Wang Chen | 1 | -2/+2 |
2008-01-21 | [IPV6]: ICMP6_MIB_OUTMSGS increment duplicated | Wang Chen | 1 | -2/+0 |
2008-01-21 | [IPV6] ROUTE: Make sending algorithm more friendly with RFC 4861. | YOSHIFUJI Hideaki | 1 | -3/+8 |
2008-01-21 | [IPV6]: Mischecked tw match in __inet6_check_established. | Pavel Emelyanov | 1 | -1/+1 |
2008-01-11 | [NETFILTER]: ip6t_eui64: Fixes calculation of Universal/Local bit | Yasuyuki Kozakai | 1 | -1/+1 |
2008-01-09 | [IPV6]: IPV6_MULTICAST_IF setting is ignored on link-local connect() | Brian Haley | 1 | -3/+3 |
2007-12-21 | [IPV6]: Spelling fixes | Joe Perches | 1 | -1/+1 |
2007-12-17 | [IPV6]: Fix the return value of ipv6_getsockopt | Wei Yongjun | 1 | -7/+5 |
2007-12-11 | [IPv6] ESP: Discard dummy packets introduced in rfc4303 | Thomas Graf | 1 | -0/+6 |