aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-08netfilter: don't track fragmented packetsFlorian Westphal1-0/+4
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-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-11/+44
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal1-6/+0
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-53/+23
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole1-1/+1
2016-08-13netfilter: remove ip_conntrack* sysctl compat codePablo Neira Ayuso1-70/+0
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal1-1/+1
2015-11-18net ipv4: use preferred log methodsBastian Stender1-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-2/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-2/+2
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches1-3/+3
2014-07-25netfilter: nf_conntrack: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong1-2/+2
2014-01-03netfilter: nf_conntrack: remove dead codestephen hemminger1-6/+0
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-6/+6
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy1-5/+2
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-8/+2
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng1-22/+40
2013-01-23netfilter: nf_conntrack: refactor l3proto support for netnsGao feng1-7/+15
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-6/+0
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy1-2/+4
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso1-10/+38
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso1-1/+0
2012-06-07netfilter: nf_ct_ipv4: add namespace supportGao feng1-38/+85
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-04-20net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman1-1/+1
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2012-04-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2012-04-10netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyJozsef Kadlecsik1-2/+2
2012-04-02netfilter: ipv4: Stop using NLA_PUT*().David S. Miller1-2/+3
2011-06-16netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov1-1/+3
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-1/+1
2010-05-13netfilter: cleanup printk messagesStephen Hemminger1-5/+5
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy1-1/+2
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+4