summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2023-02-03netfilter: nf_conntrack: allow early drop of offloaded UDP connsVlad Buslov
2023-02-03netfilter: flowtable: cache info of last offloadVlad Buslov
2023-02-03netfilter: flowtable: allow unidirectional rulesVlad Buslov
2023-02-03netfilter: flowtable: fixup UDP timeout depending on ct stateVlad Buslov
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-01netfilter: use skb_ip_totlen and iph_totlenXin Long
2023-01-31Revert "netfilter: conntrack: fix bug in for_each_sctp_chunk"Florian Westphal
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-25net: Kconfig: fix spellosRandy Dunlap
2023-01-24netlink: fix spelling mistake in dump size assertJakub Kicinski
2023-01-24netfilter: conntrack: unify established states for SCTP pathsSriram Yagnaraman
2023-01-24Revert "netfilter: conntrack: add sctp DATA_SENT state"Sriram Yagnaraman
2023-01-24netfilter: conntrack: fix bug in for_each_sctp_chunkSriram Yagnaraman
2023-01-24netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman
2023-01-23netfilter: nft_set_rbtree: skip elements in transaction from garbage collectionPablo Neira Ayuso
2023-01-23netfilter: nft_set_rbtree: Switch to node list walk for overlap detectionPablo Neira Ayuso
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-18netfilter: nf_tables: add support to destroy operationFernando Fernandez Mancera
2023-01-18netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal
2023-01-18netfilter: nf_tables: avoid retpoline overhead for objref callsFlorian Westphal
2023-01-18netfilter: nf_tables: add static key to skip retpoline workaroundsFlorian Westphal
2023-01-18netfilter: conntrack: move rcu read lock to nf_conntrack_find_getFlorian Westphal
2023-01-18netfilter: conntrack: avoid reload of ct->statusFlorian Westphal
2023-01-18netfilter: conntrack: remove pr_debug callsFlorian Westphal
2023-01-18netfilter: conntrack: sctp: use nf log infrastructure for invalid packetsFlorian Westphal
2023-01-17netfilter: conntrack: handle tcp challenge acks during connection reuseFlorian Westphal
2023-01-11netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bitsPablo Neira Ayuso
2023-01-11netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia
2023-01-05netlink: add macro for checking dump ctx sizeJakub Kicinski
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik
2023-01-02netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-22netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso
2022-12-21netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso
2022-12-21netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso
2022-12-21netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso
2022-12-21netfilter: conntrack: fix ipv6 exthdr error checkFlorian Westphal
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-13ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong
2022-12-13ipvs: fix type warning in do_div() on 32 bitJakub Kicinski
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long
2022-12-10ipvs: run_estimation should control the kthread tasksJulian Anastasov
2022-12-10ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov
2022-12-10ipvs: use kthreads for stats estimationJulian Anastasov
2022-12-10ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov