summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2016-03-15netfilter: nf_conntrack: consolidate lock/unlock into unlock_waitNicholas Mc Guire-4/+2
2016-03-12netfilter: x_tables: check for size overflowFlorian Westphal-0/+3
2016-03-11netfilter: nft_compat: check match/targetinfo attr sizeFlorian Westphal-0/+6
2016-03-11Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso-12/+35
2016-03-10Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso-31/+32
2016-03-08netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik-1/+4
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-55/+99
2016-03-07ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni-1/+1
2016-03-07ipvs: allow rescheduling after RSTJulian Anastasov-0/+1
2016-03-07ipvs: drop first packet to redirect conntrackJulian Anastasov-9/+28
2016-03-07ipvs: handle ip_vs_fill_iph_skb_off failureArnd Bergmann-2/+2
2016-03-02netfilter: nft_masq: support port rangePablo Neira Ayuso-11/+40
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal-25/+40
2016-03-02Merge tag 'ipvs-for-v4.6' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso-17/+8
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong-7/+0
2016-02-29netfilter: xt_osf: remove unused variableSudip Mukherjee-2/+0
2016-02-29netfilter: meta: add PRANDOM supportFlorian Westphal-0/+11
2016-02-29netfilter: nfnetlink_acct: validate NFACCT_FILTER parametersPhil Turnbull-0/+3
2016-02-24netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik-30/+28
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+20
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal-4/+2
2016-02-18nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal-10/+2
2016-02-18netfilter: ipvs: avoid unused variable warningsArnd Bergmann-15/+8
2016-02-18netfilter: ipvs: Remove noisy debug print from ip_vs_del_serviceYannick Brosseau-2/+0
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree-4/+2
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek-18/+41
2016-02-08netfilter: nft_counter: fix erroneous return valuesAnton Protopopov-2/+2
2016-02-08netfilter: tee: select NF_DUP_IPV6 unconditionallyArnd Bergmann-3/+3
2016-02-08netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull-4/+6
2016-02-01netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversionFlorian Westphal-1/+1
2016-02-01netfilter: nfnetlink: use original skbuff when acking batchesPablo Neira Ayuso-3/+3
2016-02-01netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal-0/+5
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin-14/+32
2016-01-18netfilter: nf_tables_netdev: fix error path in module initializationPablo Neira Ayuso-4/+4
2016-01-18netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()Eric Dumazet-2/+7
2016-01-14netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELSPablo Neira Ayuso-1/+1
2016-01-13netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal-4/+0
2016-01-13netfilter: nft_byteorder: avoid unneeded le/be conversion stepsFlorian Westphal-4/+2
2016-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-354/+705
2016-01-08netfilter: nft_ct: add byte/packet counter supportFlorian Westphal-0/+38
2016-01-08netfilter: nft_byteorder: provide 64bit le/be conversionFlorian Westphal-0/+23
2016-01-08netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a-1/+20
2016-01-08netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA-1/+1
2016-01-08netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_C...Ken-ichirou MATSUZAWA-0/+11
2016-01-08netfilter: nfnetlink_queue: just returns error for unknown commandKen-ichirou MATSUZAWA-1/+1
2016-01-08netfilter: nfnetlink_queue: don't handle options after unbindKen-ichirou MATSUZAWA-1/+1
2016-01-08netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicityKen-ichirou MATSUZAWA-40/+32
2016-01-04netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso-27/+28
2016-01-04netfilter: nf_tables: add forward expression to the netdev familyPablo Neira Ayuso-0/+105
2016-01-03netfilter: nf_tables: add packet duplication to the netdev familyPablo Neira Ayuso-0/+159