summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio2020-10-311-1/+2
* netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso2020-10-302-9/+28
* netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-10-305-9/+9
* netfilter: nftables: fix netlink report logic in flowtable and genidPablo Neira Ayuso2020-10-301-2/+2
* netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso2020-10-222-0/+2
* netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi2020-10-202-5/+5
* netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri2020-10-201-6/+13
* ipvs: adjust the debug info in function set_tcp_statelongguang.yue2020-10-201-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-153-5/+32
|\
| * netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-141-0/+12
| * netfilter: nftables: extend error reporting for chain updatesPablo Neira Ayuso2020-10-121-5/+14
| * ipvs: clear skb->tstamp in forwarding pathJulian Anastasov2020-10-121-0/+6
* | netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statementsDavide Caratti2020-10-152-0/+29
* | netfilter: restore NF_INET_NUMHOOKSPablo Neira Ayuso2020-10-141-1/+1
* | netfilter: flowtable: reduce calls to pskb_may_pull()Pablo Neira Ayuso2020-10-122-27/+30
* | netfilter: nf_tables: add inet ingress supportPablo Neira Ayuso2020-10-122-8/+41
* | netfilter: add inet ingress supportPablo Neira Ayuso2020-10-121-21/+82
* | netfilter: add nf_ingress_hook() helper functionPablo Neira Ayuso2020-10-121-2/+7
* | netfilter: add nf_static_key_{inc,dec}Pablo Neira Ayuso2020-10-121-6/+17
* | ipvs: inspect reply packets from DR/TUN real serverslongguang.yue2020-10-122-15/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-10-049-56/+207
|\ \
| * | netfilter: nf_tables: Implement fast bitwise expressionPhil Sutter2020-10-042-6/+147
| * | netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter2020-10-042-8/+8
| * | netfilter: nfnetlink: place subsys mutexes in distinct lockdep classesFlorian Westphal2020-10-041-1/+18
| * | netfilter: ipset: enable memory accounting for ipset allocationsVasily Averin2020-10-041-16/+1
| * | netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCKYueHaibing2020-10-041-2/+0
| * | netfilter: nf_tables: add userdata attributes to nft_chainJose M. Guisado Gomez2020-09-301-8/+25
| * | netfilter: nf_tables: use nla_memdup to copy udataJose M. Guisado Gomez2020-09-301-10/+4
| * | netfilter: nf_tables: fix userdata memleakJose M. Guisado Gomez2020-09-301-0/+2
| * | ipvs: Remove unused macrosYueHaibing2020-09-221-3/+0
| * | netfilter: conntrack: proc: rename stat columnFlorian Westphal2020-09-221-2/+2
* | | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-224-32/+66
|\ \ \ | |/ / |/| / | |/
| * netfilter: nft_meta: use socket user_ns to retrieve skuid and skgidPablo Neira Ayuso2020-09-081-2/+2
| * netfilter: conntrack: nf_conncount_init is failing with IPv6 disabledEelco Chaudron2020-09-081-0/+2
| * netfilter: ctnetlink: fix mark based dump filtering regressionMartin Willi2020-09-081-16/+3
| * netfilter: nf_tables: coalesce multiple notifications into one skbuffPablo Neira Ayuso2020-09-081-13/+57
| * netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker2020-09-081-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-09-098-33/+95
|\ \ | |/ |/|
| * netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez2020-09-081-8/+27
| * ipvs: remove dependency on ip6_tablesYaroslav Bolyukin2020-08-311-1/+0
| * netfilter: nft_socket: add wildcard supportBalazs Scheidler2020-08-291-0/+27
| * netfilter: xt_HMARK: Use ip_is_fragment() helperYueHaibing2020-08-281-1/+1
| * netfilter: conntrack: remove unneeded nf_ct_putFlorian Westphal2020-08-281-4/+3
| * netfilter: conntrack: add clash resolution stat counterFlorian Westphal2020-08-283-6/+9
| * netfilter: conntrack: remove ignore statsFlorian Westphal2020-08-283-5/+2
| * netfilter: conntrack: do not increment two error counters at same timeFlorian Westphal2020-08-281-4/+1
| * netfilter: nf_tables: add userdata attributes to nft_tableJose M. Guisado Gomez2020-08-281-1/+21
| * ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye2020-08-281-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-0312-74/+140
|\ \