summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal
2017-07-31netfilter: nft_set_rbtree: use seqcount to avoid lock in most casesFlorian Westphal
2017-07-31netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter
2017-07-31netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter
2017-07-31netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter
2017-07-31netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter
2017-07-31netfilter: nf_tables: No need to check chain existence when tracingPhil Sutter
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal
2017-07-31netfilter: nfnetlink_queue: don't queue dying conntracks to userspaceFlorian Westphal
2017-07-31netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal
2017-07-31netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal
2017-07-31netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org
2017-07-31netfilter: nf_tables: add fib expression to the netdev familyPablo M. Bermudo Garay
2017-07-25netfilter: remove unused variablestephen hemminger
2017-07-25net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()Manfred Spraul
2017-07-24netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-07-24netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso
2017-07-24netfilter: expect: add to hash table after expect initFlorian Westphal
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-19netfilter: nft_compat: check extension hook mask only if setPablo Neira Ayuso
2017-07-18netfilter: fix netfilter_net_init() returnDan Carpenter
2017-07-17netfilter: expect: fix crash when putting uninited expectationFlorian Westphal
2017-07-17netfilter: nat: fix src map lookupFlorian Westphal
2017-07-17netfilter: remove old pre-netns era hook apiFlorian Westphal
2017-07-17netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcvMateusz Jurczyk
2017-07-12net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()Michal Hocko
2017-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-29netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanupLiping Zhang
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-06-19netfilter: nf_tables: reduce chain type table sizeFlorian Westphal
2017-06-19netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal
2017-06-19netfilter: use nf_conntrack_helpers_register when possibleLiping Zhang
2017-06-19netfilter, kbuild: use canonical method to specify objs.Jike Song
2017-06-19netns: add and use net_ns_barrierFlorian Westphal
2017-06-19netfilter: move table iteration out of netns exit pathsFlorian Westphal
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-29netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objsLiping Zhang
2017-05-29netfilter: nf_ct_helper: use nf_ct_iterate_destroy to unlink helper objsLiping Zhang
2017-05-29netfilter: nft_set_hash: add lookup variant for fixed size hashtablePablo Neira Ayuso
2017-05-29netfilter: nft_set_hash: add non-resizable hashtable implementationPablo Neira Ayuso
2017-05-29netfilter: nf_tables: allow large allocations for new setsPablo Neira Ayuso