summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * | netfilter: nft_set_hash: add nft_hash_buckets()Pablo Neira Ayuso2017-05-291-1/+6
| * | netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso2017-05-294-4/+7
| * | netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso2017-05-294-29/+60
| * | netfilter: nft_set_hash: use nft_rhash prefix for resizable set backendPablo Neira Ayuso2017-05-291-106/+106
| * | netfilter: nf_tables: no size estimation if number of set elements is unknownPablo Neira Ayuso2017-05-292-18/+7Star
| * | netfilter: nft_set_hash: unnecessary forward declarationPablo Neira Ayuso2017-05-291-10/+8Star
| * | netfilter: nat: destroy nat mappings on module exit path onlyFlorian Westphal2017-05-291-32/+5Star
| * | netfilter: conntrack: restart iteration on resizeFlorian Westphal2017-05-291-6/+14
| * | netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal2017-05-291-13/+74
| * | netfilter: conntrack: don't call iter for non-confirmed conntracksFlorian Westphal2017-05-291-10/+29
| * | netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-294-12/+12
| * | netfilter: nft_rt: make local functions staticstephen hemminger2017-05-291-8/+8
| * | netfilter: dup: resolve warnings about missing prototypesstephen hemminger2017-05-291-0/+1
| * | netfilter: ctnetlink: delete extra spaceslinzhang2017-05-291-2/+2
* | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-074-16/+24
|\ \ \ | |/ / |/| / | |/
| * netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang2017-05-241-1/+6
| * netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BITLiping Zhang2017-05-231-1/+1
| * netfilter: nft_set_rbtree: handle element re-addition after deletionPablo Neira Ayuso2017-05-231-11/+11
| * netfilter: conntrack: fix false CRC32c mismatch using paged skbDavide Caratti2017-05-231-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-2314-72/+227
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-2114-72/+227
| |\
| | * netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn2017-05-181-8/+13
| | * netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-155-17/+80
| | * netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso2017-05-152-7/+24
| | * netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang2017-05-152-23/+57
| | * netfilter: synproxy: fix conntrackd interactionEric Leblond2017-05-151-0/+4
| | * netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-151-3/+6
| | * Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2017-05-151-5/+14
| | |\
| | | * ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-05-081-5/+14
| | * | netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang2017-05-152-6/+17
| | * | netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-153-5/+11
| | * | netfilter: don't setup nat info for confirmed ctLiping Zhang2017-05-151-0/+4
| | * | netfilter: ctnetlink: Make some parameters integer to avoid enum mismatchMatthias Kaehlcke2017-05-151-4/+3Star
* | | | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-1/+1
|/ / /
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-4/+4
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-4/+4
| |\ \
| | * | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-4/+4
* | | | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-091-2/+1Star
* | | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-092-21/+5Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-0410-58/+113
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-039-57/+112
| |\ \ \
| | * | | netfilter: nf_tables: check if same extensions are set when adding elementsPablo Neira Ayuso2017-05-031-0/+5
| | * | | Merge tag 'ipvs-fixes-for-v4.11' of http://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2017-04-281-5/+17
| | |\ \ \
| | | * | | ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni2017-04-281-5/+17
| | * | | | netfilter: x_tables: unlock on error in xt_find_table_lock()Dan Carpenter2017-04-281-1/+3
| | |/ / /
| | * | | netfilter: nft_dynset: continue to next expr if _OP_ADD succeededLiping Zhang2017-04-251-3/+2Star
| | * | | netfilter: xt_socket: Fix broken IPv6 handlingPeter Tirsek2017-04-241-1/+1
| | * | | netfilter: ctnetlink: acquire ct->lock before operating nf_ct_seqadjLiping Zhang2017-04-241-6/+15
| | * | | netfilter: ctnetlink: make it safer when updating ct->statusLiping Zhang2017-04-241-9/+24