summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2022-08-25netfilter: nf_tables: fix audit memory leak in nf_tables_commitDongliang Mu
2022-08-25netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter
2022-08-25netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2022-08-25netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso
2022-08-25audit: log nftables configuration change events once per tableRichard Guy Briggs
2022-08-25netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso
2022-08-25netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso
2022-08-25netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso
2022-08-21netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal
2022-08-21netfilter: nf_tables: do not allow RULE_ID to refer to another chainThadeu Lima de Souza Cascardo
2022-08-21netfilter: nf_tables: do not allow CHAIN_ID to refer to another tableThadeu Lima de Souza Cascardo
2022-08-21netfilter: nf_tables: do not allow SET_ID to refer to another tableThadeu Lima de Souza Cascardo
2022-08-03netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal
2022-07-12netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso
2022-07-12netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso
2022-07-07netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso
2022-06-29netfilter: use get_random_u32 instead of prandomFlorian Westphal
2022-06-29netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2022-06-29netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2022-06-14netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-06-14netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso
2022-06-14netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso
2022-06-14netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso
2022-06-14netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso
2022-06-14netfilter: nat: really support inet nat without l3 addressFlorian Westphal
2022-06-09lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2022-06-06netfilter: nf_tables: sanitize nft_set_desc_concat_parse()Pablo Neira Ayuso
2022-06-06netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso
2022-05-09netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal
2022-05-09netfilter: nft_set_rbtree: overlap detection with element re-addition after d...Pablo Neira Ayuso
2022-05-09ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2022-04-08netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso
2022-03-28netfilter: nf_tables: initialize registers in nft_do_chain()Pablo Neira Ayuso
2022-03-08netfilter: nf_queue: handle socket prefetchFlorian Westphal
2022-03-08netfilter: nf_queue: fix possible use-after-freeFlorian Westphal
2022-03-08netfilter: nf_queue: don't assume sk is full socketFlorian Westphal
2022-03-08netfilter: fix use-after-free in __nf_register_net_hook()Eric Dumazet
2022-03-02netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal
2022-03-02netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso
2022-02-23netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal
2022-02-23netfilter: nft_synproxy: unregister hooks on init error pathPablo Neira Ayuso
2022-02-16netfilter: ctnetlink: disable helper autoassignFlorian Westphal
2022-02-01netfilter: conntrack: don't increment invalid counter on NF_REPEATFlorian Westphal
2022-02-01netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso
2022-01-27netfilter: nft_set_pipapo: allocate pcpu scratch maps on cloneFlorian Westphal
2021-12-29netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki
2021-12-14netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet
2021-12-14nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groupsStefano Brivio
2021-12-01netfilter: flowtable: fix IPv6 tunnel addr matchWill Mortensen
2021-12-01netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu