aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2021-11-27Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+5
2021-11-26net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-11-26net: vlan: fix underflow for the real_dev refcntZiyang Xuan2-3/+3
2021-11-26ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann1-1/+1
2021-11-26net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti1-3/+5
2021-11-25tls: fix replacing proto_opsJakub Kicinski1-7/+40
2021-11-25tls: splice_read: fix accessing pre-processed recordsJakub Kicinski1-8/+25
2021-11-25tls: splice_read: fix record type checkJakub Kicinski1-13/+10
2021-11-24net/smc: Fix loop in smc_listenGuo DaXing1-1/+3
2021-11-24net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-11-24tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet1-2/+3
2021-11-24net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel1-8/+16
2021-11-23net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-11-23net/smc: Clean up local struct sock variablesTony Lu1-2/+2
2021-11-23net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov1-3/+7
2021-11-22SUNRPC: use different lock keys for INET6 and LOCALNeilBrown1-5/+5
2021-11-22net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupNikolay Aleksandrov1-2/+23
2021-11-22net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2-0/+20
2021-11-22net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann1-0/+1
2021-11-22net/smc: Avoid warning of possible recursive lockingWen Gu1-1/+1
2021-11-22vsock/virtio: suppress used length validationMichael S. Tsirkin1-0/+1
2021-11-22ipv6: fix typos in __ip6_finish_output()Eric Dumazet1-1/+1
2021-11-20af_unix: fix regression in read after shutdownVincent Whitchurch1-3/+0
2021-11-20mptcp: use delegate action to schedule 3rd ack retransPaolo Abeni3-41/+60
2021-11-20mptcp: fix delack timerEric Dumazet1-1/+2
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-13/+10
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds27-101/+186
2021-11-18ipv6: check return value of ipv6_skip_exthdrJordy Zomer1-0/+6
2021-11-18devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky1-1/+3
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin1-6/+4
2021-11-17NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-17NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-17NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-11-17tipc: check for null after calling kmemdupTadeusz Struk1-0/+4
2021-11-16net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long1-3/+8
2021-11-16Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski10-58/+63
2021-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-2/+24
2021-11-16udp: Validate checksum in udp_read_sock()Cong Wang1-0/+11
2021-11-15bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2-0/+8
2021-11-15net/smc: Make sure the link_id is uniqueWen Gu1-1/+2
2021-11-15sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa1-3/+3
2021-11-15tipc: only accept encrypted MSG_CRYPTO msgsXin Long1-2/+5
2021-11-15net: return correct error codeliuguoqiang1-1/+1
2021-11-15net/smc: Transfer remaining wait queue entries during fallbackWen Gu1-0/+14
2021-11-15tipc: use consistent GFP flagsTadeusz Struk1-4/+4
2021-11-15mac80211: fix throughput LED triggerFelix Fietkau3-26/+23
2021-11-15mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg3-8/+15
2021-11-15mac80211: drop check for DONT_REORDER in __ieee80211_select_queueFelix Fietkau1-2/+1
2021-11-15mac80211: fix radiotap header generationJohannes Berg1-1/+1