aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-29netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann1-5/+7
2020-04-26netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault1-3/+1
2020-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-4/+6
2020-04-19netfilter: nat: fix error handling upon registering inet hookHillf Danton1-2/+2
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-22/+27
2020-04-15netfilter: flowtable: Free block_cb when being deletedRoi Dayan1-2/+4
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld4-5/+5
2020-04-09x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld1-1/+1
2020-04-07netfilter: nf_tables: reintroduce the NFT_SET_CONCAT flagPablo Neira Ayuso1-1/+1
2020-04-07netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso1-2/+2
2020-04-06netfilter: ipset: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-04-05netfilter: nf_tables: do not leave dangling pointer in nf_tables_set_alloc_nameEric Dumazet1-0/+1
2020-04-05netfilter: xt_IDLETIMER: target v1 - match Android layoutMaciej Żenczykowski1-0/+3
2020-04-05netfilter: nf_tables: do not update stateful expressions if lookup is invertedPablo Neira Ayuso2-6/+7
2020-04-05netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on insertionStefano Brivio1-12/+11
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller13-189/+235
2020-03-30ipvs: fix uninitialized variable warningHaishuang Yan1-2/+1
2020-03-30netfilter: nft_exthdr: fix endianness of tcp option castSergey Marinkevich1-5/+3
2020-03-30netfilter: flowtable: add counter support in HW offloadwenxu1-0/+12
2020-03-30netfilter: conntrack: add nf_ct_acct_add()wenxu1-3/+4
2020-03-30netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso2-0/+5
2020-03-30netfilter: nft_dynset: validate set expression definitionPablo Neira Ayuso1-2/+7
2020-03-30netfilter: nft_set_bitmap: initialize set element extension in lookupsPablo Neira Ayuso1-0/+1
2020-03-30netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not setRomain Bellan1-1/+1
2020-03-29netfilter: nf_queue: prefer nf_queue_entry_freeFlorian Westphal1-18/+9
2020-03-29netfilter: nf_queue: do not release refcouts until nf_reinject is doneFlorian Westphal1-4/+2
2020-03-29netfilter: nf_queue: place bridge physports into queue_entry structFlorian Westphal1-30/+23
2020-03-29netfilter: nf_queue: make nf_queue_entry_release_refs staticFlorian Westphal2-10/+10
2020-03-27netfilter: flowtable: Use work entry per offload commandPaul Blakey1-31/+15
2020-03-27netfilter: flowtable: Use rw sem as flow block lockPaul Blakey2-8/+7
2020-03-27netfilter: nf_tables: silence a RCU-list warning in nft_table_lookup()Qian Cai1-1/+2
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu2-2/+2
2020-03-27netfilter: flowtable: add counter supportPablo Neira Ayuso1-0/+7
2020-03-27netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso1-1/+1
2020-03-27netfilter: conntrack: export nf_ct_acct_update()Pablo Neira Ayuso1-8/+7
2020-03-27ipvs: optimize tunnel dumps for icmp errorsHaishuang Yan1-20/+26
2020-03-27netfilter: conntrack: Add missing annotations for nf_conntrack_all_lock() and nf_conntrack_all_unlock()Jules Irenge1-0/+2
2020-03-27netfilter: ctnetlink: Add missing annotation for ctnetlink_parse_nat_setup()Jules Irenge1-0/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-20/+136
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-3/+2
2020-03-24netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso1-0/+4
2020-03-24netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso1-0/+9
2020-03-24netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio1-3/+67
2020-03-24netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio1-6/+11
2020-03-24netfilter: nft_set_pipapo: Separate partial and complete overlap cases on insertionStefano Brivio1-7/+27
2020-03-24netfilter: nf_tables: Allow set back-ends to report partial overlaps on insertionPablo Neira Ayuso1-0/+5
2020-03-19netfilter: flowtable: populate addr_type maskEdward Cree1-0/+1
2020-03-19netfilter: flowtable: fix NULL pointer dereference in tunnel offload supportwenxu1-3/+3
2020-03-19netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey1-0/+3
2020-03-19netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan1-0/+2