summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan2022-05-261-0/+1
* selftests/net: enable lo.accept_local in psock_snd testluyun2022-05-261-0/+2
* ptp: ptp_clockmatrix: fix is_single_shotMin Li2022-05-261-1/+1
* net: ethernet: ti: am65-cpsw: Fix fwnode passed to phylink_create()Siddharth Vadapalli2022-05-261-1/+4
* Merge branch 'amt-fix-several-bugs'Jakub Kicinski2022-05-262-4/+4
|\
| * amt: fix possible memory leak in amt_rcv()Taehee Yoo2022-05-261-1/+1
| * amt: fix return value of amt_update_handler()Taehee Yoo2022-05-261-1/+1
| * amt: fix typo in amtTaehee Yoo2022-05-262-2/+2
|/
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251930-59867/+162302
|\
| * Merge branch 'ptp-ocp-various-updates'Jakub Kicinski2022-05-241-211/+348
| |\
| | * ptp: ocp: Add firmware header checksVadim Fedorenko2022-05-241-5/+73
| | * ptp: ocp: fix PPS source selector debugfs reportingJonathan Lemon2022-05-241-11/+14
| | * ptp: ocp: add .init function for sma_op vectorJonathan Lemon2022-05-241-9/+20
| | * ptp: ocp: vectorize the sma accessor functionsJonathan Lemon2022-05-241-145/+169
| | * ptp: ocp: constify selectorsJonathan Lemon2022-05-241-11/+13
| | * ptp: ocp: parameterize input/output sma selectorsJonathan Lemon2022-05-241-15/+27
| | * ptp: ocp: revise firmware displayJonathan Lemon2022-05-241-23/+41
| | * ptp: ocp: add Celestica timecard PCI idsVadim Fedorenko2022-05-241-1/+5
| | * ptp: ocp: Remove #ifdefs around PCI IDsJonathan Lemon2022-05-241-7/+2
| | * ptp: ocp: 32-bit fixups for pci start addressJonathan Lemon2022-05-241-5/+5
| |/
| * Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan2022-05-241-27/+17
| * ath6kl: Use cc-disable-warning to disable -Wdangling-pointerNathan Chancellor2022-05-241-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-2424-91/+192
| |\
| | * Merge tag 'for-net-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-05-232-5/+8
| | |\
| | | * Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz2022-05-232-5/+8
| | |/
| | * net/smc: fix listen processing for SMC-Rv2liuyacan2022-05-231-17/+27
| | * net/smc: postpone sk_refcnt increment in connect()liuyacan2022-05-231-1/+1
| | * net: dsa: restrict SMSC_LAN9303_I2C kconfigRandy Dunlap2022-05-231-1/+2
| | * Merge branch 'dpaa2-swtso-fixes'David S. Miller2022-05-221-5/+7
| | |\
| | | * dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei2022-05-221-4/+4
| | | * dpaa2-eth: use the correct software annotation fieldIoana Ciornei2022-05-221-1/+1
| | | * dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei2022-05-221-1/+3
| | |/
| | * hinic: Avoid some over memory allocationChristophe JAILLET2022-05-221-1/+1
| | * net: fec: Do proper error checking for optional clksUwe Kleine-König2022-05-221-6/+10
| | * Merge branch 'rxrpc-fixes'David S. Miller2022-05-227-34/+47
| | |\
| | | * rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-05-225-17/+26
| | | * rxrpc: Don't let ack.previousPacket regressDavid Howells2022-05-223-4/+6
| | | * rxrpc: Fix overlapping ACK accountingDavid Howells2022-05-222-11/+12
| | | * rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-05-221-1/+2
| | | * rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells2022-05-221-2/+2
| | |/
| | * hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu2022-05-211-1/+4
| | * Merge branch 'amt-fix-several-bugs-in-gateway-mode'Jakub Kicinski2022-05-211-5/+6
| | |\
| | | * amt: fix memory leak for advertisement messageTaehee Yoo2022-05-211-3/+2
| | | * amt: fix gateway mode stuckTaehee Yoo2022-05-211-2/+4
| | |/
| | * net: stmmac: fix out-of-bounds access in a selftestJakub Kicinski2022-05-211-7/+6
| | * bonding: fix missed rcu protectionHangbin Liu2022-05-201-3/+12
| | * NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_txDuoming Zhou2022-05-202-3/+15
| | * Documentation: add description for net.core.gro_normal_batchXin Long2022-05-201-0/+9
| | * net: macb: Fix PTP one step sync supportHarini Katakam2022-05-203-5/+42
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-24121-1582/+7422
| |\ \