summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests/net: fix a char signedness issueWillem de Bruijn2023-11-281-1/+1
* selftests/net: ipsec: fix constant out of rangeWillem de Bruijn2023-11-281-2/+2
* Merge branch 'dpaa2-eth-fixes'David S. Miller2023-11-262-7/+11
|\
| * dpaa2-eth: recycle the RX buffer only after all processing doneIoana Ciornei2023-11-261-2/+6
| * dpaa2-eth: increase the needed headroom to account for alignmentIoana Ciornei2023-11-262-5/+5
|/
* net: dsa: mv88e6xxx: fix marvell 6350 probe crashGreg Ungerer2023-11-261-2/+4
* net: dsa: mv88e6xxx: fix marvell 6350 switch probingGreg Ungerer2023-11-261-4/+16
* ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao2023-11-241-2/+4
* mptcp: fix uninit-value in mptcp_incoming_optionsEdward Adam Davis2023-11-241-0/+1
* Merge branch 'rswitch-fixes'David S. Miller2023-11-241-9/+13
|\
| * net: rswitch: Fix missing dev_kfree_skb_any() in error pathYoshihiro Shimoda2023-11-241-8/+12
| * net: rswitch: Fix return value in rswitch_start_xmit()Yoshihiro Shimoda2023-11-241-1/+1
| * net: rswitch: Fix type of ret in rswitch_start_xmit()Yoshihiro Shimoda2023-11-241-1/+1
|/
* Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-2372-667/+1429
|\
| * tools: ynl: fix duplicate op name in devlinkJakub Kicinski2023-11-232-1/+7
| * tools: ynl: fix header path for nfsdJakub Kicinski2023-11-231-1/+1
| * net: ipa: fix one GSI register field widthAlex Elder2023-11-231-1/+1
| * tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn2023-11-231-0/+3
| * net: axienet: Fix check for partial TX checksumSamuel Holland2023-11-231-1/+1
| * vsock/test: fix SEQPACKET message bounds testArseniy Krasnov2023-11-231-6/+13
| * i40e: Fix adding unsupported cloud filtersIvan Vecera2023-11-231-7/+9
| * Merge branch 'ice-restore-timestamp-config-after-reset'Paolo Abeni2023-11-235-82/+83
| |\
| | * ice: restore timestamp configuration after device resetJacob Keller2023-11-233-40/+51
| | * ice: unify logic for programming PFINT_TSYN_MSKJacob Keller2023-11-231-26/+34
| | * ice: remove ptp_tx ring parameter flagJacob Keller2023-11-233-18/+0
| |/
| * Merge branch 'amd-xgbe-fixes-to-handle-corner-cases'Paolo Abeni2023-11-233-4/+35
| |\
| | * amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju2023-11-231-3/+8
| | * amd-xgbe: handle the corner-case during tx completionRaju Rangoju2023-11-231-0/+14
| | * amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju2023-11-231-1/+13
| |/
| * net: veth: fix ethtool stats reportingLorenzo Bianconi2023-11-231-1/+1
| * octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx ...Suman Ghosh2023-11-231-1/+19
| * net: usb: qmi_wwan: claim interface 4 for ZTE MF290Lech Perczak2023-11-231-0/+1
| * Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"Heiner Kallweit2023-11-221-3/+1
| * net/smc: avoid data corruption caused by declineD. Wythe2023-11-221-2/+6
| * nfc: virtual_ncidev: Add variable to check if ndev is runningNguyen Dinh Phi2023-11-221-1/+6
| * dpll: Fix potential msg memleak when genlmsg_put_reply failedHao Ge2023-11-221-5/+12
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-2218-416/+1043
| |\
| | * Merge branch 'verify-callbacks-as-if-they-are-called-unknown-number-of-times'Alexei Starovoitov2023-11-2110-217/+709
| | |\
| | | * selftests/bpf: check if max number of bpf_loop iterations is trackedEduard Zingerman2023-11-211-0/+75
| | | * bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman2023-11-213-12/+53
| | | * selftests/bpf: test widening for iterating callbacksEduard Zingerman2023-11-211-0/+20
| | | * bpf: widening for callback iteratorsEduard Zingerman2023-11-211-2/+22
| | | * selftests/bpf: tests for iterating callbacksEduard Zingerman2023-11-212-0/+149
| | | * bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2023-11-215-113/+240
| | | * bpf: extract setup_func_entry() utility functionEduard Zingerman2023-11-211-36/+48
| | | * bpf: extract __check_reg_arg() utility functionEduard Zingerman2023-11-211-6/+13
| | | * selftests/bpf: fix bpf_loop_bench for new callback verification schemeEduard Zingerman2023-11-211-5/+8
| | | * selftests/bpf: track string payload offset as scalar in strobemetaEduard Zingerman2023-11-211-30/+48
| | | * selftests/bpf: track tcp payload offset as scalar in xdp_synproxyEduard Zingerman2023-11-211-32/+52
| | |/
| | * Merge branch 'bpf_redirect_peer fixes'Martin KaFai Lau2023-11-208-199/+334
| | |\