summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
AgeCommit message (Expand)Author
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-01-31netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-01-08netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso
2018-01-08netfilter: conntrack: constify list of builtin trackersFlorian Westphal
2017-10-24netfilter: conntrack: make l3proto trackers constFlorian Westphal
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal
2017-03-08netfilter: don't track fragmented packetsFlorian Westphal
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-08-13netfilter: remove ip_conntrack* sysctl compat codePablo Neira Ayuso
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal
2015-11-18net ipv4: use preferred log methodsBastian Stender
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman
2015-09-18inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches
2014-07-25netfilter: nf_conntrack: remove exceptional & on function nameHimangi Saraogi
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong
2014-01-03netfilter: nf_conntrack: remove dead codestephen hemminger
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng
2013-01-23netfilter: nf_conntrack: refactor l3proto support for netnsGao feng
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso
2012-06-07netfilter: nf_ct_ipv4: add namespace supportGao feng
2012-06-07netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng
2012-04-20net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman