summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-07-26netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...Pablo Neira Ayuso
2023-07-26netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERRORPablo Neira Ayuso
2023-07-26netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal
2023-07-20netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso
2023-07-20netfilter: nf_tables: skip bound chain in netns release pathPablo Neira Ayuso
2023-07-20netfilter: nft_set_pipapo: fix improper element removalFlorian Westphal
2023-07-20netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal
2023-07-20netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal
2023-07-06Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2023-07-06netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo
2023-07-05netfilter: nf_tables: do not ignore genmask when looking up chain by idThadeu Lima de Souza Cascardo
2023-07-05netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal
2023-07-05netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest
2023-07-05netfilter: conntrack: gre: don't set assured flag for clash entriesFlorian Westphal
2023-07-05netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-07-03Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-26Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-06-26netfilter: nf_tables: fix underflow in chain reference counterPablo Neira Ayuso
2023-06-26netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso
2023-06-26netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov
2023-06-26netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal
2023-06-26netfilter: nf_tables: limit allowed range via nla_policyFlorian Westphal
2023-06-26netfilter: nf_tables: Introduce NFT_MSG_GETSETELEM_RESETPhil Sutter
2023-06-26netfilter: snat: evict closing tcp entries on reply tuple collisionFlorian Westphal
2023-06-26netfilter: nf_tables: permit update of set sizeFlorian Westphal
2023-06-26netfilter: ipset: remove rcu_read_lock_bh pair from ip_set_testFlorian Westphal
2023-06-26netfilter: nft_payload: rebuild vlan header when neededPablo Neira Ayuso
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-20netfilter: nf_tables: Fix for deleting base chains with payloadPhil Sutter
2023-06-20netfilter: nfnetlink_osf: fix module autoloadPablo Neira Ayuso
2023-06-20netfilter: nf_tables: drop module reference after updating chainPablo Neira Ayuso
2023-06-20netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso
2023-06-20netfilter: nf_tables: disallow updates of anonymous setsPablo Neira Ayuso
2023-06-20netfilter: nf_tables: reject unbound chain set before commit phasePablo Neira Ayuso
2023-06-20netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso
2023-06-20netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso
2023-06-20netfilter: nf_tables: fix underflow in object reference counterPablo Neira Ayuso
2023-06-20netfilter: nft_set_pipapo: .walk does not deal with generationsPablo Neira Ayuso
2023-06-20netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso
2023-06-20netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-06-20netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso
2023-06-20netfilter: ipset: Replace strlcpy with strscpyAzeem Shaikh
2023-06-19ipvs: align inner_mac_header for encapsulationTerin Stock
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-14net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet