summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski2024-04-161-0/+8
* Merge branch 'net-stmmac-fix-mac-capabilities-procedure'Paolo Abeni2024-04-167-29/+32
|\
| * net: stmmac: Fix IP-cores specific MAC capabilitiesSerge Semin2024-04-167-19/+23
| * net: stmmac: Fix max-speed being ignored on queue re-initSerge Semin2024-04-161-0/+5
| * net: stmmac: Apply half-duplex-less constraint for DW QoS Eth onlySerge Semin2024-04-162-16/+10
|/
* Merge branch 'selftests-net-tcp_ao-a-bunch-of-fixes-for-tcp-ao-selftests'Paolo Abeni2024-04-164-18/+21
|\
| * selftests/tcp_ao: Printing fixes to confirm with format-securityDmitry Safonov2024-04-161-6/+6
| * selftests/tcp_ao: Fix fscanf() call for format-securityDmitry Safonov2024-04-161-1/+1
| * selftests/tcp_ao: Zero-init tcp_ao_info_optDmitry Safonov2024-04-161-1/+1
| * selftests/tcp_ao: Make RST tests less flakyDmitry Safonov2024-04-161-10/+13
|/
* octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementationAsbjørn Sloth Tønnesen2024-04-151-2/+5
* inet: bring NLM_DONE out to a separate recv() againJakub Kicinski2024-04-151-0/+5
* net: change maximum number of UDP segments to 128Yuri Benditovich2024-04-142-2/+2
* Merge branch 'mlx5-fixes'Jakub Kicinski2024-04-1210-23/+39
|\
| * net/mlx5e: Prevent deadlock while disabling aRFSCarolina Jubran2024-04-121-11/+16
| * net/mlx5e: Acquire RTNL lock before RQs/SQs activation/deactivationCarolina Jubran2024-04-121-0/+7
| * net/mlx5e: Use channel mdev reference instead of global mdev instance for coa...Rahul Rameshbabu2024-04-121-2/+2
| * net/mlx5: Restore mistakenly dropped parts in register devlink flowShay Drory2024-04-122-2/+4
| * net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan2024-04-125-7/+7
| * net/mlx5: Lag, restore buckets number to default after hash LAG deactivationShay Drory2024-04-121-1/+3
|/
* net: sparx5: flower: fix fragment flags handlingAsbjørn Sloth Tønnesen2024-04-121-21/+40
* Merge branch 'af_unix-fix-msg_oob-bugs-with-msg_peek'Jakub Kicinski2024-04-121-6/+6
|\
| * af_unix: Don't peek OOB data without MSG_OOB.Kuniyuki Iwashima2024-04-121-5/+5
| * af_unix: Call manage_oob() for every skb in unix_stream_read_generic().Kuniyuki Iwashima2024-04-121-1/+1
|/
* Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2024-04-1210-25/+91
|\
| * netfilter: flowtable: incorrect pppoe tuplePablo Neira Ayuso2024-04-111-1/+1
| * netfilter: flowtable: validate pppoe headerPablo Neira Ayuso2024-04-113-5/+18
| * netfilter: nft_set_pipapo: do not free live elementFlorian Westphal2024-04-111-5/+9
| * netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso2024-04-113-2/+23
| * netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso2024-04-114-8/+28
| * netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()Ziyang Xuan2024-04-111-2/+6
| * netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan2024-04-111-2/+6
* | Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-1169-356/+743
|\ \
| * \ Merge branch 'ena-driver-bug-fixes'Paolo Abeni2024-04-113-14/+27
| |\ \
| | * | net: ena: Set tx_info->xdpf value to NULLDavid Arinzon2024-04-111-1/+3
| | * | net: ena: Fix incorrect descriptor free behaviorDavid Arinzon2024-04-111-3/+11
| | * | net: ena: Wrong missing IO completions check orderDavid Arinzon2024-04-111-9/+12
| | * | net: ena: Fix potential sign extension issueDavid Arinzon2024-04-111-1/+1
| |/ /
| * | Merge tag 'for-net-2024-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2024-04-119-99/+79
| |\ \
| | * | Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka2024-04-101-2/+1
| | * | Bluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-13/+8
| | * | Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-24/+12
| | * | Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-32/+20
| | * | Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-9/+5
| | * | Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-102-13/+19
| | * | Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov2024-04-101-1/+3
| | * | Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz2024-04-101-3/+3
| | * | Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz2024-04-101-2/+8
| | |/
| * | af_unix: Fix garbage collector racing against connect()Michal Luczaj2024-04-111-1/+17
| * | net: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL2024-04-112-34/+200