summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-06net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang1-0/+1
2024-06-05devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()Christophe JAILLET1-2/+2
2024-06-05net: caif: remove unused structsDr. David Alan Gilbert1-2/+0
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing2-3/+2
2024-06-04tcp: add a helper for setting EOR on tail skbJakub Kicinski1-0/+9
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski1-0/+7
2024-06-04flow_dissector: add support for tunnel control flagsDavide Caratti2-0/+21
2024-06-02net: qstat: extend kdoc about get_base_statsJakub Kicinski1-0/+2
2024-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-13/+19
2024-05-31ipv6: sr: restruct ifdefinesHangbin Liu2-0/+14
2024-05-30net: dsa: remove mac_prepare()/mac_finish() shimsRussell King (Oracle)1-6/+0
2024-05-30net: fix __dst_negative_advice() raceEric Dumazet2-11/+4
2024-05-30tcp: add tcp_done_with_error() helperEric Dumazet1-0/+1
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2
2024-05-28page_pool: fix &page_pool_params kdoc issuesAlexander Lobakin1-2/+3
2024-05-28tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet1-0/+12
2024-05-24net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-2/+2
2024-05-21Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+6
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds3-19/+27
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-12/+19
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds3-6/+13
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds57-527/+1634
2024-05-14s390/iucv: Unexport iucv_rootHeiko Carstens1-1/+0
2024-05-14s390/iucv: Provide iucv_alloc_device() / iucv_release_device()Heiko Carstens1-0/+6
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+15
2024-05-14net: gro: fix napi_gro_cb zeroed alignmentRichard Gobert1-2/+4
2024-05-14Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz1-0/+1
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2-159/+1
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim2-0/+10
2024-05-14Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva1-1/+1
2024-05-14LE Create Connection command timeout increased to 20 secsMahesh Talewad1-1/+0
2024-05-14Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban1-1/+10
2024-05-14Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva1-1/+1
2024-05-14Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva1-4/+4
2024-05-14Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-8/+14
2024-05-14Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu1-2/+1
2024-05-14Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu1-1/+1
2024-05-14Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz1-2/+16
2024-05-14mptcp: add net.mptcp.available_schedulersGregory Detal1-0/+3
2024-05-14tcp: rstreason: fully support in tcp_check_req()Jason Xing1-0/+8
2024-05-14tcp: rstreason: handle timewait cases in the receive pathJason Xing1-0/+5
2024-05-14tcp: rstreason: fully support in tcp_rcv_state_process()Jason Xing1-0/+18
2024-05-14tcp: rstreason: fully support in tcp_ack()Jason Xing1-0/+13
2024-05-14tcp: rstreason: fully support in tcp_rcv_synsent_state_process()Jason Xing1-0/+17
2024-05-14net: pass back whether socket was empty post acceptJens Axboe1-0/+1
2024-05-14net: change proto and proto_ops accept typeJens Axboe3-6/+12
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2024-05-14ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou1-2/+1
2024-05-14netdev: Add queue stats for TX stop and wakeDaniel Jurgens1-0/+3