aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-30icmp: change the order of rate limitsEric Dumazet2-57/+74
2024-08-30net: openvswitch: Use ERR_CAST() to returnYan Zhen1-1/+1
2024-08-29tcp: add SO_PEEK_OFF socket option tor TCPv6Jon Maloy1-0/+1
2024-08-29net/ipv4: net: prefer strscpy over strcpyHongbo Li3-3/+3
2024-08-29net/tipc: replace deprecated strcpy with strscpyHongbo Li1-1/+1
2024-08-29net/netrom: prefer strscpy over strcpyHongbo Li1-2/+2
2024-08-29net/ipv6: replace deprecated strcpy with strscpyHongbo Li1-1/+1
2024-08-29net: prefer strscpy over strcpyHongbo Li1-1/+1
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-158/+248
2024-08-30Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-156/+244
2024-08-29mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)3-1/+14
2024-08-29mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)2-1/+8
2024-08-29mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)1-2/+5
2024-08-29mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)1-0/+2
2024-08-29mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)1-2/+11
2024-08-29mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)1-3/+6
2024-08-29mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)1-3/+6
2024-08-29mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)1-13/+15
2024-08-29mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)1-0/+10
2024-08-28net: ethtool: cable-test: Release RTNL when the PHY isn't foundMaxime Chevallier1-2/+2
2024-08-28tcp: annotate data-races around tcptw->tw_rcv_nxtEric Dumazet3-14/+18
2024-08-28tcp: remove volatile qualifier on tw_substateEric Dumazet4-7/+7
2024-08-28Merge tag 'wireless-2024-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2-2/+4
2024-08-27net/handshake: use sockfd_put() helperA K M Fazla Mehrab1-2/+2
2024-08-27sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek1-6/+16
2024-08-27mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)9-107/+107
2024-08-27mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)1-1/+1
2024-08-27mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)2-3/+10
2024-08-27tcp: fix forever orphan socket caused by tcp_abortXueming Feng1-7/+11
2024-08-27l2tp: avoid using drain_workqueue in l2tp_pre_exit_netJames Chapman1-6/+9
2024-08-27net: fix unreleased lock in cable testDiogo Jahchan Koike1-2/+1
2024-08-27net_sched: sch_fq: fix incorrect behavior for small weightsEric Dumazet1-1/+3
2024-08-27tc: adjust network header after 2nd vlan pushBoris Sukholitko4-3/+9
2024-08-26ipv6: avoid indirect calls for SOL_IP socket optionsEric Dumazet1-2/+2
2024-08-26net/ipv4: fix macro definition sk_for_each_bound_bhashHongbo Li1-1/+1
2024-08-26ethtool: check device is present when getting link settingsJamie Bainbridge2-1/+4
2024-08-26tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing1-0/+3
2024-08-26l2tp: avoid overriding sk->sk_user_dataCong Wang1-0/+3
2024-08-26tipc: use min() to simplify the codeLi Zetao1-1/+1
2024-08-26ipv6: mcast: use min() to simplify the codeLi Zetao1-2/+3
2024-08-26net: caif: use max() to simplify the codeLi Zetao1-4/+2
2024-08-26net: Correct spelling in net/coreSimon Horman9-20/+20
2024-08-26ethtool: Add support for specifying information source in cable test resultsOleksij Rempel1-4/+15
2024-08-26netpoll: Ensure clean state on setup failuresBreno Leitao1-5/+10
2024-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+16
2024-08-26wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()Dmitry Antipov1-1/+3
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski30-78/+133
2024-08-26wifi: mac80211: fix beacon SSID mismatch handlingDaniel Gabay1-1/+1
2024-08-26net: netlink: Remove the dump_cb_mutex field from struct netlink_sockChristophe JAILLET1-1/+0
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry1-0/+9