aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-8/+8
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-5/+5
2020-04-30docs: networking: convert tproxy.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-29netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann1-5/+7
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfsDaniel Borkmann3-5/+5
2020-04-28netfilter: nft_nat: add netmap supportPablo Neira Ayuso1-1/+45
2020-04-28netfilter: nft_nat: add helper function to set up NAT address and protocolPablo Neira Ayuso1-22/+34
2020-04-28netfilter: nft_nat: set flags from initialization pathPablo Neira Ayuso1-4/+6
2020-04-28netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supportedPablo Neira Ayuso1-2/+2
2020-04-27netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso1-12/+26
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig3-5/+5
2020-04-26netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault1-3/+1
2020-04-26netfilter: nf_conntrack: add IPS_HW_OFFLOAD status bitBodong Wang2-1/+6
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