summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [ESP]: Add select on AUTHENCHerbert Xu2008-03-041-1/+1
* [IPV6]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-2/+2
* [IPCOMP]: Disable BH on output when using shared tfmHerbert Xu2008-02-281-0/+2
* [IPV6] SYSCTL: Fix possible memory leakage in error path.YOSHIFUJI Hideaki2008-02-271-3/+0Star
* [INET]: Don't create tunnels with '%' in name.Pavel Emelyanov2008-02-272-8/+20
* [IPV6]: Add missing initializations of the new nl_info.nl_net fieldBenjamin Thery2008-02-272-0/+5
* [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.Pavel Emelyanov2008-02-242-21/+6Star
* [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...Patrick McHardy2008-02-201-4/+6
* [IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route.Pavel Emelyanov2008-02-191-1/+1
* [IPV6]: dst_entry leak in ip4ip6_err. (resend)Denis V. Lunev2008-02-191-0/+1
* [IPV6]: Fix hardcoded removing of old module codeWang Chen2008-02-181-8/+0Star
* [IPV6]: Fix reversed local_df test in ip6_fragmentHerbert Xu2008-02-151-2/+2
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-132-3/+4
* [IPV6]: Fix IPsec datagram fragmentationHerbert Xu2008-02-132-2/+6
* [IPV6]: Replace using the magic constant "1024" with IP6_RT_PRIO_USER for fc_...Rami Rosen2008-02-101-2/+2
* [ICMP]: Restore pskb_pull calls in receive functionHerbert Xu2008-02-051-1/+2
* [INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations.Pavel Emelyanov2008-02-051-1/+1
* [SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo2008-02-032-13/+10Star
* [IPV6]: Update MSS even if MTU is unchanged.Jim Paris2008-02-011-1/+1
* [NETNS]: Udp sockets per-net lookup.Pavel Emelyanov2008-02-011-4/+6
* [NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov2008-02-012-20/+24
* [INET]: Consolidate inet(6)_hash_connect.Pavel Emelyanov2008-02-011-91/+2Star
* [IPV6]: Introduce the INET6_TW_MATCH macro.Pavel Emelyanov2008-02-011-18/+3Star
* [NETFILTER]: {ip,ip6}_queue: fix build errorPatrick McHardy2008-02-011-4/+14
* [NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt2008-02-011-3/+4
* [NETFILTER]: nf_{conntrack,nat}_icmp: constify and annotateJan Engelhardt2008-02-011-6/+8
* [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan2008-02-011-3/+19
* [NETFILTER]: nf_conntrack: naming unificationPatrick McHardy2008-02-011-4/+4
* [NETFILTER]: nf_conntrack_ipv6: fix sparse warningsPatrick McHardy2008-02-011-15/+1Star
* [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy2008-02-011-4/+6
* [NETFILTER]: netns: put table module on netns stopAlexey Dobriyan2008-02-011-0/+3
* [NETFILTER]: ip6_tables: per-netns IPv6 FILTER, MANGLE, RAWAlexey Dobriyan2008-02-013-32/+86
* [NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan2008-02-014-27/+30
* [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-02-014-33/+40
* [NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan2008-02-011-6/+6
* [NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan2008-02-011-3/+4
* [NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt2008-02-011-1/+1
* [RAW]: Wrong content of the /proc/net/raw6.Denis V. Lunev2008-02-011-1/+1
* [RAW]: Family check in the /proc/net/raw[6] is extra.Denis V. Lunev2008-02-011-1/+1
* [NET]: should explicitely initialize atomic_t field in struct dst_opsEric Dumazet2008-02-012-0/+3
* [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-02-015-6/+6
* [NETNS]: Add missing initialization of nl_info.nl_net in rtm_to_fib6_config()Benjamin Thery2008-02-011-0/+1
* [NET]: Introducing socket mark socket option.Laszlo Attila Toth2008-02-012-0/+5
* [IPCOMP]: Fetch nexthdr before ipch is destroyedHerbert Xu2008-02-011-1/+4
* [INET]: Prevent out-of-sync truesize on ip_fragment slow pathHerbert Xu2008-02-011-1/+3
* [IPSEC]: Add support for combined mode algorithmsHerbert Xu2008-02-011-16/+61
* [IPSEC]: Use crypto_aead and authenc in ESPHerbert Xu2008-02-012-181/+280
* Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADERLinus Torvalds2008-01-301-1/+1
* [IPV6] ADDRLABEL: Fix double free on label deletion.YOSHIFUJI Hideaki2008-01-291-8/+6Star
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-292-4/+4