aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-31netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy3-5/+5
2013-07-31netfilter: nf_conntrack: remove duplicate code in ctnetlinkFlorian Westphal1-2/+1
2013-07-31netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal1-206/+0
2013-07-31netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal1-4/+0
2013-07-31netfilter: nf_conntrack: remove net_ratelimit() for LOG_INVALID()Patrick McHardy1-7/+0
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet1-1/+1
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2-2/+4
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal1-0/+6
2013-04-19netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2-3/+3
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng1-4/+10
2013-03-19netfilter: nf_conntrack: speed up module removal path if netns in useVladimir Davydov1-0/+1
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-0/+4
2013-01-27Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller11-28/+138
2013-01-23soreuseport: TCP/IPv6 implementationTom Herbert1-0/+1
2013-01-23soreuseport: TCP/IPv4 implementationTom Herbert1-0/+1
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng1-3/+7
2013-01-23netfilter: nf_conntrack: refactor l3proto support for netnsGao feng1-3/+8
2013-01-23netfilter: nf_ct_proto: move initialization out of pernet_operationsGao feng1-2/+5
2013-01-23netfilter: nf_ct_labels: move initialization out of pernet_operationsGao feng1-4/+4
2013-01-23netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng1-2/+5
2013-01-23netfilter: nf_ct_timeout: move initialization out of pernet_operationsGao feng1-4/+4
2013-01-23netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng1-4/+15
2013-01-23netfilter: nf_ct_tstamp: move initialization out of pernet_operationsGao feng1-4/+17
2013-01-23netfilter: nf_ct_acct: move initialization out of pernet_operationsGao feng1-2/+4
2013-01-23netfilter: nf_ct_expect: move initialization out of pernet_operationsGao feng1-2/+5
2013-01-23netfilter: nf_conntrack: move initialization out of pernet operationsGao feng1-2/+6
2013-01-18netfilter: ctnetlink: allow userspace to modify labelsFlorian Westphal1-0/+3
2013-01-18netfilter: add connlabel conntrack extensionFlorian Westphal2-0/+59
2013-01-12netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netnsPablo Neira Ayuso1-0/+2
2012-12-03netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik1-0/+15