aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-04[ESP]: Add select on AUTHENCHerbert Xu1-1/+1
2008-02-28[IPV6]: Use proc_create() to setup ->proc_fops firstWang Chen1-2/+2
2008-02-28[IPCOMP]: Disable BH on output when using shared tfmHerbert Xu1-0/+2
2008-02-27[IPV6] SYSCTL: Fix possible memory leakage in error path.YOSHIFUJI Hideaki1-3/+0
2008-02-26[INET]: Don't create tunnels with '%' in name.Pavel Emelyanov2-8/+20
2008-02-26[IPV6]: Add missing initializations of the new nl_info.nl_net fieldBenjamin Thery2-0/+5
2008-02-23[IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.Pavel Emelyanov2-21/+6
2008-02-19[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling packet dataPatrick McHardy1-4/+6
2008-02-18[IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route.Pavel Emelyanov1-1/+1
2008-02-18[IPV6]: dst_entry leak in ip4ip6_err. (resend)Denis V. Lunev1-0/+1
2008-02-17[IPV6]: Fix hardcoded removing of old module codeWang Chen1-8/+0
2008-02-14[IPV6]: Fix reversed local_df test in ip6_fragmentHerbert Xu1-2/+2
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2-3/+4
2008-02-12[IPV6]: Fix IPsec datagram fragmentationHerbert Xu2-2/+6
2008-02-09[IPV6]: Replace using the magic constant "1024" with IP6_RT_PRIO_USER for fc_metric.Rami Rosen1-2/+2
2008-02-05[ICMP]: Restore pskb_pull calls in receive functionHerbert Xu1-1/+2
2008-02-05[INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations.Pavel Emelyanov1-1/+1
2008-02-03[SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo2-13/+10
2008-01-31[IPV6]: Update MSS even if MTU is unchanged.Jim Paris1-1/+1
2008-01-31[NETNS]: Udp sockets per-net lookup.Pavel Emelyanov1-4/+6
2008-01-31[NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov2-20/+24
2008-01-31[INET]: Consolidate inet(6)_hash_connect.Pavel Emelyanov1-91/+2
2008-01-31[IPV6]: Introduce the INET6_TW_MATCH macro.Pavel Emelyanov1-18/+3
2008-01-31[NETFILTER]: {ip,ip6}_queue: fix build errorPatrick McHardy1-4/+14
2008-01-31[NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt1-3/+4
2008-01-31[NETFILTER]: nf_{conntrack,nat}_icmp: constify and annotateJan Engelhardt1-6/+8
2008-01-31[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan1-3/+19
2008-01-31[NETFILTER]: nf_conntrack: naming unificationPatrick McHardy1-4/+4
2008-01-31[NETFILTER]: nf_conntrack_ipv6: fix sparse warningsPatrick McHardy1-15/+1
2008-01-31[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy1-4/+6
2008-01-31[NETFILTER]: netns: put table module on netns stopAlexey Dobriyan1-0/+3
2008-01-31[NETFILTER]: ip6_tables: per-netns IPv6 FILTER, MANGLE, RAWAlexey Dobriyan3-32/+86
2008-01-31[NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan4-27/+30
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan4-33/+40
2008-01-31[NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan1-6/+6
2008-01-31[NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan1-3/+4
2008-01-31[NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt1-1/+1
2008-01-31[RAW]: Wrong content of the /proc/net/raw6.Denis V. Lunev1-1/+1
2008-01-31[RAW]: Family check in the /proc/net/raw[6] is extra.Denis V. Lunev1-1/+1
2008-01-31[NET]: should explicitely initialize atomic_t field in struct dst_opsEric Dumazet2-0/+3
2008-01-31[XFRM]: constify 'struct xfrm_type'Eric Dumazet5-6/+6
2008-01-31[NETNS]: Add missing initialization of nl_info.nl_net in rtm_to_fib6_config()Benjamin Thery1-0/+1
2008-01-31[NET]: Introducing socket mark socket option.Laszlo Attila Toth2-0/+5
2008-01-31[IPCOMP]: Fetch nexthdr before ipch is destroyedHerbert Xu1-1/+4
2008-01-31[INET]: Prevent out-of-sync truesize on ip_fragment slow pathHerbert Xu1-1/+3
2008-01-31[IPSEC]: Add support for combined mode algorithmsHerbert Xu1-16/+61
2008-01-31[IPSEC]: Use crypto_aead and authenc in ESPHerbert Xu2-181/+280
2008-01-31Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADERLinus Torvalds1-1/+1
2008-01-28[IPV6] ADDRLABEL: Fix double free on label deletion.YOSHIFUJI Hideaki1-8/+6
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2-4/+4