summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-98/+28
2017-05-02audit: normalize NETFILTER_PKTRichard Guy Briggs1-97/+27
2017-05-02netfilter: use consistent ipv4 network offset in xt_AUDITRichard Guy Briggs1-1/+1
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller70-506/+533
2017-05-01netfilter: nf_ct_ext: invoke destroy even when ext is not attachedLiping Zhang1-6/+2
2017-05-01Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2-23/+1
2017-05-01netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal4-22/+26
2017-05-01netfilter: nf_log: don't call synchronize_rcu in nf_log_unsetFlorian Westphal2-2/+1
2017-05-01netfilter: batch synchronize_net calls during hook unregisterFlorian Westphal1-6/+40
2017-04-28ipvs: change comparison on sync_refresh_periodAaron Conole1-1/+1
2017-04-28ipvs: remove unused function ip_vs_set_state_timeoutAaron Conole1-22/+0
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal1-6/+0
2017-04-26netfilter: pptp: attach nat extension when neededFlorian Westphal1-2/+10
2017-04-26netfilter: conntrack: handle initial extension alloc via kreallocFlorian Westphal1-36/+15
2017-04-26netfilter: conntrack: mark extension structs as constFlorian Westphal8-9/+9
2017-04-26netfilter: conntrack: remove prealloc supportFlorian Westphal2-46/+4
2017-04-26ipvs: convert to use pernet nf_hook apiFlorian Westphal1-10/+9
2017-04-19netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14Gao Feng2-6/+5
2017-04-19netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal1-1/+2
2017-04-19nefilter: eache: reduce struct size from 32 to 24 byteFlorian Westphal1-0/+3
2017-04-19netfilter: allow early drop of assured conntracksFlorian Westphal4-0/+99
2017-04-19netfilter: conntrack: use u8 for extension sizes againFlorian Westphal1-0/+33
2017-04-19netfilter: remove last traces of variable-sized extensionsFlorian Westphal1-9/+7
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal8-28/+13
2017-04-19netfilter: nfnetlink_cthelper: reject too large userspace allocation requestsFlorian Westphal1-2/+8
2017-04-19netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal8-0/+16
2017-04-19netfilter: nft_ct: allow to set ctnetlink event types of a connectionFlorian Westphal1-1/+24
2017-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-24/+61
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal9-27/+13
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal6-75/+30
2017-04-15netfilter: ecache: Refine the nf_ct_deliver_cached_eventsGao Feng1-2/+2
2017-04-15netfilter: nf_nat: Fix return NF_DROP in nfnetlink_parse_nat_setupGao Feng1-1/+1
2017-04-15Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso2-7/+4
2017-04-15ipset: remove unused function __ip_set_get_netlinkAaron Conole1-8/+0
2017-04-14netfilter: nf_conntrack: remove double assignmentAaron Conole1-2/+1
2017-04-14netfilter: nf_tables: remove double return statementAaron Conole1-2/+0
2017-04-14netfilter: nft_hash: do not dump the auto generated seedLiping Zhang1-3/+7
2017-04-13netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session.Taehee Yoo1-5/+2
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg2-2/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg14-62/+80
2017-04-13netlink: extended ACK reportingJohannes Berg2-11/+13
2017-04-09netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang2-5/+5
2017-04-09netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang1-0/+6
2017-04-09netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang2-1/+6
2017-04-09netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang1-5/+10
2017-04-09netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng2-7/+20
2017-04-09netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang1-2/+2
2017-04-08netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet1-1/+5
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal11-13/+13
2017-04-07net: netfilter: Use list_{next/prev}_entry instead of list_entrysimran singhal1-1/+1