summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-14Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim
2024-05-14Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva
2024-05-14LE Create Connection command timeout increased to 20 secsMahesh Talewad
2024-05-14Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban
2024-05-14Bluetooth: hci_sync: Use cmd->num_cis instead of magic numberGustavo A. R. Silva
2024-05-14Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()Gustavo A. R. Silva
2024-05-14Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva
2024-05-14Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva
2024-05-14Bluetooth: Remove 3 repeated macro definitionsZijun Hu
2024-05-14Bluetooth: hci_conn: Remove a redundant check for HFP offloadZijun Hu
2024-05-14Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-05-14Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu
2024-05-14Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu
2024-05-14Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz
2024-05-14Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski
2024-05-13mptcp: include inet_common in mib.hMatthieu Baerts (NGI0)
2024-05-13mptcp: move mptcp_pm_gen.h's includeMatthieu Baerts (NGI0)
2024-05-13mptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)
2024-05-13mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)
2024-05-13mptcp: add net.mptcp.available_schedulersGregory Detal
2024-05-13mptcp: sockopt: info: stop early if no bufferMatthieu Baerts (NGI0)
2024-05-13mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)
2024-05-13mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)
2024-05-13tcp: rstreason: fully support in tcp_check_req()Jason Xing
2024-05-13tcp: rstreason: handle timewait cases in the receive pathJason Xing
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-13ax25: Fix reference count leak issue of net_deviceDuoming Zhou
2024-05-13ax25: Fix reference count leak issues of ax25_devDuoming Zhou
2024-05-13ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou
2024-05-13l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault
2024-05-13netdev: Add queue stats for TX stop and wakeDaniel Jurgens
2024-05-13netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti
2024-05-13tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert
2024-05-13net: gro: use cb instead of skb->network_headerRichard Gobert
2024-05-13inet: fix inet_fill_ifaddr() flags truncationEric Dumazet
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-10ipv6: sr: fix invalid unregister error pathHangbin Liu
2024-05-10ipv6: sr: fix incorrect unregister orderHangbin Liu
2024-05-10ipv6: sr: add missing seg6_local_exitHangbin Liu
2024-05-10net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets
2024-05-10af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao
2024-05-10af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima