aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+4
2024-05-18Merge tag 'nfsd-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 3-69/+111
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxGravatar Linus Torvalds 25-93/+96
2024-05-17Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 7-32/+88
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2024-05-17l2tp: fix ICMP error handling for UDP-encap socketsGravatar Tom Parkin 1-11/+33
2024-05-16af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Gravatar Eric Dumazet 1-2/+1
2024-05-16netrom: fix possible dead-lock in nr_rt_ioctl()Gravatar Eric Dumazet 1-12/+7
2024-05-16net/ipv6: Fix route deleting failure when metric equals 0Gravatar xu xin 1-1/+4
2024-05-16net: qrtr: ns: Fix module refcntGravatar Chris Lew 1-0/+27
2024-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Jakub Kicinski 322-3896/+7223
2024-05-15net: bridge: mst: fix vlan use-after-freeGravatar Nikolay Aleksandrov 1-6/+10
2024-05-15net: bridge: xmit: make sure we have at least eth header len bytesGravatar Nikolay Aleksandrov 1-0/+6
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 323-3927/+7213
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 7-44/+65
2024-05-14Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Gravatar Luiz Augusto von Dentz 2-9/+17
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportGravatar Luiz Augusto von Dentz 7-457/+47
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Gravatar Sungwoo Kim 5-53/+78
2024-05-14Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGravatar Gustavo A. R. Silva 1-22/+16
2024-05-14LE Create Connection command timeout increased to 20 secsGravatar Mahesh Talewad 1-1/+1
2024-05-14Bluetooth: compute LE flow credits based on recvbuf spaceGravatar Sebastian Urban 2-25/+122
2024-05-14Bluetooth: hci_sync: Use cmd->num_cis instead of magic numberGravatar Gustavo A. R. Silva 1-1/+1
2024-05-14Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()Gravatar Gustavo A. R. Silva 1-1/+1
2024-05-14Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGravatar Gustavo A. R. Silva 1-15/+11
2024-05-14Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGravatar Gustavo A. R. Silva 2-51/+36
2024-05-14Bluetooth: Remove 3 repeated macro definitionsGravatar Zijun Hu 1-4/+0
2024-05-14Bluetooth: hci_conn: Remove a redundant check for HFP offloadGravatar Zijun Hu 1-4/+4
2024-05-14Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGravatar Gustavo A. R. Silva 1-25/+21
2024-05-14Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedGravatar Iulia Tanasescu 2-79/+73
2024-05-14Bluetooth: ISO: Make iso_get_sock_listen genericGravatar Iulia Tanasescu 1-33/+42
2024-05-14Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDGravatar Luiz Augusto von Dentz 2-4/+10
2024-05-14Bluetooth: Add proper definitions for scan interval and windowGravatar Luiz Augusto von Dentz 1-8/+8
2024-05-13net: revert partially applied PHY topology seriesGravatar Jakub Kicinski 3-60/+2
2024-05-13mptcp: include inet_common in mib.hGravatar Matthieu Baerts (NGI0) 1-0/+2
2024-05-13mptcp: move mptcp_pm_gen.h's includeGravatar Matthieu Baerts (NGI0) 3-2/+2
2024-05-13mptcp: remove unnecessary else statementsGravatar Matthieu Baerts (NGI0) 1-15/+17
2024-05-13mptcp: prefer strscpy over strcpyGravatar Matthieu Baerts (NGI0) 3-4/+5
2024-05-13mptcp: add net.mptcp.available_schedulersGravatar Gregory Detal 3-1/+49
2024-05-13mptcp: sockopt: info: stop early if no bufferGravatar Matthieu Baerts (NGI0) 1-0/+4
2024-05-13mptcp: fix full TCP keep-alive supportGravatar Matthieu Baerts (NGI0) 2-0/+61
2024-05-13mptcp: SO_KEEPALIVE: fix getsockopt supportGravatar Matthieu Baerts (NGI0) 1-2/+0
2024-05-13tcp: rstreason: fully support in tcp_check_req()Gravatar Jason Xing 1-1/+1
2024-05-13tcp: rstreason: handle timewait cases in the receive pathGravatar Jason Xing 2-2/+2
2024-05-13net: pass back whether socket was empty post acceptGravatar Jens Axboe 1-0/+1
2024-05-13net: have do_accept() take a struct proto_accept_arg argumentGravatar Jens Axboe 1-7/+5
2024-05-13net: change proto and proto_ops accept typeGravatar Jens Axboe 25-91/+95
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 3-3/+7
2024-05-13ax25: Fix reference count leak issue of net_deviceGravatar Duoming Zhou 1-6/+1
2024-05-13ax25: Fix reference count leak issues of ax25_devGravatar Duoming Zhou 1-2/+1