summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
| * | | | | | | | | mptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)2024-05-131-15/+17
| * | | | | | | | | mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)2024-05-133-4/+5
| * | | | | | | | | mptcp: add net.mptcp.available_schedulersGregory Detal2024-05-133-1/+49
| * | | | | | | | | mptcp: sockopt: info: stop early if no bufferMatthieu Baerts (NGI0)2024-05-131-0/+4
| * | | | | | | | | mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)2024-05-132-0/+61
| * | | | | | | | | mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)2024-05-131-2/+0
| * | | | | | | | | tcp: rstreason: fully support in tcp_check_req()Jason Xing2024-05-131-1/+1
| * | | | | | | | | tcp: rstreason: handle timewait cases in the receive pathJason Xing2024-05-132-2/+2
| * | | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-133-3/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_caMiao Xu2024-05-021-0/+3
| | * | | | | | | | | tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu2024-05-023-3/+4
| * | | | | | | | | | l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault2024-05-131-8/+10
| * | | | | | | | | | netdev: Add queue stats for TX stop and wakeDaniel Jurgens2024-05-131-1/+3
| * | | | | | | | | | tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)2024-05-132-0/+5
| * | | | | | | | | | net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert2024-05-135-76/+5
| * | | | | | | | | | net: gro: use cb instead of skb->network_headerRichard Gobert2024-05-134-9/+6
| * | | | | | | | | | Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-1315-171/+159
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal2024-05-107-19/+21
| | * | | | | | | | | netfilter: nft_set_pipapo: remove dirty flagFlorian Westphal2024-05-102-27/+0
| | * | | | | | | | | netfilter: nft_set_pipapo: move cloning of match info to insert/removal pathFlorian Westphal2024-05-101-21/+49
| | * | | | | | | | | netfilter: nft_set_pipapo: prepare pipapo_get helper for on-demand cloneFlorian Westphal2024-05-101-7/+10
| | * | | | | | | | | netfilter: nft_set_pipapo: merge deactivate helper into callerFlorian Westphal2024-05-061-30/+9
| | * | | | | | | | | netfilter: nft_set_pipapo: prepare walk function for on-demand cloneFlorian Westphal2024-05-061-21/+39
| | * | | | | | | | | netfilter: nft_set_pipapo: prepare destroy function for on-demand cloneFlorian Westphal2024-05-061-21/+6
| | * | | | | | | | | netfilter: nft_set_pipapo: make pipapo_clone helper return NULLFlorian Westphal2024-05-061-7/+7
| | * | | | | | | | | netfilter: nft_set_pipapo: move prove_locking helper aroundFlorian Westphal2024-05-061-11/+11
| | * | | | | | | | | netfilter: conntrack: remove flowtable early-drop testFlorian Westphal2024-05-061-2/+0
| | * | | | | | | | | netfilter: use NF_DROP instead of -NF_DROPJason Xing2024-05-063-3/+3
| | * | | | | | | | | netfilter: conntrack: dccp: try not to drop skb in conntrackJason Xing2024-05-061-2/+2
| | * | | | | | | | | netfilter: conntrack: fix ct-state for ICMPv6 Multicast Router DiscoveryLinus Lüssing2024-05-061-1/+3
| | * | | | | | | | | netfilter: nf_tables: remove NETDEV_CHANGENAME from netdev chain event handlerPablo Neira Ayuso2024-05-061-5/+1
| | * | | | | | | | | netfilter: nf_tables: skip transaction if update object is not implementedPablo Neira Ayuso2024-05-061-2/+6