summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2020-12-09netfilter: nft_ct: Remove confirmation check for NFT_CT_IDBrett Mastbergen-2/+0
2020-12-08netfilter: nftables: comment indirect serialization of commit_mutex with rtnl...Pablo Neira Ayuso-0/+4
2020-12-08netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso-5/+7
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan-34/+15
2020-11-27netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso-29/+61
2020-11-27netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso-0/+21
2020-11-27ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai-6/+25
2020-11-26netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal-1/+2
2020-11-26netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet-2/+1
2020-10-31netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio-1/+2
2020-10-30netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso-9/+28
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld-9/+9
2020-10-30netfilter: nftables: fix netlink report logic in flowtable and genidPablo Neira Ayuso-2/+2
2020-10-22netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso-0/+2
2020-10-20netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi-5/+5
2020-10-20netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri-6/+13
2020-10-20ipvs: adjust the debug info in function set_tcp_statelongguang.yue-4/+6
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+32
2020-10-15netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statementsDavide Caratti-0/+29
2020-10-14netfilter: restore NF_INET_NUMHOOKSPablo Neira Ayuso-1/+1
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso-0/+12
2020-10-12netfilter: nftables: extend error reporting for chain updatesPablo Neira Ayuso-5/+14
2020-10-12ipvs: clear skb->tstamp in forwarding pathJulian Anastasov-0/+6
2020-10-12netfilter: flowtable: reduce calls to pskb_may_pull()Pablo Neira Ayuso-27/+30
2020-10-12netfilter: nf_tables: add inet ingress supportPablo Neira Ayuso-8/+41
2020-10-12netfilter: add inet ingress supportPablo Neira Ayuso-21/+82
2020-10-12netfilter: add nf_ingress_hook() helper functionPablo Neira Ayuso-2/+7
2020-10-12netfilter: add nf_static_key_{inc,dec}Pablo Neira Ayuso-6/+17
2020-10-12ipvs: inspect reply packets from DR/TUN real serverslongguang.yue-15/+22
2020-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-56/+207
2020-10-04netfilter: nf_tables: Implement fast bitwise expressionPhil Sutter-6/+147
2020-10-04netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter-8/+8
2020-10-04netfilter: nfnetlink: place subsys mutexes in distinct lockdep classesFlorian Westphal-1/+18
2020-10-04netfilter: ipset: enable memory accounting for ipset allocationsVasily Averin-16/+1
2020-10-04netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCKYueHaibing-2/+0
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-3/+3
2020-09-30netfilter: nf_tables: add userdata attributes to nft_chainJose M. Guisado Gomez-8/+25
2020-09-30netfilter: nf_tables: use nla_memdup to copy udataJose M. Guisado Gomez-10/+4
2020-09-30netfilter: nf_tables: fix userdata memleakJose M. Guisado Gomez-0/+2
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-32/+66
2020-09-22ipvs: Remove unused macrosYueHaibing-3/+0
2020-09-22netfilter: conntrack: proc: rename stat columnFlorian Westphal-2/+2
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-33/+95
2020-09-08netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez-8/+27
2020-09-08netfilter: nft_meta: use socket user_ns to retrieve skuid and skgidPablo Neira Ayuso-2/+2
2020-09-08netfilter: conntrack: nf_conncount_init is failing with IPv6 disabledEelco Chaudron-0/+2
2020-09-08netfilter: ctnetlink: fix mark based dump filtering regressionMartin Willi-16/+3
2020-09-08netfilter: nf_tables: coalesce multiple notifications into one skbuffPablo Neira Ayuso-13/+57
2020-09-08netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker-1/+2
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-74/+140