summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * | netfilter: nftables: netlink support for several set element expressionsPablo Neira Ayuso2020-12-122-6/+143
| * | netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso2020-12-123-47/+168
| * | netfilter: nftables: generalize set expressions supportPablo Neira Ayuso2020-12-122-27/+66
| * | netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal2020-12-124-22/+48
| * | netfilter: use actual socket sk for REJECT actionJan Engelhardt2020-12-011-2/+4
| * | netfilter: nfnl_acct: remove data from struct netWang Shanker2020-12-011-9/+29
| * | netfilter: Remove unnecessary conversion to boolKaixu Xia2020-12-011-1/+1
| * | ipvs: replace atomic_add_return()Yejune Deng2020-11-222-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-114-41/+26
|\ \ \
| * | | netfilter: nft_ct: Remove confirmation check for NFT_CT_IDBrett Mastbergen2020-12-091-2/+0
| * | | netfilter: nftables: comment indirect serialization of commit_mutex with rtnl...Pablo Neira Ayuso2020-12-081-0/+4
| * | | netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2020-12-082-5/+7
| * | | netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-081-34/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-037-38/+110
|\| | | | |/ / |/| |
| * | netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso2020-11-273-29/+61
| * | netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso2020-11-272-0/+21
| * | ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai2020-11-271-6/+25
| * | netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal2020-11-261-1/+2
| * | netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-11-261-2/+1
* | | net: openvswitch: Be liberal in tcp conntrack.Numan Siddique2020-11-201-6/+0
* | | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-166-10/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-068-21/+41
|\| |
| * | 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: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso2020-11-011-1/+13
* | netfilter: nftables: Add __printf() attributeAndrew Lunn2020-11-011-1/+2
* | netfilter: ipset: Expose the initval hash parameter to userspaceJozsef Kadlecsik2020-10-3113-16/+33
* | netfilter: ipset: Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-10-3114-39/+71
* | netfilter: ipset: Support the -exist flag with the destroy commandJozsef Kadlecsik2020-10-311-1/+3
* | netfilter: nft_reject: add reject verdict support for netdevJose M. Guisado Gomez2020-10-313-0/+200
* | netfilter: nft_reject: unify reject init and dump into nft_rejectJose M. Guisado Gomez2020-10-312-59/+13
|/
* 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
|\ \