Age | Commit message (Expand) | Author |
2022-01-09 | netfilter: conntrack: convert to refcount_t api | Florian Westphal |
2021-08-01 | netfilter: remove xt pernet data | Florian Westphal |
2021-05-29 | netfilter: xt_CT: Remove redundant assignment to ret | Yang Li |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-03-28 | netfilter: Export nf_ct_{set,destroy}_timeout() | Yi-Hung Wei |
2019-01-18 | netfilter: conntrack: remove nf_ct_l4proto_find_get | Florian Westphal |
2018-09-20 | netfilter: conntrack: remove l3->l4 mapping information | Florian Westphal |
2018-08-07 | netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout object | Pablo Neira Ayuso |
2018-07-18 | netfilter: Remove useless param helper of nf_ct_helper_ext_add | Gao Feng |
2018-06-01 | netfilter: xt_CT: Reject the non-null terminated string from user space | Gao Feng |
2018-02-14 | netfilter: xt_CT: use pr ratelimiting | Florian Westphal |
2017-08-24 | netfilter: conntrack: make protocol tracker pointers const | Florian Westphal |
2017-05-15 | netfilter: introduce nf_conntrack_helper_put helper function | Liping Zhang |
2017-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2017-04-24 | netfilter: xt_CT: fix refcnt leak on error path | Gao Feng |
2017-04-15 | netfilter: kill the fake untracked conntrack objects | Florian Westphal |
2017-02-02 | netfilter: merge ctinfo into nfct pointer storage area | Florian Westphal |
2017-02-02 | netfilter: add and use nf_ct_set helper | Florian Westphal |
2017-02-02 | skbuff: add and use skb_nfct helper | Florian Westphal |
2017-01-09 | xtables: extend matches and targets with .usersize | Willem de Bruijn |
2016-12-04 | netfilter: add and use nf_ct_netns_get/put | Florian Westphal |
2015-12-14 | netfilter: cttimeout: add netns support | Pablo Neira |
2015-10-12 | netfilter: conntrack: fix crash on timeout object removal | Pablo Neira Ayuso |
2015-10-12 | netfilter: xt_CT: don't put back reference to timeout policy object | Pablo Neira Ayuso |
2015-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2015-09-01 | netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error paths | Daniel Borkmann |
2015-08-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Pablo Neira Ayuso |
2015-08-18 | netfilter: nf_conntrack: add efficient mark to zone mapping | Daniel Borkmann |
2015-08-18 | netfilter: nf_conntrack: add direction support for zones | Daniel Borkmann |
2015-08-11 | netfilter: nf_conntrack: push zone object into functions | Daniel Borkmann |
2015-07-30 | netfilter: nf_conntrack: checking for IS_ERR() instead of NULL | Dan Carpenter |
2015-07-20 | netfilter: fix netns dependencies with conntrack templates | Pablo Neira Ayuso |
2014-02-05 | netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt | Pablo Neira Ayuso |
2014-01-03 | netfilter: xt_CT: fix error value in xt_ct_tg_check() | Eric Leblond |
2013-05-23 | netfilter: xt_CT: optimize XT_CT_NOTRACK | Eric Dumazet |
2013-02-05 | netfilter: xt_CT: add alias flag | Pablo Neira Ayuso |
2013-02-05 | netfilter: xt_CT: merge common code of revision 0 and 1 | Pablo Neira Ayuso |
2013-01-10 | netfilter: xt_CT: fix unset return value if conntrack zone are disabled | Pablo Neira Ayuso |
2012-12-24 | netfilter: xt_CT: recover NOTRACK target support | Pablo Neira Ayuso |
2012-12-16 | netfilter: xt_CT: fix crash while destroy ct templates | Pablo Neira Ayuso |
2012-10-15 | netfilter: xt_CT: fix timeout setting with IPv6 | Pablo Neira Ayuso |
2012-09-03 | netfilter: xt_CT: refactorize xt_ct_tg_check | Pablo Neira Ayuso |
2012-06-16 | netfilter: nf_ct_helper: implement variable length helper private data | Pablo Neira Ayuso |
2012-05-17 | netfilter: xt_CT: remove redundant header include | Eldad Zack |
2012-04-30 | netfilter: xt_CT: fix wrong checking in the timeout assignment path | Pablo Neira Ayuso |
2012-04-03 | netfilter: xt_CT: fix missing put timeout object in error path | Pablo Neira Ayuso |
2012-04-03 | netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock section | Pablo Neira Ayuso |
2012-04-03 | netfilter: xt_CT: remove a compile warning | Pablo Neira Ayuso |
2012-03-23 | netfilter: xt_CT: fix assignation of the generic protocol tracker | Pablo Neira Ayuso |
2012-03-23 | netfilter: xt_CT: missing rcu_read_lock section in timeout assignment | Pablo Neira Ayuso |