aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar5-45/+86
2012-02-24netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2-34/+50
2012-02-24Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries"Pablo Neira Ayuso1-16/+27
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-3/+3
2012-02-23Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller3-36/+49
2012-02-22netfilter: ip6_route_output() never returns NULL.RongQing.Li1-2/+3
2012-02-21netfilter: ctnetlink: fix soft lockup when netlink adds new entriesJozsef Kadlecsik1-27/+16
2012-02-09netfilter: nf_queue: fix queueing of bridged gro skbsFlorian Westphal1-8/+32
2012-02-04ipvs: fix matching of fwmark templates during schedulingSimon Horman1-1/+1
2012-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-32/+34
2012-01-17netfilter: ipset: dumping error triggered removing references twiceJozsef Kadlecsik1-0/+1
2012-01-17netfilter: ipset: autoload set type modules safelyJozsef Kadlecsik1-10/+26
2012-01-16netfilter: revert user-space expectation helper supportPablo Neira Ayuso3-21/+3
2012-01-16netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabledStephen Rothwell1-1/+4
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet8-12/+12
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+1
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+12
2012-01-01netfilter: nfnetlink_acct: fix nfnl_acct_get operationPablo Neira Ayuso1-4/+13
2011-12-31netfilter: ctnetlink: fix timeout calculationXi Wang1-2/+2
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov3-4/+10
2011-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+13
2011-12-29netfilter: Kconfig: fix unmet xt_nfacct dependenciesPablo Neira Ayuso1-1/+1
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller2-2/+2
2011-12-27netfilter: provide config option to disable ancient procfs partsJan Engelhardt3-8/+18
2011-12-27netfilter: xtables: collapse conditions in xt_ecnJan Engelhardt1-9/+6
2011-12-27netfilter: xtables: add an IPv6 capable version of the ECN matchPatrick McHardy1-26/+80
2011-12-27netfilter: xtables: give xt_ecn its own nameJan Engelhardt1-17/+17
2011-12-27netfilter: xtables: move ipt_ecn to xt_ecnJan Engelhardt3-0/+138
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller13-107/+590
2011-12-25netfilter: xtables: add nfacct match to support extended accountingPablo Neira Ayuso3-0/+87
2011-12-25netfilter: add extended accounting infrastructure over nfnetlinkPablo Neira Ayuso3-0/+361
2011-12-24Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-5/+13
2011-12-24netfilter: ctnetlink: fix scheduling while atomic if helper is autoloadedPablo Neira Ayuso1-0/+3
2011-12-24netfilter: ctnetlink: fix return value of ctnetlink_get_expect()Pablo Neira Ayuso1-5/+10
2011-12-24netfilter: ctnetlink: get and zero operations must be atomicPablo Neira Ayuso1-45/+39
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2011-12-23netfilter: xt_connbytes: handle negation correctlyFlorian Westphal1-3/+3
2011-12-23netfilter: nf_nat: use hash random for bysource hashPatrick McHardy1-0/+1
2011-12-23netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy1-2/+2
2011-12-23netfilter: rework user-space expectation helper supportPablo Neira Ayuso4-46/+42
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell4-4/+4
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-12-19net: two vzalloc() cleanupsEric Dumazet1-2/+1
2011-12-18netfilter: ctnetlink: support individual atomic-get-and-reset of countersPablo Neira Ayuso1-0/+11
2011-12-18netfilter: ctnetlink: use expect instead of master tuple in get operationPablo Neira Ayuso1-1/+3
2011-12-18netfilter: nf_conntrack: use atomic64 for accounting countersEric Dumazet4-31/+31
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić19-46/+45
2011-12-13IPVS: Modify the SH scheduler to use weightsMichael Maxim2-1/+32