aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_tables.c
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: xtables: reduce indent level by oneJan Engelhardt2009-05-081-69/+65
* netfilter: xtables: consolidate open-coded logicJan Engelhardt2009-05-081-4/+10
* netfilter: xtables: fix const inconsistencyJan Engelhardt2009-05-081-7/+7
* netfilter: xtables: remove redundant castsJan Engelhardt2009-05-081-1/+1
* netfilter: xtables: use NFPROTO_ in standard targetsJan Engelhardt2009-05-081-3/+3
* netfilter: xtables: use NFPROTO_ for xt_proto_init callsitesJan Engelhardt2009-05-081-2/+2
* netfilter: revised locking for x_tablesStephen Hemminger2009-04-281-91/+35
* netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet2009-04-021-2/+2
* netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy2009-03-251-1/+3
* netfilter: factorize ifname_compare()Eric Dumazet2009-03-251-21/+2
* netfilter: ip_tables: unfold two critical loops in ip_packet_match()Eric Dumazet2009-02-201-12/+21
* netfilter: iptables: lock free countersStephen Hemminger2009-02-201-33/+87
* net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-311-8/+4
* netfilter: xtables: provide invoked family value to extensionsJan Engelhardt2008-10-081-2/+8
* netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt2008-10-081-3/+7
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-7/+10
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-14/+10
* netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt2008-10-081-3/+7
* netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt2008-10-081-26/+23
* netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt2008-10-081-26/+20
* netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt2008-10-081-14/+9
* [NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES sizePatrick McHardy2008-04-141-2/+2
* [NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt2008-04-141-15/+16
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-8/+8
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-1/+1
* [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan2008-01-311-3/+18
* [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy2008-01-311-4/+6
* [NETFILTER]: netns: put table module on netns stopAlexey Dobriyan2008-01-311-0/+3
* [NETFILTER]: ip_tables: propagate netns from userspaceAlexey Dobriyan2008-01-311-22/+23
* [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-01-311-11/+17
* [NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan2008-01-311-6/+6
* [NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan2008-01-311-3/+4
* [NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt2008-01-311-1/+1
* [NETFILTER]: {ip,ip6}_tables: remove some inlinesDenys Vlasenko2008-01-281-20/+27
* [NETFILTER]: Parenthesize macro parametersJan Engelhardt2008-01-281-1/+2
* [NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy2008-01-281-0/+1
* [NETFILTER]: ip_tables: remove ipchains compatibility hackPatrick McHardy2008-01-281-8/+0
* [NETFILTER]: {ip,ip6}_tables: fix format stringsPatrick McHardy2008-01-281-12/+8
* [NETFILTER]: {ip,ip6}_tables: reformat to eliminate differencesPatrick McHardy2008-01-281-36/+30
* [NETFILTER]: ip_tables: move compat offset calculation to x_tablesPatrick McHardy2008-01-281-59/+8
* [NETFILTER]: ip_tables: fix compat typesPatrick McHardy2008-01-281-24/+27
* [NETFILTER]: ip_tables: account for struct ipt_entry/struct compat_ipt_entry ...Patrick McHardy2008-01-281-2/+6
* [NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macrosPatrick McHardy2008-01-281-12/+1
* [NETFILTER]: ip_tables: reformat compat codePatrick McHardy2008-01-281-89/+92
* [NETFILTER]: ip_tables: kill useless wrapperPatrick McHardy2008-01-281-7/+1
* [NETFILTER]: x_tables: remove obsolete overflow checkPatrick McHardy2008-01-281-2/+0
* [NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet2008-01-281-15/+9
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-22/+22
* [NETFILTER]: ip_tables: fix compat copy racePatrick McHardy2007-12-141-45/+12
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-10/+10