summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-31xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel1-1/+2
2024-08-31ipv4: Unmask upper DSCP bits when building flow keyIdo Schimmel1-2/+2
2024-08-31ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel1-1/+2
2024-08-31ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()Ido Schimmel1-1/+1
2024-08-31ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookupIdo Schimmel1-1/+1
2024-08-30Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz1-18/+19
2024-08-30Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2-25/+7
2024-08-30Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz2-43/+47
2024-08-30Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz1-2/+40
2024-08-30can: j1939: use correct function name in commentZhang Changzhong1-4/+4
2024-08-30ethtool: pse-pd: move pse validation into setDiogo Jahchan Koike1-9/+6
2024-08-30icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet2-21/+20
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet2-17/+13
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-30tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang1-1/+1
2024-08-30net/smc: prevent NULL pointer dereference in txopt_getJeongjun Park2-1/+10
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-28file: reclaim 24 bytes from f_ownerChristian Brauner1-1/+1
2024-08-28wifi: cfg80211: Set correct chandef when starting CACIssam Hamdi1-1/+14
2024-08-28wifi: mac80211: scan: Use max macroYan Zhen1-4/+2
2024-08-28wifi: mac80211: Check for missing VHT elements only for 5 GHzIlan Peer1-13/+16
2024-08-28wifi: mac80211: fix RCU list iterationsJohannes Berg4-4/+8
2024-08-28xfrm: minor update to sdb and xfrm_policy commentsFlorian Westphal1-1/+5
2024-08-28xfrm: policy: use recently added helper in more placesFlorian Westphal1-11/+2
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