aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal1-355/+0
2018-07-16netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal1-29/+0
2018-07-16netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal1-10/+0
2018-07-16netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal1-18/+0
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal1-48/+0
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-6/+12
2018-01-31netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni1-6/+12
2018-01-08netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso1-5/+0
2018-01-08netfilter: conntrack: constify list of builtin trackersFlorian Westphal1-1/+1
2017-10-24netfilter: conntrack: make l3proto trackers constFlorian Westphal1-1/+1
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal1-8/+0
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal1-1/+0
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal1-6/+8
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal1-15/+2
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal1-1/+6
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal1-12/+42
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti1-0/+3
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti1-0/+3
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti1-0/+3
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti1-54/+24
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole1-1/+1
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-6/+0
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-4/+4
2015-09-18inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman1-2/+2
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman1-2/+2
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann1-1/+1
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-14/+6
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-4/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-4/+2
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches1-3/+3
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-54/+2
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-6/+8
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-2/+2
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy1-5/+2
2013-06-20netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handlingPhil Oester1-1/+1
2013-03-15netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope idHannes Frederic Sowa1-6/+2
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-7/+1
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng1-22/+40
2013-01-23netfilter: nf_conntrack: refactor l3proto support for netnsGao feng1-9/+17
2012-12-16netfilter: nf_conntrack_ipv6: fix comment for packets without dataFlorent Fourcot1-2/+2
2012-11-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-0/+66
2012-11-13netfilter: ipv6: only provide sk_bound_dev_if for link-local addrFlorian Westphal1-1/+6
2012-11-02netfilter: ipv6: add getsockopt to retrieve origdstFlorian Westphal1-0/+61
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-2/+2
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy1-2/+35
2012-08-30netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin...Patrick McHardy1-57/+6
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy1-9/+32
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso1-11/+32
2012-06-07netfilter: nf_ct_ipv6: add namespace supportGao feng1-29/+59
2012-06-07netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng1-3/+3
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng1-9/+9
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+1
2012-04-02netfilter: ipv6: Stop using NLA_PUT*().David S. Miller1-4/+5
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-1/+1
2010-10-21tproxy: split off ipv6 defragmentation to a separate moduleBalazs Scheidler1-75/+3
2010-05-13netfilter: cleanup printk messagesStephen Hemminger1-7/+7
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy1-3/+9
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy1-1/+1
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy1-0/+6
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy1-2/+11
2009-08-25netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy1-1/+5
2009-08-10netfilter: conntrack: switch hook PFs to nfprotoJan Engelhardt1-6/+6
2009-03-25netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger1-0/+6
2009-03-16netfilter: remove IPvX specific parts from nf_conntrack_l4proto.hChristoph Paasch1-0/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-3/+2
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in()Alexey Dobriyan1-8/+16
2008-04-14[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3protoJan Engelhardt1-7/+7
2008-01-31[NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt1-3/+4
2008-01-28[NETNS][FRAGS]: Move ctl tables around.Pavel Emelyanov1-29/+0
2008-01-28[NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy1-7/+0
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-6/+6
2007-10-18sysctl: remove broken netfilter binary sysctlsEric W. Biederman1-1/+0
2007-10-15[INET]: Collect common frag sysctl variables togetherPavel Emelyanov1-3/+4
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-22/+22
2007-10-10[NETFILTER]: ctnetlink: use netlink policyPatrick McHardy1-6/+4
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy1-5/+5
2007-10-10[NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy1-10/+10
2007-07-31[NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static.Adrian Bunk1-2/+2
2007-07-14[NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy1-1/+1
2007-07-14[NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai1-11/+16
2007-07-14[NETFILTER]: nf_conntrack: Increment error count on parsing IPv4 headerYasuyuki Kozakai1-2/+0
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy1-8/+2
2007-07-10[NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai1-6/+0
2007-06-07[NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy1-2/+7
2007-06-03[NET]: Fix comparisons of unsigned < 0.Bill Nottingham1-2/+1
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy1-11/+0
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-13/+6
2007-03-07[NETFILTER]: nf_conntrack_ipv6: fix incorrect classification of IPv6 fragment...Patrick McHardy1-0/+1
2007-03-05[NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefsPatrick McHardy1-4/+2
2007-02-12[NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumptionPatrick McHardy1-2/+2
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-12-02[NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modulesPatrick McHardy1-50/+5
2006-12-02[NETFILTER]: nf_conntrack: move extern declaration to header filesPatrick McHardy1-18/+0
2006-12-02[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson1-13/+13
2006-09-22[NETFILTER]: Change tunables to __read_mostlyBrian Haley1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-17[NETFILTER]: conntrack: don't call helpers for related ICMP messagesPatrick McHardy1-1/+1
2006-04-09[NETFILTER]: Fix section mismatch warningsPatrick McHardy1-19/+19
2006-04-09[NETFILTER]: Clean up hook registrationPatrick McHardy1-95/+48
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton1-4/+4
2006-03-22[NETFILTER]: nf_conntrack: support for layer 3 protocol load on demandPablo Neira Ayuso1-0/+1
2006-03-20[NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'Harald Welte1-17/+22
2006-01-13[NET]: Use NIP6_FMT in kernel.hJoe Perches1-1/+1
2006-01-12[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte1-7/+1
2006-01-10[NETFILTER]: Fix timeout sysctls on big-endian 64bit architecturesPatrick McHardy1-2/+2
2006-01-05[NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso1-0/+47
2005-11-14[NETFILTER]: fix type of sysctl variables in nf_conntrack_ipv6Yasuyuki Kozakai1-4/+4
2005-11-09[NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai1-0/+556