aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller7-47/+42
2010-06-25netfilter: complete the deprecation of CONFIG_NF_CT_ACCTTim Gardner2-35/+1
2010-06-25netfilter: xt_connbytes: Force CT accounting to be enabledTim Gardner1-0/+10
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2010-06-22netfilter: fix simple typo in KConfig for netfiltert xt_TEEArnd Hannemann1-1/+1
2010-06-22netfilter: xt_IDLETIMER needs kdev_t.hRandy Dunlap1-0/+1
2010-06-22IPVS: one-packet schedulingNick Chalk3-11/+29
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller16-86/+444
2010-06-15tcp: unify tcp flag macrosChangli Gao2-23/+13
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2-4/+8
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy8-73/+69
2010-06-15netfilter: xtables: idletimer target implementationLuciano Coelho3-0/+327
2010-06-14netfilter: nfnetlink_log: RCU conversion, part 2Eric Dumazet1-6/+12
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet1-1/+11
2010-06-10net-next: remove useless union keywordChangli Gao5-54/+54
2010-06-09netfilter: nfnetlink_log: RCU conversionEric Dumazet1-22/+27
2010-06-09netfilter: nfnetlink_queue: some optimizationsEric Dumazet1-19/+14
2010-06-09ipvs: Add missing locking during connection table hashing and unhashingSven Wegener1-0/+4
2010-06-09netfilter: xt_sctp: use WORD_ROUND macro to calculate length of multiple of 4 bytesShan Wei1-1/+2
2010-06-09netfilter: nf_conntrack: per_cpu untrackingEric Dumazet1-10/+26
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet9-22/+30
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-14/+3
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet1-6/+2
2010-06-01netfilter: xt_statistic: remove nth_lock spinlockEric Dumazet1-10/+9
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet1-10/+3
2010-05-31netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng1-4/+0
2010-05-28xt_tee: use skb_dst_drop()Eric Dumazet1-2/+2
2010-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller2-8/+14
2010-05-20netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_get_next_corpse()Joerg Marx1-0/+10
2010-05-17net: add a noref bit on skb dstEric Dumazet1-0/+2
2010-05-14netfilter: xt_TEE depends on NF_CONNTRACKRandy Dunlap1-0/+1
2010-05-14netfilter: nf_ct_sip: handle non-linear skbsPatrick McHardy1-8/+4
2010-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller66-121/+118
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches3-3/+0
2010-05-13netfilter: cleanup printk messagesStephen Hemminger13-27/+27
2010-05-12netfilter: xtables: add missing depends for xt_TEEJan Engelhardt1-0/+1
2010-05-11Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy52-91/+91
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt9-16/+16
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt36-54/+46
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt52-73/+81
2010-05-10netfilter: use rcu_dereference_protected()Patrick McHardy2-6/+26
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+1
2010-05-10netfilter: nf_conntrack_proto: fix warning with CONFIG_PROVE_RCUPatrick McHardy1-1/+5
2010-05-02netfilter: xtables: fix incorrect return codeJan Engelhardt1-2/+2
2010-05-01netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug()Patrick McHardy1-2/+1
2010-04-23netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer2-4/+7
2010-04-21netfilter: x_tables: move sleeping allocation outside BH-disabled regionJan Engelhardt1-6/+6
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy44-7/+50
2010-04-20netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy1-23/+80