aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2017-04-24netfilter: nft_set_bitmap: free dummy elements when destroy the setLiping Zhang
2017-04-24netfilter: nf_ct_helper: permit cthelpers with different names via nfnetlinkLiping Zhang
2017-04-24netfilter: xt_CT: fix refcnt leak on error pathGao Feng
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-19netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14Gao Feng
2017-04-19netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal
2017-04-19nefilter: eache: reduce struct size from 32 to 24 byteFlorian Westphal
2017-04-19netfilter: allow early drop of assured conntracksFlorian Westphal
2017-04-19netfilter: conntrack: use u8 for extension sizes againFlorian Westphal
2017-04-19netfilter: remove last traces of variable-sized extensionsFlorian Westphal
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal
2017-04-19netfilter: nfnetlink_cthelper: reject too large userspace allocation requestsFlorian Westphal
2017-04-19netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal
2017-04-19netfilter: nft_ct: allow to set ctnetlink event types of a connectionFlorian Westphal
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal
2017-04-15netfilter: ecache: Refine the nf_ct_deliver_cached_eventsGao Feng
2017-04-15netfilter: nf_nat: Fix return NF_DROP in nfnetlink_parse_nat_setupGao Feng
2017-04-15Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso
2017-04-15ipset: remove unused function __ip_set_get_netlinkAaron Conole
2017-04-14netfilter: nf_conntrack: remove double assignmentAaron Conole
2017-04-14netfilter: nf_tables: remove double return statementAaron Conole
2017-04-13netfilter: nft_hash: do not dump the auto generated seedLiping Zhang
2017-04-13netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session.Taehee Yoo
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-04-08netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang
2017-04-08netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang
2017-04-08netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang
2017-04-08netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang
2017-04-08netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng
2017-04-08netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang
2017-04-08netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal
2017-04-07net: netfilter: Use list_{next/prev}_entry instead of list_entrysimran singhal
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso
2017-04-06netfilter: ctnetlink: Expectations must have a conntrack helper areaGao Feng
2017-04-06netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng
2017-04-06netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng
2017-04-06netfilter: expect: Make sure the max_expected limit is effectiveGao Feng
2017-04-06netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-30ipvs: remove unused variableArushi Singhal
2017-03-30netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao