aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-14netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy1-0/+10
2014-04-03netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin1-2/+2
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy1-9/+4
2014-03-07netfilter: conntrack: remove central spinlock nf_conntrack_lockJesper Dangaard Brouer1-1/+6
2014-03-07netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer1-0/+2
2014-03-07netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer1-1/+2
2014-03-07netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer1-1/+7
2014-02-27netfilter: nf_tables: add optional user data area to rulesPablo Neira Ayuso1-2/+9
2014-02-25netfilter: nf_tables: add nft_dereference() macroPatrick McHardy1-0/+4
2014-02-19netfilter: nft_ct: labels get supportFlorian Westphal1-1/+3
2014-02-06netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso1-4/+0
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy1-0/+8
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy1-0/+17
2014-02-06netfilter: nf_tables: add AF specific expression supportPatrick McHardy1-0/+5
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso1-0/+2
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy1-2/+2
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy1-6/+16
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy1-3/+3
2014-01-09netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy1-1/+1
2014-01-07netfilter: nft_meta: add l4proto supportPatrick McHardy3-1/+4
2014-01-07netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy2-0/+4
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy1-1/+8
2014-01-07netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy1-2/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller3-0/+361
2014-01-03netfilter: nf_conntrack: remove dead codestephen hemminger2-3/+0
2013-12-30netfilter: REJECT: separate reusable codeEric Leblond2-0/+299
2013-12-07netfilter: xt_NFQUEUE: separate reusable codeEric Leblond1-0/+62
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-3/+1
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-4/+8
2013-11-03netfilter: introduce nf_conn_acct structureHolger Eitzenberger2-4/+8
2013-10-21nf_tables*.h: Remove extern from function prototypesJoe Perches2-43/+40
2013-10-14netfilter: nf_tables: add trace supportPablo Neira Ayuso1-0/+2
2013-10-14netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso1-1/+24
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso1-1/+3
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso3-7/+90
2013-10-14netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso1-9/+22
2013-10-14netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy1-0/+9
2013-10-14netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy1-0/+8
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy1-13/+29
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy1-7/+142
2013-10-14netfilter: add nftablesPatrick McHardy2-0/+326
2013-10-14netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso1-0/+3
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy1-1/+1
2013-09-23netfilter: Remove extern from function prototypesJoe Perches22-246/+217
2013-09-13netfilter: nf_conntrack: use RCU safe kfree for conntrack extensionsMichal Kubeček1-1/+1
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy3-1/+84
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy4-29/+51
2013-08-13netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso1-0/+8
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal1-1/+3