summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2013-04-29netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixupFlorian Westphal1-2/+3
2013-04-29netfilter: nfnetlink_queue: add skb info attributeFlorian Westphal1-0/+16
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2-104/+146
2013-04-29netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal1-21/+28
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik3-3/+77
2013-04-29netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik1-6/+67
2013-04-29netfilter: ipset: The hash types with counter supportJozsef Kadlecsik8-19/+381
2013-04-29netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik4-15/+186
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik1-0/+10
2013-04-29netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik1-246/+301
2013-04-29netfilter: ipset: Hash types using the unified code baseJozsef Kadlecsik7-1865/+610
2013-04-29netfilter: ipset: Unified hash type generationJozsef Kadlecsik1-0/+1039
2013-04-29netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik3-958/+316
2013-04-29netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik1-0/+265
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2-23/+25
2013-04-29netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik5-45/+0
2013-04-29netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik4-24/+32
2013-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller9-49/+58
2013-04-25netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter1-0/+1
2013-04-23ipvs: Use network byte order for sync message sizeSimon Horman1-13/+8
2013-04-23ipvs: off by one in set_sctp_state()Dan Carpenter1-1/+1
2013-04-23ipvs: Use min3() in ip_vs_dbg_callid()Simon Horman1-1/+2
2013-04-23ipvs: Avoid shadowing net variable in ip_vs_leave()Simon Horman1-2/+2
2013-04-23ipvs: fix sparse warnings for some parametersJulian Anastasov2-17/+26
2013-04-23ipvs: fix sparse warnings in lblc and lblcrJulian Anastasov2-2/+2
2013-04-23ipvs: fix the remaining sparse warnings in ip_vs_ctl.cJulian Anastasov1-4/+6
2013-04-23ipvs: fix sparse warnings for ip_vs_conn listingJulian Anastasov1-8/+6
2013-04-23ipvs: properly dereference dest_dst in ip_vs_forget_devJulian Anastasov1-1/+4
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-45/+97
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller27-8/+43
2013-04-19nfnetlink: add support for memory mapped netlinkPatrick McHardy3-5/+15
2013-04-19netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy3-14/+15
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy1-1/+1
2013-04-18netfilter: ipset: bitmap:ip,mac: fix listing with timeoutJozsef Kadlecsik1-1/+5
2013-04-18netfilter: add my copyright statementsPatrick McHardy26-4/+38
2013-04-12netfilter: nf_nat: fix race when unloading protocol modulesFlorian Westphal1-33/+7
2013-04-09netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik4-4/+76
2013-04-09netfilter: ipset: list:set: fix reference counter updateJozsef Kadlecsik1-3/+7
2013-04-08netfilter: nat: propagate errors from xfrm_me_harder()Patrick McHardy1-4/+5
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+3
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller35-1841/+2014
2013-04-06netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy1-4/+2
2013-04-05netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso1-12/+4
2013-04-05netfilter: nfnetlink_queue: add net namespace support for nfnetlink_queueGao feng1-60/+113
2013-04-05netfilter: enable per netns support for nf_loggersGao feng1-21/+0
2013-04-05netfilter: nfnetlink_log: add net namespace support for nfnetlink_logGao feng1-60/+117
2013-04-05netfilter: xt_LOG: add net namespace support for xt_LOGGao feng1-3/+49
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng8-82/+197
2013-04-05netfilter: make /proc/net/netfilter pernetGao feng1-4/+29
2013-04-02netfilter: xt_NFQUEUE: coalesce IPv4 and IPv6 hashingholger@eitzenberger.org1-20/+22