summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy2014-01-091-2/+2
* netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2014-01-091-6/+16
* netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2014-01-091-3/+3
* netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy2014-01-091-1/+1
* netfilter: nft_meta: add l4proto supportPatrick McHardy2014-01-073-1/+4
* netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy2014-01-072-0/+4
* netfilter: nf_tables: add support for multi family tablesPatrick McHardy2014-01-071-1/+8
* netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy2014-01-071-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-063-0/+361
|\
| * netfilter: REJECT: separate reusable codeEric Leblond2013-12-302-0/+299
| * netfilter: xt_NFQUEUE: separate reusable codeEric Leblond2013-12-071-0/+62
* | netfilter: nf_conntrack: remove dead codestephen hemminger2014-01-032-3/+0Star
* | netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-111-3/+1Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-052-4/+8
|\
| * netfilter: introduce nf_conn_acct structureHolger Eitzenberger2013-11-032-4/+8
* | nf_tables*.h: Remove extern from function prototypesJoe Perches2013-10-212-43/+40Star
* | netfilter: nf_tables: add trace supportPablo Neira Ayuso2013-10-141-0/+2
* | netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso2013-10-141-1/+24
* | netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso2013-10-141-1/+3
* | netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-143-7/+90
* | netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso2013-10-141-9/+22
* | netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy2013-10-141-0/+9
* | netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy2013-10-141-0/+8
* | netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-141-13/+29
* | netfilter: nf_tables: add netlink set APIPatrick McHardy2013-10-141-7/+142
* | netfilter: add nftablesPatrick McHardy2013-10-142-0/+326
* | netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso2013-10-141-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-1/+1
|\
| * netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy2013-09-301-1/+1
* | netfilter: Remove extern from function prototypesJoe Perches2013-09-2322-246/+217Star
|/
* netfilter: nf_conntrack: use RCU safe kfree for conntrack extensionsMichal Kubeček2013-09-131-1/+1
* netfilter: add SYNPROXY core/targetPatrick McHardy2013-08-283-1/+84
* netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-284-29/+51
* netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso2013-08-131-0/+8
* netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal2013-08-091-1/+3
* netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy2013-07-313-5/+5
* netfilter: nf_conntrack: remove duplicate code in ctnetlinkFlorian Westphal2013-07-311-2/+1Star
* netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal2013-07-311-206/+0Star
* netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal2013-07-311-4/+0Star
* netfilter: nf_conntrack: remove net_ratelimit() for LOG_INVALID()Patrick McHardy2013-07-311-7/+0Star
* net_sched: add 64bit rate estimatorsEric Dumazet2013-06-111-1/+1
* netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-152-2/+4
* netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2013-04-291-0/+6
* netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2013-04-192-3/+3
* netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-051-4/+10
* netfilter: nf_conntrack: speed up module removal path if netns in useVladimir Davydov2013-03-191-0/+1
* netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-191-0/+4
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-01-2711-28/+138
|\
| * netfilter: nf_conntrack: refactor l4proto support for netnsGao feng2013-01-231-3/+7
| * netfilter: nf_conntrack: refactor l3proto support for netnsGao feng2013-01-231-3/+8