summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan13-27/+23
2010-02-18ipv6: use standard lists for FIB walksAlexey Dobriyan1-13/+4
2010-02-18ipv6: remove stale MIB definitionsAlexey Dobriyan1-5/+0
2010-02-17IPv6: convert mc_lock to spinlockStephen Hemminger1-9/+10
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2-2/+0
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo3-36/+39
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+1
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman2-4/+2
2010-02-16tunnels: fix netns vs proto registration orderingAlexey Dobriyan3-55/+41
2010-02-16ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu1-5/+1
2010-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller9-435/+208
2010-02-15IPv6: Delete redundant counter of IPSTATS_MIB_REASMFAILSShan Wei1-9/+4
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2-6/+14
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy1-1/+2
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt1-40/+48
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt1-2/+2
2010-02-15netfilter: iptables: remove unused function argumentsJan Engelhardt1-7/+3
2010-02-12udp: remove redundant variableGerrit Renker1-8/+7
2010-02-12IPv6: remove trivial nested _bh suffixstephen hemminger1-10/+11
2010-02-12IPv6: keep permanent addresses on admin downstephen hemminger1-11/+24
2010-02-12ipv6: fib: fix crash when changing large fib while dumping itPatrick McHardy1-2/+27
2010-02-11netfilter: xtables: fix mangle tablesAlexey Dobriyan1-1/+3
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt5-134/+39
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt4-112/+28
2010-02-10netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt3-18/+6
2010-02-10netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt4-106/+51
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy26-150/+197
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan1-2/+2
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy1-1/+1
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy1-3/+5
2010-01-28netns xfrm: ipcomp6 supportAlexey Dobriyan1-5/+8
2010-01-28netns xfrm: xfrm6_tunnel in netnsAlexey Dobriyan2-59/+85
2010-01-28netns xfrm: fixup xfrm6_tunnel error propagationAlexey Dobriyan1-5/+11
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-11/+15
2010-01-26ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei1-0/+1
2010-01-24netns xfrm: deal with dst entries in netnsAlexey Dobriyan1-11/+14
2010-01-23net: constify MIB name tablesAlexey Dobriyan1-6/+6
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+6
2010-01-20IPv6: reassembly: replace magic number with macro definitionsShan Wei2-4/+4
2010-01-20netfilter: nf_conntrack_ipv6: delete the redundant macro definitionsShan Wei1-3/+0
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan5-21/+24
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan1-6/+8
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan19-57/+53
2010-01-17tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila1-2/+10
2010-01-13ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller1-1/+6
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+1
2010-01-10NET: ipv6, remove unnecessary checkJiri Slaby1-1/+1
2010-01-08net/ipv6/tcp_ipv6.c: Use compressed IPv6 addressJoe Perches1-1/+1
2010-01-06ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila1-2/+1