aboutsummaryrefslogtreecommitdiff
path: root/include/net/netfilter
AgeCommit message (Expand)Author
2014-05-31netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin
2014-05-31netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy
2014-02-06netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy
2014-02-06netfilter: nf_tables: add AF specific expression supportPatrick McHardy
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy
2014-01-09netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy
2014-01-07netfilter: nft_meta: add l4proto supportPatrick McHardy
2014-01-07netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy
2014-01-07netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-01-03netfilter: nf_conntrack: remove dead codestephen hemminger
2013-12-30netfilter: REJECT: separate reusable codeEric Leblond
2013-12-07netfilter: xt_NFQUEUE: separate reusable codeEric Leblond
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-11-03netfilter: introduce nf_conn_acct structureHolger Eitzenberger
2013-10-21nf_tables*.h: Remove extern from function prototypesJoe Perches
2013-10-14netfilter: nf_tables: add trace supportPablo Neira Ayuso
2013-10-14netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso
2013-10-14netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso
2013-10-14netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy
2013-10-14netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy
2013-10-14netfilter: add nftablesPatrick McHardy
2013-10-14netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy
2013-09-23netfilter: Remove extern from function prototypesJoe Perches
2013-09-13netfilter: nf_conntrack: use RCU safe kfree for conntrack extensionsMichal Kubeček
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy
2013-08-13netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal
2013-07-31netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy
2013-07-31netfilter: nf_conntrack: remove duplicate code in ctnetlinkFlorian Westphal
2013-07-31netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal
2013-07-31netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal
2013-07-31netfilter: nf_conntrack: remove net_ratelimit() for LOG_INVALID()Patrick McHardy
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal