summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-18Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-32/+88
2024-05-18Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2024-05-17l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin1-11/+33
2024-05-17af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet1-2/+1
2024-05-17netrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet1-12/+7
2024-05-17net/ipv6: Fix route deleting failure when metric equals 0xu xin1-1/+4
2024-05-16net: qrtr: ns: Fix module refcntChris Lew1-0/+27
2024-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski322-3896/+7223
2024-05-15net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov1-6/+10
2024-05-15net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov1-0/+6
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds323-3927/+7213
2024-05-14s390/iucv: Unexport iucv_rootHeiko Carstens1-2/+1
2024-05-14s390/iucv: Provide iucv_alloc_device() / iucv_release_device()Heiko Carstens1-0/+35
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-44/+65
2024-05-14Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz2-9/+17
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz7-457/+47
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim5-53/+78
2024-05-14Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva1-22/+16
2024-05-14LE Create Connection command timeout increased to 20 secsMahesh Talewad1-1/+1
2024-05-14Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban2-25/+122
2024-05-14Bluetooth: hci_sync: Use cmd->num_cis instead of magic numberGustavo A. R. Silva1-1/+1
2024-05-14Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()Gustavo A. R. Silva1-1/+1
2024-05-14Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva1-15/+11
2024-05-14Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva2-51/+36
2024-05-14Bluetooth: Remove 3 repeated macro definitionsZijun Hu1-4/+0
2024-05-14Bluetooth: hci_conn: Remove a redundant check for HFP offloadZijun Hu1-4/+4
2024-05-14Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-25/+21
2024-05-14Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu2-79/+73
2024-05-14Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu1-33/+42
2024-05-14Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz2-4/+10
2024-05-14Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz1-8/+8
2024-05-14net: revert partially applied PHY topology seriesJakub Kicinski3-60/+2
2024-05-14mptcp: include inet_common in mib.hMatthieu Baerts (NGI0)1-0/+2
2024-05-14mptcp: move mptcp_pm_gen.h's includeMatthieu Baerts (NGI0)3-2/+2
2024-05-14mptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)1-15/+17
2024-05-14mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)3-4/+5
2024-05-14mptcp: add net.mptcp.available_schedulersGregory Detal3-1/+49
2024-05-14mptcp: sockopt: info: stop early if no bufferMatthieu Baerts (NGI0)1-0/+4
2024-05-14mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)2-0/+61
2024-05-14mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)1-2/+0
2024-05-14tcp: rstreason: fully support in tcp_check_req()Jason Xing1-1/+1
2024-05-14tcp: rstreason: handle timewait cases in the receive pathJason Xing2-2/+2
2024-05-14net: pass back whether socket was empty post acceptJens Axboe1-0/+1
2024-05-14net: have do_accept() take a struct proto_accept_arg argumentJens Axboe1-7/+5
2024-05-14net: change proto and proto_ops accept typeJens Axboe25-91/+95
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-3/+7
2024-05-14ax25: Fix reference count leak issue of net_deviceDuoming Zhou1-6/+1
2024-05-14ax25: Fix reference count leak issues of ax25_devDuoming Zhou1-2/+1
2024-05-14ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou1-25/+15
2024-05-14l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault1-8/+10