summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()Gustavo A. R. Silva1-1/+1
2024-05-14Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva1-15/+11
2024-05-14Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva2-51/+36
2024-05-14Bluetooth: Remove 3 repeated macro definitionsZijun Hu1-4/+0
2024-05-14Bluetooth: hci_conn: Remove a redundant check for HFP offloadZijun Hu1-4/+4
2024-05-14Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-25/+21
2024-05-14Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu2-79/+73
2024-05-14Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu1-33/+42
2024-05-14Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz2-4/+10
2024-05-14Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz1-8/+8
2024-05-14net: revert partially applied PHY topology seriesJakub Kicinski3-60/+2
2024-05-14mptcp: include inet_common in mib.hMatthieu Baerts (NGI0)1-0/+2
2024-05-14mptcp: move mptcp_pm_gen.h's includeMatthieu Baerts (NGI0)3-2/+2
2024-05-14mptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)1-15/+17
2024-05-14mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)3-4/+5
2024-05-14mptcp: add net.mptcp.available_schedulersGregory Detal3-1/+49
2024-05-14mptcp: sockopt: info: stop early if no bufferMatthieu Baerts (NGI0)1-0/+4
2024-05-14mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)2-0/+61
2024-05-14mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)1-2/+0
2024-05-14tcp: rstreason: fully support in tcp_check_req()Jason Xing1-1/+1
2024-05-14tcp: rstreason: handle timewait cases in the receive pathJason Xing2-2/+2
2024-05-14net: pass back whether socket was empty post acceptJens Axboe1-0/+1
2024-05-14net: have do_accept() take a struct proto_accept_arg argumentJens Axboe1-7/+5
2024-05-14net: change proto and proto_ops accept typeJens Axboe25-91/+95
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-3/+7
2024-05-14ax25: Fix reference count leak issue of net_deviceDuoming Zhou1-6/+1
2024-05-14ax25: Fix reference count leak issues of ax25_devDuoming Zhou1-2/+1
2024-05-14ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou1-25/+15
2024-05-14l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault1-8/+10
2024-05-14netdev: Add queue stats for TX stop and wakeDaniel Jurgens1-1/+3
2024-05-14netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti2-6/+32
2024-05-14tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)2-0/+5
2024-05-14net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert5-76/+5
2024-05-14net: gro: use cb instead of skb->network_headerRichard Gobert4-9/+6
2024-05-13inet: fix inet_fill_ifaddr() flags truncationEric Dumazet1-3/+10
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski15-171/+159
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds2-13/+25
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-0/+50
2024-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-...Jens Axboe289-2819/+6403
2024-05-11Merge branch 'for-6.10/io_uring' into net-accept-moreJens Axboe2-13/+25
2024-05-11ipv6: sr: fix invalid unregister error pathHangbin Liu1-0/+2
2024-05-11ipv6: sr: fix incorrect unregister orderHangbin Liu1-1/+1
2024-05-11ipv6: sr: add missing seg6_local_exitHangbin Liu1-0/+1
2024-05-11net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets1-1/+2
2024-05-11af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao1-1/+1
2024-05-11af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima2-4/+11
2024-05-10netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal7-19/+21
2024-05-10netfilter: nft_set_pipapo: remove dirty flagFlorian Westphal2-27/+0
2024-05-10netfilter: nft_set_pipapo: move cloning of match info to insert/removal pathFlorian Westphal1-21/+49
2024-05-10netfilter: nft_set_pipapo: prepare pipapo_get helper for on-demand cloneFlorian Westphal1-7/+10