aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-07netfilter: nft_objref: support for stateful object mapsPablo Neira Ayuso2-1/+119
2016-12-07netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso1-10/+62
2016-12-07netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso2-8/+29
2016-12-07netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso1-12/+19
2016-12-07netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso3-22/+81
2016-12-07netfilter: nft_quota: dump consumed quotaPablo Neira Ayuso1-5/+16
2016-12-06netfilter: nf_tables: add stateful object reference expressionPablo Neira Ayuso3-0/+119
2016-12-06netfilter: nft_quota: add stateful object typePablo Neira Ayuso1-13/+83
2016-12-06netfilter: nft_counter: add stateful object typePablo Neira Ayuso1-27/+113
2016-12-06netfilter: nf_tables: add stateful objectsPablo Neira Ayuso1-0/+516
2016-12-06netfilter: add and use nf_fwd_netdev_egressFlorian Westphal2-10/+27
2016-12-06netfilter: xt_multiport: Fix wrong unmatch result with multiple portsGao Feng1-7/+19
2016-12-06netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso1-5/+102
2016-12-06netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang1-1/+1
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal1-9/+24
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal1-0/+30
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal1-0/+9
2016-12-06netfilter: convert while loops to for loopsAaron Conole1-4/+2
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole2-9/+6
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal2-10/+38
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2-17/+15
2016-12-04netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal2-1/+28
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal1-1/+37
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal3-3/+12
2016-12-04netfilter: nat: add dependencies on conntrack moduleFlorian Westphal3-5/+36
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal11-36/+48
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal1-8/+0
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti3-73/+13
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti3-72/+13
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti3-74/+14
2016-12-04Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso2-1/+55
2016-12-04netfilter: nfnetlink_log: add "nf-logger-5-1" module alias nameLiping Zhang1-0/+1
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang2-2/+4
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti4-38/+8
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti4-36/+7
2016-12-04netfilter: built-in NAT support for DCCPDavide Caratti4-37/+8
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2-4/+4
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-26/+50
2016-11-24netfilter: nft_range: add the missing NULL pointer checkLiping Zhang1-0/+6
2016-11-24netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen1-5/+9
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal1-16/+24
2016-11-24netfilter: nat: fix cmp return valueFlorian Westphal1-3/+6
2016-11-24netfilter: nft_hash: validate maximum value of u32 netlink hash attributeLaura Garcia Liebana1-2/+5
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan11-11/+11
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-36/+100
2016-11-15ipvs: Decrement ttlDwip Banerjee1-0/+54
2016-11-15ipvs: Use IS_ERR_OR_NULL(svc) instead of IS_ERR(svc) || svc == NULLGao Feng1-1/+1
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall1-1/+1
2016-11-10netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot1-4/+4
2016-11-10netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik3-15/+6