aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: mana: Fix memory leak in mana_hwc_create_wqJosé Expósito2021-12-091-5/+5
* nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie2021-12-091-1/+3
* net: dsa: mv88e6xxx: error handling for serdes_power functionsAmeer Hamza2021-12-091-1/+7
* can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson2021-12-091-28/+73
* can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{...Jimmy Assarsson2021-12-091-1/+7
* net: mvpp2: fix XDP rx queues registeringLouis Amas2021-12-081-2/+2
* vmxnet3: fix minimum vectors alloc issueRonak Doshi2021-12-081-6/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-081-4/+4
|\
| * vrf: don't run conntrack on vrf with !dflt qdiscNicolas Dichtel2021-12-081-4/+4
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2021-12-089-47/+74
|\ \
| * | ice: safer stats processingJesse Brandeburg2021-12-081-11/+18
| * | ice: fix adding different tunnelsMichal Swiatkowski2021-12-076-13/+25
| * | ice: fix choosing UDP header typeMichal Swiatkowski2021-12-071-17/+10
| * | ice: ignore dropped packets during initJesse Brandeburg2021-12-071-0/+3
| * | ice: Fix problems with DSCP QoS implementationDave Ertman2021-12-071-6/+12
| * | ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt2021-12-071-0/+4
| * | ice: fix FDIR init missing when reset VFYahui Cao2021-12-071-0/+2
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-0811-0/+12
|\ \ \
| * | | treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-0311-0/+12
* | | | net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's"Russell King (Oracle)2021-12-081-8/+13
* | | | net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang2021-12-072-1/+4
* | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2021-12-075-38/+91
|\ \ \ \
| * | | | i40e: Fix NULL pointer dereference in i40e_dbg_dump_descNorbert Zulinski2021-12-061-0/+8
| * | | | i40e: Fix pre-set max number of queues for VFMateusz Palczewski2021-12-061-5/+0
| * | | | i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek2021-12-062-22/+50
| * | | | iavf: Fix reporting when setting descriptor countMichal Maloszewski2021-12-061-11/+32
| * | | | iavf: restore MSI state on resetMitch Williams2021-12-011-0/+1
* | | | | net: phy: Add the missing blank line in the phylink_suspend commentYanteng Si2021-12-071-0/+1
* | | | | gve: fix for null pointer dereference.Ameer Hamza2021-12-071-0/+3
| |_|/ / |/| | |
* | | | net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter2021-12-071-10/+9
* | | | can: m_can: pci: use custom bit timings for Elkhart LakeMatthias Schiffer2021-12-071-4/+44
* | | | can: m_can: make custom bittiming fields constMatthias Schiffer2021-12-071-2/+2
* | | | Revert "can: m_can: remove support for custom bit timing"Matthias Schiffer2021-12-072-6/+21
* | | | can: m_can: pci: fix incorrect reference clock rateMatthias Schiffer2021-12-071-1/+1
* | | | can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()Matthias Schiffer2021-12-071-2/+12
* | | | can: m_can: m_can_read_fifo: fix memory leak in error branchVincent Mailhol2021-12-071-1/+3
* | | | can: m_can: Disable and ignore ELO interruptBrian Silverman2021-12-071-8/+6
* | | | can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter2021-12-071-1/+6
* | | | can: pch_can: pch_can_rx_normal: fix use after freeVincent Mailhol2021-12-071-1/+1
* | | | net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zeroLee Jones2021-12-031-0/+2
* | | | qede: validate non LSO skb lengthManish Chopra2021-12-031-0/+7
* | | | net: altera: set a couple error code in probe()Dan Carpenter2021-12-031-3/+6
* | | | net: bcm4908: Handle dma_set_coherent_mask error codesJiasheng Jiang2021-12-031-1/+3
* | | | bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-031-6/+8
* | | | Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-0269-298/+757
|\ \ \ \
| * | | | net: dsa: b53: Add SPI ID tableFlorian Fainelli2021-12-021-0/+14
| * | | | ibmvnic: drop bad optimization in reuse_tx_pools()Sukadev Bhattiprolu2021-12-021-11/+3
| * | | | ibmvnic: drop bad optimization in reuse_rx_pools()Sukadev Bhattiprolu2021-12-021-11/+3
| * | | | ethernet: aquantia: Try MAC address from device treeTianhao Chai2021-12-021-10/+14
| * | | | octeontx2-af: Fix a memleak bug in rvu_mbox_init()Zhou Qingyang2021-12-011-1/+1