summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-25119-412/+669
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-2584-362/+668
| |\
| | * ch_ktls: fix enum-conversion warningArnd Bergmann2021-03-241-1/+1
| | * octeontx2-af: Fix memory leak of object bufColin Ian King2021-03-241-1/+3
| | * net/mlx5: SF, do not use ecpu bit for vhca state processingParav Pandit2021-03-224-24/+17
| | * net/mlx5e: Fix division by 0 in mlx5e_select_queueMaxim Mikityanskiy2021-03-221-0/+5
| | * net/mlx5e: Fix error path for ethtool set-priv-flagAya Levin2021-03-221-1/+5
| | * net/mlx5e: Offload tuple rewrite for non-CT flowsDima Chumak2021-03-222-12/+35
| | * net/mlx5e: Allow to match on MPLS parameters only for MPLS over UDPAlaa Hleihel2021-03-221-0/+10
| | * net/mlx5: Add back multicast stats for uplink representorHuy Nguyen2021-03-221-0/+7
| | * r8169: fix DMA being used after buffer free if WoL is enabledHeiner Kallweit2021-03-211-2/+4
| | * Merge tag 'linux-can-fixes-for-5.12-20210320' of git://git.kernel.org/pub/scm...David S. Miller2021-03-211-2/+0
| | |\
| | | * can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"Marc Kleine-Budde2021-03-201-2/+0
| | * | net: ipa: fix init header command validationAlex Elder2021-03-211-17/+33
| | |/
| | * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2021-03-195-20/+38
| | |\
| | | * igb: check timestamp validityJesse Brandeburg2021-03-193-14/+32
| | | * igb: Fix duplicate include guardTom Seewald2021-03-191-3/+3
| | | * e1000e: Fix duplicate include guardTom Seewald2021-03-191-3/+3
| | * | net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizesCorentin Labbe2021-03-191-0/+2
| | * | r8152: limit the RX buffer size of RTL8153A for USB 2.0Hayes Wang2021-03-191-1/+4
| | |/
| | * net: cdc-phonet: fix data-interface release on probe failureJohan Hovold2021-03-191-0/+2
| | * net: marvell: Remove reference to CONFIG_MV64X60Christophe Leroy2021-03-182-3/+3
| | * octeontx2-af: Fix uninitialized variable warningSubbaraya Sundeep2021-03-181-1/+1
| | * octeontx2-af: fix infinite loop in unmapping NPC counterHariprasad Kelam2021-03-181-1/+1
| | * octeontx2-pf: Clear RSS enable flag on interace downGeetha sowjanya2021-03-181-0/+5
| | * octeontx2-af: Fix irq free in rvu teardownGeetha sowjanya2021-03-181-2/+4
| | * octeontx2-af: Return correct CGX RX fifo sizeSubbaraya Sundeep2021-03-183-6/+22
| | * octeontx2-af: Remove TOS field from MKEX TXSubbaraya Sundeep2021-03-181-2/+0
| | * octeontx2-af: Formatting debugfs entry rsrc_alloc.Rakesh Babu2021-03-181-17/+29
| | * octeontx2-pf: Do not modify number of rulesSubbaraya Sundeep2021-03-181-1/+3
| | * netsec: restore phy power state after controller resetMian Yousaf Kaukab2021-03-181-3/+6
| | * ionic: linearize tso skb with too many fragsShannon Nelson2021-03-171-6/+7
| | * nfp: flower: fix pre_tun mask id allocationLouis Peens2021-03-161-7/+17
| | * nfp: flower: add ipv6 bit to pre_tunnel control messageLouis Peens2021-03-161-2/+13
| | * nfp: flower: fix unsupported pre_tunnel flowsLouis Peens2021-03-161-0/+18
| | * net: broadcom: BCM4908_ENET should not default to y, unconditionallyGeert Uytterhoeven2021-03-161-1/+1
| | * can: m_can: m_can_rx_peripheral(): fix RX being blocked by errorsTorin Cooper-Bennun2021-03-161-1/+1
| | * can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warningTorin Cooper-Bennun2021-03-161-3/+0
| | * can: c_can: move runtime PM enable/disable to c_can_platformTong Zhang2021-03-162-24/+6
| | * can: c_can_pci: c_can_pci_remove(): fix use-after-freeTong Zhang2021-03-161-1/+2
| | * can: kvaser_usb: Add support for USBcan Pro 4xHSJimmy Assarsson2021-03-162-1/+4
| | * can: kvaser_pciefd: Always disable bus load reportingJimmy Assarsson2021-03-161-0/+4
| | * can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrateAngelo Dureghello2021-03-161-1/+7
| | * can: peak_usb: add forgotten supported devicesStephane Grosjean2021-03-161-0/+2
| | * can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-161-0/+1
| | * net: phylink: Fix phylink_err() function name error in phylink_major_configOng Boon Leong2021-03-151-1/+1
| | * net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"Xie He2021-03-151-1/+41
| | * net: arcnet: com20020 fix error handlingTong Zhang2021-03-141-15/+19
| | * net: ipa: terminate message handler arraysAlex Elder2021-03-131-0/+2
| | * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller2021-03-137-44/+57
| | |\