aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/arp_tables.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-13netfilter: cleanup printk messagesStephen Hemminger1-2/+2
2010-05-13netfilter: change NF_ASSERT to WARN_ONStephen Hemminger1-6/+1
2010-05-11netfilter: xtables: combine built-in extension structsJan Engelhardt1-23/+18
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt1-3/+3
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt1-8/+8
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt1-2/+4
2010-03-25netfilter: xtables: make use of xt_request_find_targetJan Engelhardt1-12/+8
2010-02-26netfilter: xtables: restore indentationJan Engelhardt1-9/+14
2010-02-24netfilter: xtables: reduce arguments to translate_tableJan Engelhardt1-27/+15
2010-02-24netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt1-122/+58
2010-02-24netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt1-53/+98
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt1-30/+39
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt1-2/+2
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt1-0/+7
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan1-2/+2
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches1-11/+11
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt1-1/+2
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt1-2/+19
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt1-5/+7
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt1-1/+4
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt1-7/+3
2009-05-08netfilter: xtables: remove another level of indentJan Engelhardt1-16/+17
2009-05-08netfilter: xtables: reduce indent level by oneJan Engelhardt1-52/+48
2009-05-08netfilter: xtables: consolidate open-coded logicJan Engelhardt1-4/+10
2009-04-28netfilter: revised locking for x_tablesStephen Hemminger1-89/+36
2009-04-02netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet1-2/+2
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-14/+4
2009-03-25netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy1-1/+3
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet1-13/+1
2009-03-24arp_tables: ifname_compare() can assume 16bit alignmentEric Dumazet1-2/+6
2009-02-20netfilter: iptables: lock free countersStephen Hemminger1-27/+88
2009-02-18netfilter: arp_tables: unfold two critical loops in arp_packet_match()Eric Dumazet1-10/+34
2008-10-31net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison1-8/+8
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt1-2/+4
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt1-3/+6
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-9/+11
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-11/+12
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt1-6/+4
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-28/+30
2008-04-14[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES sizePatrick McHardy1-2/+2
2008-04-14[NETFILTER]: remove arpt_target indirection macroJan Engelhardt1-4/+4
2008-04-14[NETFILTER]: remove arpt_table indirection macroJan Engelhardt1-14/+13
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt1-15/+16
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-8/+8
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov1-4/+1
2008-01-31[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan1-3/+18
2008-01-31[NETFILTER]: netns: put table module on netns stopAlexey Dobriyan1-0/+3
2008-01-31[NETFILTER]: arp_tables: netns preparationAlexey Dobriyan1-24/+31