summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+2
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan-2/+2
2024-05-21Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-1/+6
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds-19/+27
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-12/+19
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds-6/+13
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-527/+1634
2024-05-14s390/iucv: Unexport iucv_rootHeiko Carstens-1/+0
2024-05-14s390/iucv: Provide iucv_alloc_device() / iucv_release_device()Heiko Carstens-0/+6
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+15
2024-05-14net: gro: fix napi_gro_cb zeroed alignmentRichard Gobert-2/+4
2024-05-14Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz-0/+1
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz-159/+1
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim-0/+10
2024-05-14Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva-1/+1
2024-05-14LE Create Connection command timeout increased to 20 secsMahesh Talewad-1/+0
2024-05-14Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban-1/+10
2024-05-14Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva-1/+1
2024-05-14Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva-4/+4
2024-05-14Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-8/+14
2024-05-14Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu-2/+1
2024-05-14Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu-1/+1
2024-05-14Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz-2/+16
2024-05-13mptcp: add net.mptcp.available_schedulersGregory Detal-0/+3
2024-05-13tcp: rstreason: fully support in tcp_check_req()Jason Xing-0/+8
2024-05-13tcp: rstreason: handle timewait cases in the receive pathJason Xing-0/+5
2024-05-13tcp: rstreason: fully support in tcp_rcv_state_process()Jason Xing-0/+18
2024-05-13tcp: rstreason: fully support in tcp_ack()Jason Xing-0/+13
2024-05-13tcp: rstreason: fully support in tcp_rcv_synsent_state_process()Jason Xing-0/+17
2024-05-13net: pass back whether socket was empty post acceptJens Axboe-0/+1
2024-05-13net: change proto and proto_ops accept typeJens Axboe-6/+12
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+1
2024-05-13ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou-2/+1
2024-05-13netdev: Add queue stats for TX stop and wakeDaniel Jurgens-0/+3
2024-05-13netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti-4/+14
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert-8/+68
2024-05-13net: gro: use cb instead of skb->network_headerRichard Gobert-2/+7
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-2/+2
2024-05-13Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds-8/+1
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-0/+2
2024-05-10af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima-0/+1
2024-05-10Merge tag 'gtp-24-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/pab...David S. Miller-0/+5
2024-05-10netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal-2/+2
2024-05-09tcp: get rid of twsk_unique()Eric Dumazet-9/+0
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2024-05-08Merge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-11/+24
2024-05-08net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet-1/+1
2024-05-08net: dsa: add support switches global DSCP priority mappingOleksij Rempel-0/+9
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel-0/+133
2024-05-08net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel-0/+4