aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+14
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long4-23/+20
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long6-23/+22
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller23-430/+797
2017-06-29netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanupLiping Zhang2-0/+14
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso11-72/+146
2017-06-19netfilter: nf_tables: reduce chain type table sizeFlorian Westphal1-1/+4
2017-06-19netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal1-9/+9
2017-06-19netfilter: use nf_conntrack_helpers_register when possibleLiping Zhang2-35/+40
2017-06-19netfilter, kbuild: use canonical method to specify objs.Jike Song1-4/+3
2017-06-19netns: add and use net_ns_barrierFlorian Westphal1-0/+9
2017-06-19netfilter: move table iteration out of netns exit pathsFlorian Westphal1-9/+17
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-2/+2
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-16/+24
2017-05-29netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objsLiping Zhang1-34/+5
2017-05-29netfilter: nf_ct_helper: use nf_ct_iterate_destroy to unlink helper objsLiping Zhang1-46/+4
2017-05-29netfilter: nft_set_hash: add lookup variant for fixed size hashtablePablo Neira Ayuso1-2/+58
2017-05-29netfilter: nft_set_hash: add non-resizable hashtable implementationPablo Neira Ayuso1-8/+202
2017-05-29netfilter: nf_tables: allow large allocations for new setsPablo Neira Ayuso1-5/+7
2017-05-29netfilter: nft_set_hash: add nft_hash_buckets()Pablo Neira Ayuso1-1/+6
2017-05-29netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso4-4/+7
2017-05-29netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso4-29/+60
2017-05-29netfilter: nft_set_hash: use nft_rhash prefix for resizable set backendPablo Neira Ayuso1-106/+106
2017-05-29netfilter: nf_tables: no size estimation if number of set elements is unknownPablo Neira Ayuso2-18/+7
2017-05-29netfilter: nft_set_hash: unnecessary forward declarationPablo Neira Ayuso1-10/+8
2017-05-29netfilter: nat: destroy nat mappings on module exit path onlyFlorian Westphal1-32/+5
2017-05-29netfilter: conntrack: restart iteration on resizeFlorian Westphal1-6/+14
2017-05-29netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal1-13/+74
2017-05-29netfilter: conntrack: don't call iter for non-confirmed conntracksFlorian Westphal1-10/+29
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal4-12/+12
2017-05-29netfilter: nft_rt: make local functions staticstephen hemminger1-8/+8
2017-05-29netfilter: dup: resolve warnings about missing prototypesstephen hemminger1-0/+1
2017-05-29netfilter: ctnetlink: delete extra spaceslinzhang1-2/+2
2017-05-24netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang1-1/+6
2017-05-23netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BITLiping Zhang1-1/+1
2017-05-23netfilter: nft_set_rbtree: handle element re-addition after deletionPablo Neira Ayuso1-11/+11
2017-05-23netfilter: conntrack: fix false CRC32c mismatch using paged skbDavide Caratti1-3/+6
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-72/+227
2017-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller14-72/+227
2017-05-18netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn1-8/+13
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-1/+1
2017-05-15netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso5-17/+80
2017-05-15netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso2-7/+24
2017-05-15netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang2-23/+57
2017-05-15netfilter: synproxy: fix conntrackd interactionEric Leblond1-0/+4
2017-05-15netfilter: xtables: zero padding in data_to_userWillem de Bruijn1-3/+6
2017-05-15Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso1-5/+14
2017-05-15netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang2-6/+17