summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz2024-06-101-4/+32
* geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman2024-06-101-2/+3
* rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski2024-06-051-0/+1
* net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov2024-06-021-3/+4
* net: fix __dst_negative_advice() raceEric Dumazet2024-05-302-11/+4
* page_pool: fix &page_pool_params kdoc issuesAlexander Lobakin2024-05-281-2/+3
* tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet2024-05-281-0/+12
* Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-211-1/+6
|\
| * s390/iucv: Unexport iucv_rootHeiko Carstens2024-05-141-1/+0
| * s390/iucv: Provide iucv_alloc_device() / iucv_release_device()Heiko Carstens2024-05-141-0/+6
* | Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-203-19/+27
|\ \
| * | xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin2024-05-082-15/+6
| * | page_pool: don't use driver-set flags field directlyAlexander Lobakin2024-05-071-3/+10
| * | page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin2024-05-071-1/+11
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-194-12/+19
|\ \ \
| * | | mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-264-12/+19
* | | | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-183-6/+13
|\ \ \ \
| * | | | net: pass back whether socket was empty post acceptJens Axboe2024-05-141-0/+1
| * | | | net: change proto and proto_ops accept typeJens Axboe2024-05-143-6/+12
* | | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-1557-527/+1634
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-143-6/+15
| |\ \ \ \ \
| | * | | | | ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou2024-05-141-2/+1
| | * | | | | netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti2024-05-132-4/+14
| | | |_|_|/ | | |/| | |
| * | | | | net: gro: fix napi_gro_cb zeroed alignmentRichard Gobert2024-05-141-2/+4
| * | | | | Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz2024-05-141-0/+1
| * | | | | Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-142-159/+1
| * | | | | Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim2024-05-142-0/+10
| * | | | | Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva2024-05-141-1/+1
| * | | | | LE Create Connection command timeout increased to 20 secsMahesh Talewad2024-05-141-1/+0
| * | | | | Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban2024-05-141-1/+10
| * | | | | Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva2024-05-141-1/+1
| * | | | | Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva2024-05-141-4/+4
| * | | | | Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-05-141-8/+14
| * | | | | Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu2024-05-141-2/+1
| * | | | | Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu2024-05-141-1/+1
| * | | | | Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz2024-05-141-2/+16
| * | | | | mptcp: add net.mptcp.available_schedulersGregory Detal2024-05-141-0/+3
| * | | | | tcp: rstreason: fully support in tcp_check_req()Jason Xing2024-05-141-0/+8
| * | | | | tcp: rstreason: handle timewait cases in the receive pathJason Xing2024-05-141-0/+5
| * | | | | tcp: rstreason: fully support in tcp_rcv_state_process()Jason Xing2024-05-141-0/+18
| * | | | | tcp: rstreason: fully support in tcp_ack()Jason Xing2024-05-141-0/+13
| * | | | | tcp: rstreason: fully support in tcp_rcv_synsent_state_process()Jason Xing2024-05-141-0/+17
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-141-1/+1
| |\ \ \ \ \
| | * | | | | tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu2024-05-031-1/+1
| * | | | | | netdev: Add queue stats for TX stop and wakeDaniel Jurgens2024-05-131-0/+3
| * | | | | | net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert2024-05-131-8/+68
| * | | | | | net: gro: use cb instead of skb->network_headerRichard Gobert2024-05-131-2/+7
| * | | | | | Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-131-2/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal2024-05-101-2/+2
| * | | | | | af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima2024-05-111-0/+1