aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_osf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-16netfilter: xt_osf: simplify xt_osf_match_packet()Pablo Neira Ayuso1-7/+1
2018-07-30netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.cFernando Fernandez Mancera1-146/+3
2018-05-07netfilter: extract Passive OS fingerprint infrastructure from xt_osfFernando Fernandez Mancera1-200/+2
2017-12-06netfilter: xt_osf: Add missing permission checksKevin Cernekee1-0/+7
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-2/+0
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso1-2/+4
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-5/+5
2016-02-29netfilter: xt_osf: remove unused variableSudip Mukherjee1-2/+0
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso1-3/+4
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net devicesEric W. Biederman1-1/+1
2014-12-23netfilter: xt_osf: Use continue to reduce indentationJoe Perches1-84/+85
2014-04-03netfilter: Add {ipt,ip6t}_osf aliases for xt_osfKirill Tkhai1-0/+2
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng1-2/+4
2012-08-20netfilter: sparse endian fixesPatrick McHardy1-1/+1
2011-05-07net,rcu: convert call_rcu(xt_osf_finger_free_rcu) to kfree_rcu()Lai Jiangshan1-9/+2
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt1-1/+1
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-2/+2
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt1-4/+4
2010-01-11netfilter: xt_osf: change %pi4 to %pI4Joe Perches1-2/+2
2009-11-19netfilter: xt_osf: fix xt_osf_remove_callback() return valuePatrick McHardy1-1/+1
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy1-2/+4
2009-07-16netfilter: xt_osf: fix nf_log_packet() argumentsPatrick McHardy1-2/+3
2009-06-08netfilter: passive OS fingerprint xtables matchEvgeniy Polyakov1-0/+428