summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: mpls: fix memdup.cocci warningGONG, Ruiqi2022-04-071-2/+1
* net: ethernet: set default assignment identifier to NET_NAME_ENUMIan Wienand2022-04-071-1/+1
* tcp: Add tracepoint for tcp_set_ca_statePing Gan2022-04-071-0/+12
* net-core: rx_otherhost_dropped to core_statsJeffrey Ji2022-04-073-0/+3
* net: extract a few internals from netdevice.hJakub Kicinski2022-04-0710-0/+106
* net: unexport a handful of dev_* functionsJakub Kicinski2022-04-071-6/+0
* ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2022-04-061-6/+24
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-0625-187/+192
* ip6_tunnel: Remove duplicate assignmentsHongbin Wang2022-04-061-2/+0
* net: ethernet: mtk_eth_soc: implement flow offloading to WED devicesFelix Fietkau2022-04-061-0/+4
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-0634-65/+54
* net: ensure net_todo_list is processed quicklyJohannes Berg2022-04-052-1/+34
* Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-319-27/+68
|\
| * openvswitch: Add recirc_id to recirc warningStéphane Graber2022-03-311-2/+2
| * Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-03-311-1/+1
| |\
| | * can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp2022-03-311-1/+1
| * | rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang2022-03-311-2/+5
| * | rxrpc: Fix call timer start racing with call destructionDavid Howells2022-03-313-14/+43
| |/
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-03-291-2/+6
| |\
| | * xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson2022-03-281-2/+6
| * | ax25: Fix UAF bugs in ax25 timersDuoming Zhou2022-03-291-0/+5
| * | ax25: fix UAF bug in ax25_send_control()Duoming Zhou2022-03-291-4/+4
| * | openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese2022-03-291-2/+2
| |/
* | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-2918-203/+273
|\ \ | |/ |/|
| * SUNRPC: Don't return error values in sysfs read of closed filesTrond Myklebust2022-03-251-12/+15
| * SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2022-03-252-30/+51
| * SUNRPC don't resend a task on an offlined transportOlga Kornievskaia2022-03-241-1/+3
| * SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown2022-03-231-0/+7
| * SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust2022-03-225-16/+15
| * SUNRPC: Fix unx_lookup_cred() allocationTrond Myklebust2022-03-221-8/+10
| * NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust2022-03-221-3/+7
| * NFS: Fix memory allocation in rpc_malloc()Trond Myklebust2022-03-221-7/+14
| * SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust2022-03-221-35/+18
| * SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust2022-03-221-18/+4
| * SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust2022-03-221-15/+39
| * SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust2022-03-221-2/+3
| * SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2022-03-221-10/+12
| * SUNRPC: change locking for xs_swap_enable/disableNeilBrown2022-03-131-15/+11
| * NFSv4: keep state manager thread active if swap is enabledNeilBrown2022-03-131-0/+2
| * SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown2022-03-135-7/+32
| * NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown2022-03-131-1/+1
| * SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown2022-03-132-18/+0
| * SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2022-03-132-2/+5
| * SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown2022-03-134-4/+21
| * SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2022-03-132-2/+6
| * SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-252-3/+3
| * SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-254-19/+19
| * SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-255-7/+7
| * SUNRPC: remove redundant pointer plainhdrColin Ian King2022-02-251-2/+2
* | Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-2810-65/+112
|\ \