summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter
AgeCommit message (Expand)Author
2010-08-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-08-02netfilter: nf_nat: don't check if the tuple is unique when there isn't any ot...Changli Gao
2010-08-02netfilter: nf_nat: make unique_tuple return voidChangli Gao
2010-08-02netfilter: nf_nat: use local variable hdrlenChangli Gao
2010-08-02netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet
2010-07-23netfilter: iptables: use skb->len for accountingChangli Gao
2010-07-23netfilter: arptables: use arp_hdr_len()Changli Gao
2010-07-23netfilter: nf_nat_core: merge the same linesChangli Gao
2010-07-21net: remove last uses of __attribute__((packed))Gustavo F. Padovan
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet
2010-07-05netfilter: ipt_REJECT: avoid touching dst refEric Dumazet
2010-07-05netfilter: ipt_REJECT: postpone the checksum calculation.Changli Gao
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-06-28netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy
2010-06-28netfilter: ipt_LOG/ip6t_LOG: remove comparison within loopPatrick McHardy
2010-06-23net - IP_NODEFRAG option for IPv4 socketJiri Olsa
2010-06-17netfilter: nf_nat: support user-specified SNAT rules in LOCAL_INPatrick McHardy
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-06-15netfilter: CLUSTERIP: RCU conversionEric Dumazet
2010-06-09netfilter: ip_queue: rwlock to spinlock conversionEric Dumazet
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet
2010-06-04netfilter: vmalloc_node cleanupEric Dumazet
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches
2010-05-13netfilter: cleanup printk messagesStephen Hemminger
2010-05-13netfilter: change NF_ASSERT to WARN_ONStephen Hemminger
2010-05-11netfilter: xtables: combine built-in extension structsJan Engelhardt
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt
2010-05-02netfilter: xtables: dissolve do_match functionJan Engelhardt
2010-05-02netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt
2010-04-23netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer
2010-04-22netfilter: ip_tables: convert pr_devel() to pr_debug()Patrick McHardy
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-19netfilter: xtables: remove old comments about reentrancyJan Engelhardt
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt
2010-04-15netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as defaultPatrick McHardy
2010-04-13netfilter: fix some coding styles and remove moduleparam.hZhitong Wang
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-08netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queueHerbert Xu
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-04-01netfilter: CLUSTERIP: clusterip_seq_stop() fixEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: xtables: shorten up return clauseJan Engelhardt
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt