summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever5-0/+19
2023-05-24net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2-0/+5
2023-05-24net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever1-1/+1
2023-05-24net/handshake: Fix uninitialized local variableChuck Lever1-1/+1
2023-05-24net/handshake: Fix handshake_dup() ref countingChuck Lever1-2/+3
2023-05-24net/handshake: Remove unneeded check from handshake_dup()Chuck Lever1-3/+0
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski20-448/+738
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia1-0/+2
2023-05-24Merge tag 'mlx5-fixes-2023-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller17-59/+176
2023-05-24net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCsArınç ÜNAL1-6/+2
2023-05-23docs: netdev: document the existence of the mail botJakub Kicinski1-7/+26
2023-05-23net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav1-1/+3
2023-05-23r8169: Use a raw_spinlock_t for the register locks.Sebastian Andrzej Siewior1-22/+22
2023-05-23page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin2-20/+26
2023-05-23bpf, sockmap: Test progs verifier error with latest clangJohn Fastabend1-7/+5
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with dropsJohn Fastabend2-13/+66
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx bufferJohn Fastabend1-0/+48
2023-05-23bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0John Fastabend2-0/+94
2023-05-23bpf, sockmap: Build helper to create connected socket pairJohn Fastabend2-102/+123
2023-05-23bpf, sockmap: Pull socket helpers out of listen test for general useJohn Fastabend2-262/+273
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend4-18/+45
2023-05-23bpf, sockmap: Wake up polling after data copyJohn Fastabend1-1/+10
2023-05-23bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend1-0/+20
2023-05-23bpf, sockmap: Handle fin correctlyJohn Fastabend1-0/+31
2023-05-23bpf, sockmap: Improved check for empty queueJohn Fastabend2-25/+8
2023-05-23bpf, sockmap: Reschedule is now done through backlogJohn Fastabend1-2/+0
2023-05-23bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend3-9/+17
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend5-17/+5
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel5-3/+20
2023-05-23lan966x: Fix unloading/loading of the driverHoratiu Vultur1-0/+10
2023-05-22net/mlx5: Fix indexing of mlx5_irqShay Drory1-4/+5
2023-05-22net/mlx5: Fix irq affinity managementShay Drory1-1/+1
2023-05-22net/mlx5: Free irqs only on shutdown callbackShay Drory3-1/+31
2023-05-22net/mlx5: Devcom, serialize devcom registrationShay Drory1-5/+14
2023-05-22net/mlx5: Devcom, fix error flow in mlx5_devcom_register_deviceShay Drory1-1/+2
2023-05-22net/mlx5: E-switch, Devcom, sync devcom events and devcom comp registerShay Drory2-1/+9
2023-05-22net/mlx5e: TC, Fix using eswitch mapping in nic modePaul Blakey1-7/+27
2023-05-22net/mlx5e: Fix SQ wake logic in ptp napi_poll contextRahul Rameshbabu3-7/+16
2023-05-22net/mlx5e: Fix deadlock in tc route query codeVlad Buslov3-20/+48
2023-05-22net/mlx5: Fix error message when failing to allocate device memoryRoi Dayan1-1/+1
2023-05-22net/mlx5e: Use correct encap attribute during invalidationVlad Buslov1-1/+3
2023-05-22net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik2-2/+6
2023-05-22net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUsErez Shitrit1-1/+2
2023-05-22net/mlx5: Handle pairing of E-switch via uplink un/load APIsShay Drory3-6/+9
2023-05-22net/mlx5: Collect command failures data only for known commandsShay Drory1-1/+2
2023-05-22net/handshake: Fix sock->file allocationChuck Lever1-14/+28
2023-05-22net/handshake: Squelch allocation warning during Kunit testChuck Lever1-1/+1
2023-05-223c589_cs: Fix an error handling path in tc589_probe()Christophe JAILLET1-1/+10
2023-05-22forcedeth: Fix an error handling path in nv_probe()Christophe JAILLET1-0/+1
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov1-2/+4