summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds2016-05-141-1/+3
* netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameterPhil Turnbull2016-05-051-0/+2
* netfilter: IDLETIMER: fix race condition when destroy the targetLiping Zhang2016-04-291-0/+1
* netfilter: conntrack: init all_locks to avoid debug warningFlorian Westphal2016-04-291-1/+1
* netfilter: nf_conntrack_tcp: Fix stack out of bounds when parsing TCP optionsJozsef Kadlecsik2016-04-071-0/+4
* netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast f...Pablo Neira Ayuso2016-03-281-1/+6
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-284-8/+31
* netfilter: nf_conntrack: consolidate lock/unlock into unlock_waitNicholas Mc Guire2016-03-151-4/+2
* netfilter: x_tables: check for size overflowFlorian Westphal2016-03-121-0/+3
* netfilter: nft_compat: check match/targetinfo attr sizeFlorian Westphal2016-03-111-0/+6
* Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2016-03-113-12/+35
|\
| * ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni2016-03-071-1/+1
| * ipvs: allow rescheduling after RSTJulian Anastasov2016-03-071-0/+1
| * ipvs: drop first packet to redirect conntrackJulian Anastasov2016-03-071-9/+28
| * ipvs: handle ip_vs_fill_iph_skb_off failureArnd Bergmann2016-03-071-2/+2
| * netfilter: nfnetlink_acct: validate NFACCT_FILTER parametersPhil Turnbull2016-02-291-0/+3
* | Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2016-03-104-31/+32
|\ \
| * | netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-082-1/+4
| * | netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik2016-02-242-30/+28
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-086-55/+99
|\ \
| * | netfilter: nft_masq: support port rangePablo Neira Ayuso2016-03-021-11/+40
| * | netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-021-25/+40
| * | Merge tag 'ipvs-for-v4.6' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2016-03-022-17/+8
| |\ \
| | * | netfilter: ipvs: avoid unused variable warningsArnd Bergmann2016-02-182-15/+8
| | * | netfilter: ipvs: Remove noisy debug print from ip_vs_del_serviceYannick Brosseau2016-02-181-2/+0
| * | | netfilter: xt_osf: remove unused variableSudip Mukherjee2016-02-291-2/+0
| * | | netfilter: meta: add PRANDOM supportFlorian Westphal2016-02-291-0/+11
* | | | net: remove skb_sender_cpu_clear()WANG Cong2016-03-012-7/+0
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-236-13/+20
|\ \ \ | | |/ | |/|
| * | netfilter: nft_counter: fix erroneous return valuesAnton Protopopov2016-02-081-2/+2
| * | netfilter: tee: select NF_DUP_IPV6 unconditionallyArnd Bergmann2016-02-082-3/+3
| * | netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull2016-02-081-4/+6
| * | netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversionFlorian Westphal2016-02-011-1/+1
| * | netfilter: nfnetlink: use original skbuff when acking batchesPablo Neira Ayuso2016-02-011-3/+3
| * | netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal2016-02-011-0/+5
* | | nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal2016-02-181-4/+2
* | | nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal2016-02-182-10/+2
| |/ |/|
* | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-4/+2
* | inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-112-18/+41
|/
* netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin2016-01-204-14/+32
* netfilter: nf_tables_netdev: fix error path in module initializationPablo Neira Ayuso2016-01-181-4/+4
* netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()Eric Dumazet2016-01-181-2/+7
* netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELSPablo Neira Ayuso2016-01-141-1/+1
* netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal2016-01-131-4/+0
* netfilter: nft_byteorder: avoid unneeded le/be conversion stepsFlorian Westphal2016-01-131-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-01-0826-354/+705
|\
| * netfilter: nft_ct: add byte/packet counter supportFlorian Westphal2016-01-081-0/+38
| * netfilter: nft_byteorder: provide 64bit le/be conversionFlorian Westphal2016-01-081-0/+23
| * netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a2016-01-081-1/+20
| * netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA2016-01-081-1/+1
OpenPOWER on IntegriCloud