summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)Author
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
2013-04-19netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng
2013-03-19netfilter: nf_conntrack: speed up module removal path if netns in useVladimir Davydov
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso
2013-01-27Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2013-01-23soreuseport: TCP/IPv6 implementationTom Herbert
2013-01-23soreuseport: TCP/IPv4 implementationTom Herbert
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng
2013-01-23netfilter: nf_conntrack: refactor l3proto support for netnsGao feng
2013-01-23netfilter: nf_ct_proto: move initialization out of pernet_operationsGao feng
2013-01-23netfilter: nf_ct_labels: move initialization out of pernet_operationsGao feng
2013-01-23netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng
2013-01-23netfilter: nf_ct_timeout: move initialization out of pernet_operationsGao feng
2013-01-23netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng
2013-01-23netfilter: nf_ct_tstamp: move initialization out of pernet_operationsGao feng
2013-01-23netfilter: nf_ct_acct: move initialization out of pernet_operationsGao feng
2013-01-23netfilter: nf_ct_expect: move initialization out of pernet_operationsGao feng
2013-01-23netfilter: nf_conntrack: move initialization out of pernet operationsGao feng
2013-01-18netfilter: ctnetlink: allow userspace to modify labelsFlorian Westphal