summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-12-26net: dsa: mv88e6xxx: depend on PTP conditionallyJohnny S. Lee
2022-12-26qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-23net: hns3: fix VF promisc mode not update when mac table fullJian Shen
2022-12-23net: hns3: fix miss L3E checking for rx packetJian Shen
2022-12-23net: hns3: add interrupts re-initialization while doing VF FLRJie Wang
2022-12-22veth: Fix race with AF_XDP exposing old or uninitialized descriptorsShawn Bohrer
2022-12-22net: lan966x: Fix configuration of the PCSHoratiu Vultur
2022-12-22bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet
2022-12-21nfp: fix schedule in atomic context when sync mc addressYinjun Zhang
2022-12-21vmxnet3: correctly report csum_level for encapsulated packetRonak Doshi
2022-12-21net: vrf: determine the dst using the original ifindex for multicastAntoine Tenart
2022-12-21ice: xsk: do not use xdp_return_frame() on tx_buf->raw_bufMaciej Fijalkowski
2022-12-21Merge tag 'wireless-2022-12-21' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-12-20net: fec: check the return value of build_skb()Wei Fang
2022-12-20wifi: ath9k: use proper statements in conditionalsArnd Bergmann
2022-12-20wifi: mt76: mt7996: select CONFIG_RELAYArnd Bergmann
2022-12-20wifi: iwlwifi: fw: skip PPAG for JFJohannes Berg
2022-12-19Merge tag 'linux-can-fixes-for-6.2-20221219' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-12-19net: dsa: microchip: remove IRQF_TRIGGER_FALLING in request_threaded_irqArun Ramadoss
2022-12-19can: kvaser_usb: hydra: help gcc-13 to figure out cmd_lenMarc Kleine-Budde
2022-12-19can: flexcan: avoid unbalanced pm_runtime_enable warningHaibo Chen
2022-12-19mctp: serial: Fix starting value for frame check sequenceJeremy Kerr
2022-12-19nfp: fix unaligned io read of capabilities wordHuanhuan Wang
2022-12-19myri10ge: Fix an error handling path in myri10ge_probe()Christophe JAILLET
2022-12-19net: microchip: vcap: Fix initialization of value and maskHoratiu Vultur
2022-12-18Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2022-12-16net: ethernet: ti: am65-cpsw: fix CONFIG_PM #ifdefArnd Bergmann
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-15net: dsa: mt7530: remove redundant assignmentDaniel Golle
2022-12-15igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min
2022-12-15igc: recalculate Qbv end_time by considering cycle timeTan Tee Min
2022-12-15igc: allow BaseTime 0 enrollment for QbvTan Tee Min
2022-12-15igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli
2022-12-15igc: Use strict cycles for Qbv schedulingVinicius Costa Gomes
2022-12-15igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes
2022-12-15net: dsa: mv88e6xxx: avoid reg_lock deadlock in mv88e6xxx_setup_port()Vladimir Oltean
2022-12-15ravb: Fix "failed to switch device to config mode" message during unbindBiju Das
2022-12-15net: stmmac: fix errno when create_singlethread_workqueue() failsGaosheng Cui
2022-12-15r6040: Fix kmemleak in probe and removeLi Zetao
2022-12-14net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-12-14wifi: ti: remove obsolete lines in the MakefileLukas Bulwahn
2022-12-13wireguard: timers: cast enum limits members to int in printsJiri Slaby (SUSE)
2022-12-13igb: Initialize mailbox message for VF resetTony Nguyen
2022-12-13bonding: do failover when high prio link upHangbin Liu
2022-12-13bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu
2022-12-13net: macsec: fix net device access prior to holding a lockEmeel Hakim
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds