summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/ip_tables.c
AgeCommit message (Expand)Author
2008-04-14[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES sizePatrick McHardy
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-01-31[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan
2008-01-31[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy
2008-01-31[NETFILTER]: netns: put table module on netns stopAlexey Dobriyan
2008-01-31[NETFILTER]: ip_tables: propagate netns from userspaceAlexey Dobriyan
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan
2008-01-31[NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan
2008-01-31[NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan
2008-01-31[NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt
2008-01-28[NETFILTER]: {ip,ip6}_tables: remove some inlinesDenys Vlasenko
2008-01-28[NETFILTER]: Parenthesize macro parametersJan Engelhardt
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy
2008-01-28[NETFILTER]: ip_tables: remove ipchains compatibility hackPatrick McHardy
2008-01-28[NETFILTER]: {ip,ip6}_tables: fix format stringsPatrick McHardy
2008-01-28[NETFILTER]: {ip,ip6}_tables: reformat to eliminate differencesPatrick McHardy
2008-01-28[NETFILTER]: ip_tables: move compat offset calculation to x_tablesPatrick McHardy
2008-01-28[NETFILTER]: ip_tables: fix compat typesPatrick McHardy
2008-01-28[NETFILTER]: ip_tables: account for struct ipt_entry/struct compat_ipt_entry ...Patrick McHardy
2008-01-28[NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macrosPatrick McHardy
2008-01-28[NETFILTER]: ip_tables: reformat compat codePatrick McHardy
2008-01-28[NETFILTER]: ip_tables: kill useless wrapperPatrick McHardy
2008-01-28[NETFILTER]: x_tables: remove obsolete overflow checkPatrick McHardy
2008-01-28[NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy
2007-12-14[NETFILTER]: ip_tables: fix compat copy racePatrick McHardy
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-09-11[NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman
2007-07-10[NETFILTER] net/ipv4/netfilter/ip_tables.c: lower printk severityDan Aloni
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy
2007-07-10[NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik
2007-07-10[NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt
2007-07-10[NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt
2007-07-10[NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt
2007-06-07[NETFILTER]: ip_tables: fix compat related crashDmitry Mishin
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-08[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...Jan Engelhardt
2007-02-08[NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt
2007-01-04[NETFILTER]: compat offsets size changeDmitry Mishin
2006-12-13[NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loopsAl Viro
2006-12-13[NETFILTER]: ip_tables: ipt and ipt_compat checks unificationDmitry Mishin
2006-12-06[NETFILTER]: Fix iptables compat hook validationDmitry Mishin
2006-12-06[NETFILTER]: Fix {ip,ip6,arp}_tables hook validationDmitry Mishin
2006-10-30[NETFILTER]: ip_tables: compat code module refcounting fixDmitry Mishin
2006-10-30[NETFILTER]: ip_tables: compat error way cleanupVasily Averin