summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-26netfilter: don't attach a nat extension by defaultFlorian Westphal4-13/+3
2017-04-26netfilter: pptp: attach nat extension when neededFlorian Westphal2-6/+31
2017-04-26netfilter: masquerade: attach nat extension if not presentFlorian Westphal2-3/+7
2017-04-26netfilter: conntrack: handle initial extension alloc via kreallocFlorian Westphal1-36/+15
2017-04-26netfilter: conntrack: mark extension structs as constFlorian Westphal9-11/+11
2017-04-26netfilter: conntrack: remove prealloc supportFlorian Westphal3-52/+4
2017-04-26netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng2-13/+28
2017-04-26ebtables: remove nf_hook_register usageFlorian Westphal5-51/+50
2017-04-26netfilter: decnet: only register hooks in init namespaceFlorian Westphal1-2/+2
2017-04-26ipvs: convert to use pernet nf_hook apiFlorian Westphal1-10/+9
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal3-68/+80
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 Westphal3-2/+8
2017-04-19netfilter: allow early drop of assured conntracksFlorian Westphal5-0/+102
2017-04-19netfilter: conntrack: use u8 for extension sizes againFlorian Westphal2-2/+35
2017-04-19netfilter: remove last traces of variable-sized extensionsFlorian Westphal2-16/+8
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal9-33/+19
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 Westphal9-1/+20
2017-04-19netfilter: conntrack: move helper struct to nf_conntrack_helper.hFlorian Westphal2-19/+17
2017-04-19netfilter: nft_ct: allow to set ctnetlink event types of a connectionFlorian Westphal2-1/+26
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal16-49/+17
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal12-97/+39
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-13netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session.Taehee Yoo1-5/+2
2017-04-09netfilter: udplite: Remove duplicated udplite4/6 declarationGao Feng2-2/+0
2017-04-08netfilter: ip6_tables: Remove unneccessary commentsArushi Singhal1-9/+0
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal14-16/+16
2017-04-07net: netfilter: Use list_{next/prev}_entry instead of list_entrysimran singhal1-1/+1
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal6-15/+15
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal9-49/+35
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso11-27/+33
2017-04-06netfilter: ctnetlink: Expectations must have a conntrack helper areaGao Feng1-19/+8
2017-04-06netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal2-15/+5
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng6-64/+65
2017-04-06netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng4-24/+20
2017-04-06netfilter: expect: Make sure the max_expected limit is effectiveGao Feng4-0/+16
2017-04-06netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso4-21/+27
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller551-3798/+7439
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds88-518/+1285
2017-04-05nfp: fix potential use after free on xdp progJakub Kicinski1-1/+2
2017-04-05bonding: attempt to better support longer hw addressesJarod Wilson4-68/+108