summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds323-3927/+7213
5 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-44/+65
5 daysBluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz2-9/+17
5 daysBluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz7-457/+47
5 daysBluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim5-53/+78
5 daysBluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva1-22/+16
5 daysLE Create Connection command timeout increased to 20 secsMahesh Talewad1-1/+1
5 daysBluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban2-25/+122
5 daysBluetooth: hci_sync: Use cmd->num_cis instead of magic numberGustavo A. R. Silva1-1/+1
5 daysBluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()Gustavo A. R. Silva1-1/+1
5 daysBluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva1-15/+11
5 daysBluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva2-51/+36
5 daysBluetooth: Remove 3 repeated macro definitionsZijun Hu1-4/+0
5 daysBluetooth: hci_conn: Remove a redundant check for HFP offloadZijun Hu1-4/+4
5 daysBluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-25/+21
5 daysBluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu2-79/+73
5 daysBluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu1-33/+42
5 daysBluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz2-4/+10
5 daysBluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz1-8/+8
5 daysnet: revert partially applied PHY topology seriesJakub Kicinski3-60/+2
5 daysmptcp: include inet_common in mib.hMatthieu Baerts (NGI0)1-0/+2
5 daysmptcp: move mptcp_pm_gen.h's includeMatthieu Baerts (NGI0)3-2/+2
5 daysmptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)1-15/+17
5 daysmptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)3-4/+5
5 daysmptcp: add net.mptcp.available_schedulersGregory Detal3-1/+49
5 daysmptcp: sockopt: info: stop early if no bufferMatthieu Baerts (NGI0)1-0/+4
5 daysmptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)2-0/+61
5 daysmptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)1-2/+0
5 daystcp: rstreason: fully support in tcp_check_req()Jason Xing1-1/+1
5 daystcp: rstreason: handle timewait cases in the receive pathJason Xing2-2/+2
5 daysMerge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-3/+7
5 daysax25: Fix reference count leak issue of net_deviceDuoming Zhou1-6/+1
5 daysax25: Fix reference count leak issues of ax25_devDuoming Zhou1-2/+1
5 daysax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou1-25/+15
5 daysl2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault1-8/+10
5 daysnetdev: Add queue stats for TX stop and wakeDaniel Jurgens1-1/+3
5 daysnetlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti2-6/+32
5 daystcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)2-0/+5
5 daysnet: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert5-76/+5
5 daysnet: gro: use cb instead of skb->network_headerRichard Gobert4-9/+6
6 daysinet: fix inet_fill_ifaddr() flags truncationEric Dumazet1-3/+10
6 daysMerge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski15-171/+159
6 daysMerge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds2-13/+25
6 daysMerge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-0/+50
8 daysipv6: sr: fix invalid unregister error pathHangbin Liu1-0/+2
8 daysipv6: sr: fix incorrect unregister orderHangbin Liu1-1/+1
8 daysipv6: sr: add missing seg6_local_exitHangbin Liu1-0/+1
8 daysnet: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets1-1/+2
8 daysaf_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao1-1/+1
8 daysaf_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima2-4/+11