summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-15nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski1-1/+2
2023-05-15octeontx2-pf: mcs: Remove unneeded semicolonYang Li1-2/+2
2023-05-15net: ethernet: microchip: vcap: Remove extra semicolonAnup Sharma1-4/+4
2023-05-15Merge branch 'octeontx2-pf-HTB'David S. Miller20-127/+2144
2023-05-15docs: octeontx2: Add Documentation for QOSHariprasad Kelam1-0/+45
2023-05-15octeontx2-pf: ethtool expose qos statsHariprasad Kelam1-9/+20
2023-05-15octeontx2-pf: Add support for HTB offloadNaveen Mamindlapalli10-14/+1507
2023-05-15octeontx2-pf: Prepare for QOS offloadHariprasad Kelam3-20/+43
2023-05-15octeontx2-pf: Refactor schedular queue alloc/free callsHariprasad Kelam5-38/+94
2023-05-15octeontx2-pf: qos send queues managementSubbaraya Sundeep10-42/+426
2023-05-15octeontx2-pf: Rename tot_tx_queues to non_qos_queuesHariprasad Kelam4-15/+15
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli3-5/+10
2023-05-15net: Remove low_thresh in ip defragAngus Chen6-24/+18
2023-05-15Merge tag 'wireless-next-2023-05-12' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller43-300/+3488
2023-05-13sfc: fix use-after-free in efx_tc_flower_record_encap_match()Edward Cree1-2/+2
2023-05-13net: phylink: constify fwnode argumentsRussell King (Oracle)2-9/+11
2023-05-13net: fec: using the standard return codes when xdp xmit errorsShenwei Wang1-3/+3
2023-05-13net: macb: Shorten max_tx_len to 4KiB - 56 on mpfsDaire McNamara2-3/+10
2023-05-13ping: Convert hlist_nulls to plain hlist.Kuniyuki Iwashima1-26/+15
2023-05-13Merge branch 'skb_frag_fill_page_desc'David S. Miller20-109/+65
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin3-17/+1
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin19-92/+64
2023-05-13selftests: net: vxlan: Add tests for vxlan nolocalbypass option.Vladimir Nikishkin2-0/+241
2023-05-13net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin3-3/+23
2023-05-13Merge branch 'broadcom-phy-wol'David S. Miller7-5/+416
2023-05-13net: bcmgenet: Add support for PHY-based Wake-on-LANFlorian Fainelli1-0/+14
2023-05-13net: phy: broadcom: Add support for Wake-on-LANFlorian Fainelli4-3/+395
2023-05-13net: phy: Allow drivers to always call into ->suspend()Florian Fainelli2-2/+7
2023-05-12Merge branch 'sfc-decap'David S. Miller4-64/+197
2023-05-12sfc: support TC decap rules matching on enc_src_portEdward Cree4-16/+41
2023-05-12sfc: support TC decap rules matching on enc_ip_tosEdward Cree2-36/+133
2023-05-12sfc: populate enc_ip_tos matches in MAE outer rulesEdward Cree4-7/+20
2023-05-12sfc: release encap match in efx_tc_flow_free()Edward Cree1-17/+15
2023-05-12net: liquidio: lio_main: Remove unnecessary (void*) conversionswuych1-12/+6
2023-05-12sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn1-0/+18
2023-05-12Merge branch 'selftests-fcnal'David S. Miller2-1/+132
2023-05-12selftests: fcnal: Test SO_DONTROUTE on raw and ping sockets.Guillaume Nault1-0/+14
2023-05-12selftests: fcnal: Test SO_DONTROUTE on UDP sockets.Guillaume Nault1-0/+17
2023-05-12selftests: fcnal: Test SO_DONTROUTE on TCP sockets.Guillaume Nault1-0/+56
2023-05-12selftests: Add SO_DONTROUTE option to nettest.Guillaume Nault1-1/+45
2023-05-12bonding: Always assign be16 value to vlan_protoSimon Horman1-3/+5
2023-05-12Merge branch 'net-handshake-fixes'David S. Miller8-7/+29
2023-05-12net/handshake: Enable the SNI extension to work properlyChuck Lever5-0/+19
2023-05-12net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2-0/+5
2023-05-12net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever1-1/+1
2023-05-12net/handshake: Fix uninitialized local variableChuck Lever1-1/+1
2023-05-12net/handshake: Fix handshake_dup() ref countingChuck Lever1-2/+3
2023-05-12net/handshake: Remove unneeded check from handshake_dup()Chuck Lever1-3/+0
2023-05-12ipvlan: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-05-12octeontx2-pf: mcs: Offload extended packet number(XPN) featureSubbaraya Sundeep2-19/+75