summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-1825-93/+96
|\
| * net: pass back whether socket was empty post acceptJens Axboe2024-05-131-0/+1
| * net: have do_accept() take a struct proto_accept_arg argumentJens Axboe2024-05-131-7/+5
| * net: change proto and proto_ops accept typeJens Axboe2024-05-1325-91/+95
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-...Jens Axboe2024-05-11289-2819/+6403
| |\
| * \ Merge branch 'for-6.10/io_uring' into net-accept-moreJens Axboe2024-05-112-13/+25
| |\ \
* | \ \ Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-177-32/+88
|\ \ \ \
| * | | | l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin2024-05-171-11/+33
| * | | | af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet2024-05-161-2/+1
| * | | | netrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet2024-05-161-12/+7
| * | | | net/ipv6: Fix route deleting failure when metric equals 0xu xin2024-05-161-1/+4
| * | | | net: qrtr: ns: Fix module refcntChris Lew2024-05-161-0/+27
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski2024-05-15322-3896/+7223
| |\ \ \ \
| * | | | | net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov2024-05-151-6/+10
| * | | | | net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov2024-05-151-0/+6
* | | | | | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-171-2/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | sysctl: treewide: constify argument ctl_table_root::permissions(table)Thomas Weißschuh2024-04-241-1/+1
| * | | | | sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh2024-04-241-1/+0
* | | | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-14323-3927/+7213
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-147-44/+65
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | ax25: Fix reference count leak issue of net_deviceDuoming Zhou2024-05-131-6/+1
| | * | | | | ax25: Fix reference count leak issues of ax25_devDuoming Zhou2024-05-131-2/+1
| | * | | | | ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou2024-05-131-25/+15
| | * | | | | netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti2024-05-132-6/+32
| | * | | | | inet: fix inet_fill_ifaddr() flags truncationEric Dumazet2024-05-131-3/+10
| | * | | | | ipv6: sr: fix invalid unregister error pathHangbin Liu2024-05-101-0/+2
| | * | | | | ipv6: sr: fix incorrect unregister orderHangbin Liu2024-05-101-1/+1
| | * | | | | ipv6: sr: add missing seg6_local_exitHangbin Liu2024-05-101-0/+1
| | * | | | | net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets2024-05-101-1/+2
| | * | | | | af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao2024-05-101-1/+1
| | | |/ / / | | |/| | |
| * | | | | Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz2024-05-142-9/+17
| * | | | | Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-147-457/+47
| * | | | | Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim2024-05-145-53/+78
| * | | | | Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva2024-05-141-22/+16
| * | | | | LE Create Connection command timeout increased to 20 secsMahesh Talewad2024-05-141-1/+1
| * | | | | Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban2024-05-142-25/+122
| * | | | | Bluetooth: hci_sync: Use cmd->num_cis instead of magic numberGustavo A. R. Silva2024-05-141-1/+1
| * | | | | Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()Gustavo A. R. Silva2024-05-141-1/+1
| * | | | | Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva2024-05-141-15/+11
| * | | | | Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva2024-05-142-51/+36
| * | | | | Bluetooth: Remove 3 repeated macro definitionsZijun Hu2024-05-141-4/+0
| * | | | | Bluetooth: hci_conn: Remove a redundant check for HFP offloadZijun Hu2024-05-141-4/+4
| * | | | | Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-05-141-25/+21
| * | | | | Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu2024-05-142-79/+73
| * | | | | Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu2024-05-141-33/+42
| * | | | | Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz2024-05-142-4/+10
| * | | | | Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz2024-05-141-8/+8
| * | | | | net: revert partially applied PHY topology seriesJakub Kicinski2024-05-133-60/+2
| * | | | | mptcp: include inet_common in mib.hMatthieu Baerts (NGI0)2024-05-131-0/+2
| * | | | | mptcp: move mptcp_pm_gen.h's includeMatthieu Baerts (NGI0)2024-05-133-2/+2