summaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: Audit log rule resetPhil Sutter2023-08-311-0/+18
* netfilter: nf_tables: Audit log setelem resetPhil Sutter2023-08-311-3/+28
* netfilter: xt_u32: validate user space inputWander Lairson Costa2023-08-301-0/+21
* netfilter: xt_sctp: validate the flag_info countWander Lairson Costa2023-08-301-0/+2
* netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang2023-08-301-12/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-244-11/+31
|\
| * netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2023-08-232-0/+6
| * netfilter: nf_tables: fix out of memory error handlingFlorian Westphal2023-08-231-3/+10
| * netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso2023-08-231-2/+2
| * netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso2023-08-231-1/+5
| * netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso2023-08-231-1/+1
| * netfilter: nf_tables: validate all pending tablesFlorian Westphal2023-08-231-4/+7
* | netfilter: nf_tables: allow loop termination for pending fatal signalFlorian Westphal2023-08-221-0/+6
* | netfilter: xtables: refactor deprecated strncpyJustin Stitt2023-08-221-1/+1
* | netfilter: x_tables: refactor deprecated strncpyJustin Stitt2023-08-221-3/+2
* | netfilter: nft_meta: refactor deprecated strncpyJustin Stitt2023-08-221-3/+3
* | netfilter: nft_osf: refactor deprecated strncpyJustin Stitt2023-08-221-3/+3
* | netfilter: nf_tables: refactor deprecated strncpyJustin Stitt2023-08-221-1/+1
* | netfilter: nf_tables: refactor deprecated strncpyJustin Stitt2023-08-221-1/+1
* | netfilter: ipset: refactor deprecated strncpyJustin Stitt2023-08-221-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-185-29/+66
|\|
| * netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso2023-08-161-0/+3
| * netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso2023-08-161-1/+6
| * netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso2023-08-161-4/+32
| * ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong2023-08-161-0/+4
| * netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long2023-08-161-3/+3
| * netfilter: nf_tables: don't fail inserts if duplicate has expiredFlorian Westphal2023-08-161-19/+4
| * netfilter: nf_tables: deactivate catchall elements in next generationFlorian Westphal2023-08-161-0/+1
| * netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal2023-08-161-1/+1
| * netfilter: nf_tables: fix false-positive lockdep splatFlorian Westphal2023-08-161-1/+12
* | inet: move inet->nodefrag to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-104-173/+431
|\|
| * netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso2023-08-101-47/+1
| * netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso2023-08-101-2/+4
| * netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso2023-08-104-103/+173
| * netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso2023-08-101-11/+237
| * netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal2023-08-094-10/+16
* | netfilter: nfnetlink_log: always add a timestampMaciej Żenczykowski2023-08-081-4/+2
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-043-15/+117
|\ \
| * | net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski2023-08-031-0/+1
| * | netfilter: bpf: Only define get_proto_defrag_hook() if necessaryDaniel Xu2023-08-011-0/+2
| * | netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu2023-07-291-15/+108
| * | netfilter: defrag: Add glue hooks for enabling/disabling defragDaniel Xu2023-07-291-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-032-3/+3
|\ \ \ | | |/ | |/|
| * | net: annotate data-races around sk->sk_markEric Dumazet2023-07-292-3/+3
* | | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-313-18/+19
* | | Merge tag 'nf-next-23-07-27' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-07-287-31/+22
|\ \ \
| * | | netfilter: conntrack: validate cta_ip via parsingLin Ma2023-07-271-6/+2
| * | | netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag optionsFlorian Westphal2023-07-275-25/+18