summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack: allow early drop of offloaded UDP connsVlad Buslov2023-02-031-5/+6
* netfilter: flowtable: cache info of last offloadVlad Buslov2023-02-032-4/+4
* netfilter: flowtable: allow unidirectional rulesVlad Buslov2023-02-031-4/+8
* netfilter: flowtable: fixup UDP timeout depending on ct stateVlad Buslov2023-02-031-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-2/+3
|\
| * Revert "netfilter: conntrack: fix bug in for_each_sctp_chunk"Florian Westphal2023-01-311-2/+3
* | netfilter: use skb_ip_totlen and iph_totlenXin Long2023-02-013-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-273-242/+278
|\|
| * netfilter: conntrack: unify established states for SCTP pathsSriram Yagnaraman2023-01-242-62/+39
| * Revert "netfilter: conntrack: add sctp DATA_SENT state"Sriram Yagnaraman2023-01-242-68/+42
| * netfilter: conntrack: fix bug in for_each_sctp_chunkSriram Yagnaraman2023-01-241-2/+2
| * netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman2023-01-241-9/+16
| * netfilter: nft_set_rbtree: skip elements in transaction from garbage collectionPablo Neira Ayuso2023-01-231-1/+15
| * netfilter: nft_set_rbtree: Switch to node list walk for overlap detectionPablo Neira Ayuso2023-01-231-127/+189
* | net: Kconfig: fix spellosRandy Dunlap2023-01-251-1/+1
* | netlink: fix spelling mistake in dump size assertJakub Kicinski2023-01-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-203-3/+18
|\|
| * netfilter: conntrack: handle tcp challenge acks during connection reuseFlorian Westphal2023-01-171-0/+15
| * netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bitsPablo Neira Ayuso2023-01-111-1/+1
| * netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia2023-01-111-2/+2
* | netfilter: nf_tables: add support to destroy operationFernando Fernandez Mancera2023-01-181-8/+103
* | netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal2023-01-184-12/+92
* | netfilter: nf_tables: avoid retpoline overhead for objref callsFlorian Westphal2023-01-182-6/+8
* | netfilter: nf_tables: add static key to skip retpoline workaroundsFlorian Westphal2023-01-181-1/+29
* | netfilter: conntrack: move rcu read lock to nf_conntrack_find_getFlorian Westphal2023-01-181-8/+9
* | netfilter: conntrack: avoid reload of ct->statusFlorian Westphal2023-01-182-8/+11
* | netfilter: conntrack: remove pr_debug callsFlorian Westphal2023-01-183-44/+5
* | netfilter: conntrack: sctp: use nf log infrastructure for invalid packetsFlorian Westphal2023-01-181-31/+15
* | netlink: add macro for checking dump ctx sizeJakub Kicinski2023-01-051-1/+1
|/
* Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0513-187/+268
|\
| * netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2023-01-0210-80/+67
| * netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik2023-01-021-19/+21
| * netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso2022-12-221-18/+45
| * netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso2022-12-211-1/+35
| * netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso2022-12-211-38/+68
| * netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso2022-12-211-30/+28
| * netfilter: conntrack: fix ipv6 exthdr error checkFlorian Westphal2022-12-211-2/+5
* | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-255-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-12-132-3/+8
|\
| * ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong2022-12-131-0/+5
| * netfilter: flowtable: really fix NAT IPv6 offloadQingfang DENG2022-12-081-3/+3
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1359-446/+2517
|\ \
| * | ipvs: fix type warning in do_div() on 32 bitJakub Kicinski2022-12-131-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-12-1213-312/+1499
| |\ \
| | * | ipvs: run_estimation should control the kthread tasksJulian Anastasov2022-12-102-2/+29
| | * | ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov2022-12-102-4/+151
| | * | ipvs: use kthreads for stats estimationJulian Anastasov2022-12-102-95/+907
| | * | ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov2022-12-103-30/+30
| | * | ipvs: use common functions for stats allocationJulian Anastasov2022-12-101-41/+55
| | * | ipvs: add rcu protection to statsJulian Anastasov2022-12-102-24/+50