aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-19net: misc: Remove extern from function prototypesJoe Perches1-17/+11
2013-10-14netfilter: nf_tables: add trace supportPablo Neira Ayuso2-0/+58
2013-10-14netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso3-22/+365
2013-10-14netfilter: nf_tables: add insert operationEric Leblond1-6/+32
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso1-28/+55
2013-10-14netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka3-0/+227
2013-10-14netfilter: nf_tables: add support for dormant tablesPablo Neira Ayuso1-7/+90
2013-10-14netfilter: nf_tables: nft_payload: fix transport header basePablo Neira Ayuso2-2/+2
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso8-55/+1008
2013-10-14netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso1-111/+86
2013-10-14netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy2-28/+72
2013-10-14netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy2-24/+110
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy14-123/+214
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy9-618/+1573
2013-10-14netfilter: add nftablesPatrick McHardy19-0/+4563
2013-10-14netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso1-0/+20
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy2-22/+22
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet2-2/+2
2013-10-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller26-1650/+2414
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-145/+125
2013-10-01netfilter: cttimeout: allow to set/get default protocol timeoutsPablo Neira Ayuso1-8/+153
2013-10-01netfilter: nf_ct_sip: consolidate NAT hook functionsholger@eitzenberger.org2-113/+49
2013-10-01netfilter: nfnetlink_log: use proper net to allocate skbGao feng1-5/+6
2013-10-01netfilter: nfnetlink_queue: use proper net namespace to allocate skbGao feng1-3/+3
2013-09-30netfilter: ipset: Add hash:net,port,net module to kernel.Oliver Smith3-0/+598
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov7-138/+232
2013-09-30netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik4-50/+12
2013-09-30netfilter: ipset: For set:list types, replaced elements must be zeroed outJozsef Kadlecsik1-1/+3
2013-09-30netfilter: ipset: Fix hash resizing with commentsJozsef Kadlecsik1-5/+5
2013-09-30netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith9-13/+30
2013-09-30netfilter: ipset: Support comments in the list-type ipset.Oliver Smith1-6/+12
2013-09-30netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith4-9/+17
2013-09-30netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith1-0/+14
2013-09-30netfilter: ipset: Add hash:net,net module to kernel.Oliver Smith4-9/+541
2013-09-30netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINKJozsef Kadlecsik1-1/+1
2013-09-30netfilter: ipset: list:set: make sure all elements are checked by the gcJozsef Kadlecsik1-2/+5
2013-09-30netfilter: ipset: Support extensions which need a per data destroy functionJozsef Kadlecsik3-38/+90
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik13-749/+105
2013-09-30netfilter: ipset: Move extension data to set structureJozsef Kadlecsik13-278/+244
2013-09-30netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik6-35/+35
2013-09-30netfilter: ipset: Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik5-46/+48
2013-09-30netfilter: ipset: Introduce new operation to get both setname and familyJozsef Kadlecsik1-0/+17
2013-09-30netfilter: ipset: order matches and targets separatedly in xt_set.cJozsef Kadlecsik1-92/+96
2013-09-30netfilter: ipset: Support package fragments for IPv4 protos without portsAnders K. Pedersen1-1/+17
2013-09-30netfilter: ipset: Fix "may be used uninitialized" warningsJozsef Kadlecsik9-12/+12
2013-09-30netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik13-162/+166
2013-09-30netfilter: ipset: Fix sparse warnings due to missing rcu annotationsJozsef Kadlecsik1-32/+55
2013-09-30netfilter: ipset: Sparse warning about shadowed variable fixedJozsef Kadlecsik1-1/+1
2013-09-30netfilter: ipset: Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik3-3/+3
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy1-5/+7