summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-2126-91/+104
|\
| * Merge tag 'nf-24-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-03-212-18/+16
| |\
| | * netfilter: nf_tables: Fix a memory leak in nf_tables_updchainQuan Tian2024-03-211-13/+14
| | * netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso2024-03-211-1/+1
| | * netfilter: nft_set_pipapo: release elements in clone only from destroy pathPablo Neira Ayuso2024-03-211-4/+1
| * | net: report RCU QS on threaded NAPI repollingYan Zhai2024-03-201-0/+3
| |/
| * Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-03-193-9/+10
| |\
| | * xfrm: Allow UDP encapsulation only in offload modesLeon Romanovsky2024-03-181-1/+2
| | * net: esp: fix bad handling of pages from page_poolDragos Tatulea2024-03-182-8/+8
| * | devlink: fix port new reply cmd typeJiri Pirko2024-03-191-1/+1
| * | tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima2024-03-192-0/+6
| * | net/sched: Add module alias for sch_fq_pieMichal Koutný2024-03-191-0/+2
| * | ipv4: raw: Fix sending packets from raw sockets via IPsec tunnelsTobias Brunner2024-03-191-0/+1
| * | hsr: Handle failures in module initFelix Maurer2024-03-191-4/+11
| * | rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi2024-03-191-3/+2
| * | net: move dev->state into net_device_read_txrx groupEric Dumazet2024-03-191-1/+2
| * | Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan2024-03-185-7/+3
| |/
| * packet: annotate data-races around ignore_outgoingEric Dumazet2024-03-182-3/+3
| * net: remove {revc,send}msg_copy_msghdr() from exportsJens Axboe2024-03-141-7/+7
| * rxrpc: Fix error check on ->alloc_txbuf()David Howells2024-03-141-2/+2
| * rxrpc: Fix use of changed alignment param to page_frag_alloc_align()David Howells2024-03-141-2/+2
| * hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida2024-03-141-0/+4
| * tcp: Fix refcnt handling in __inet_hash_connect().Kuniyuki Iwashima2024-03-141-1/+1
| * devlink: Fix devlink parallel commands processingShay Drory2024-03-131-6/+7
| * net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet2024-03-131-1/+2
| * rds: tcp: Fix use-after-free of net in reqsk_timer_handler().Kuniyuki Iwashima2024-03-121-4/+0
| * tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet2024-03-121-22/+19
* | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-1/+1
|\ \
| * | treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-1/+1
* | | Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-192-16/+15
|\ \ \
| * | | s390/iucv: use new address translation helpersHeiko Carstens2024-03-132-15/+15
| * | | s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev2024-03-131-2/+1
* | | | Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-164-4/+37
|\ \ \ \
| * | | | sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik2024-03-091-1/+4
| * | | | net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET2024-02-281-2/+2
| * | | | SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust2024-02-282-0/+19
| * | | | SUNRPC: Don't try to send when the connection is shutting downTrond Myklebust2024-02-281-0/+3
| * | | | SUNRPC: Don't retry using the same source port if connection failedTrond Myklebust2024-02-281-1/+9
* | | | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-145-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-064-4/+4
| * | | | treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
| | |/ / | |/| |
* | | | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
| |_|/ |/| |
* | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-12389-11915/+13482
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-113-2/+21
| |\ \ \
| | * | | devlink: Fix length of eswitch inline-modeWilliam Tu2024-03-111-1/+1
| | * | | net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet2024-03-081-1/+14
| | * | | ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng2024-03-081-0/+6
| * | | | nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=yIdo Schimmel2024-03-111-1/+2
| * | | | nexthop: Fix out-of-bounds access during attribute validationIdo Schimmel2024-03-111-12/+17
| * | | | nexthop: Only parse NHA_OP_FLAGS for dump messages that require itIdo Schimmel2024-03-111-5/+5