aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds84-362/+668
2021-03-24ch_ktls: fix enum-conversion warningArnd Bergmann1-1/+1
2021-03-24octeontx2-af: Fix memory leak of object bufColin Ian King1-1/+3
2021-03-22net/mlx5: SF, do not use ecpu bit for vhca state processingParav Pandit4-24/+17
2021-03-22net/mlx5e: Fix division by 0 in mlx5e_select_queueMaxim Mikityanskiy1-0/+5
2021-03-22net/mlx5e: Fix error path for ethtool set-priv-flagAya Levin1-1/+5
2021-03-22net/mlx5e: Offload tuple rewrite for non-CT flowsDima Chumak2-12/+35
2021-03-22net/mlx5e: Allow to match on MPLS parameters only for MPLS over UDPAlaa Hleihel1-0/+10
2021-03-22net/mlx5: Add back multicast stats for uplink representorHuy Nguyen1-0/+7
2021-03-20r8169: fix DMA being used after buffer free if WoL is enabledHeiner Kallweit1-2/+4
2021-03-20Merge tag 'linux-can-fixes-for-5.12-20210320' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller1-2/+0
2021-03-20net: ipa: fix init header command validationAlex Elder1-17/+33
2021-03-20can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"Marc Kleine-Budde1-2/+0
2021-03-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueDavid S. Miller5-20/+38
2021-03-19net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizesCorentin Labbe1-0/+2
2021-03-19r8152: limit the RX buffer size of RTL8153A for USB 2.0Hayes Wang1-1/+4
2021-03-19igb: check timestamp validityJesse Brandeburg3-14/+32
2021-03-19igb: Fix duplicate include guardTom Seewald1-3/+3
2021-03-19e1000e: Fix duplicate include guardTom Seewald1-3/+3
2021-03-18net: cdc-phonet: fix data-interface release on probe failureJohan Hovold1-0/+2
2021-03-18net: marvell: Remove reference to CONFIG_MV64X60Christophe Leroy2-3/+3
2021-03-18octeontx2-af: Fix uninitialized variable warningSubbaraya Sundeep1-1/+1
2021-03-18octeontx2-af: fix infinite loop in unmapping NPC counterHariprasad Kelam1-1/+1
2021-03-18octeontx2-pf: Clear RSS enable flag on interace downGeetha sowjanya1-0/+5
2021-03-18octeontx2-af: Fix irq free in rvu teardownGeetha sowjanya1-2/+4
2021-03-18octeontx2-af: Return correct CGX RX fifo sizeSubbaraya Sundeep3-6/+22
2021-03-18octeontx2-af: Remove TOS field from MKEX TXSubbaraya Sundeep1-2/+0
2021-03-18octeontx2-af: Formatting debugfs entry rsrc_alloc.Rakesh Babu1-17/+29
2021-03-18octeontx2-pf: Do not modify number of rulesSubbaraya Sundeep1-1/+3
2021-03-18netsec: restore phy power state after controller resetMian Yousaf Kaukab1-3/+6
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky35-52/+0
2021-03-17ionic: linearize tso skb with too many fragsShannon Nelson1-6/+7
2021-03-16nfp: flower: fix pre_tun mask id allocationLouis Peens1-7/+17
2021-03-16nfp: flower: add ipv6 bit to pre_tunnel control messageLouis Peens1-2/+13
2021-03-16nfp: flower: fix unsupported pre_tunnel flowsLouis Peens1-0/+18
2021-03-16net: broadcom: BCM4908_ENET should not default to y, unconditionallyGeert Uytterhoeven1-1/+1
2021-03-16can: m_can: m_can_rx_peripheral(): fix RX being blocked by errorsTorin Cooper-Bennun1-1/+1
2021-03-16can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warningTorin Cooper-Bennun1-3/+0
2021-03-16can: c_can: move runtime PM enable/disable to c_can_platformTong Zhang2-24/+6
2021-03-16can: c_can_pci: c_can_pci_remove(): fix use-after-freeTong Zhang1-1/+2
2021-03-16can: kvaser_usb: Add support for USBcan Pro 4xHSJimmy Assarsson2-1/+4
2021-03-16can: kvaser_pciefd: Always disable bus load reportingJimmy Assarsson1-0/+4
2021-03-16can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrateAngelo Dureghello1-1/+7
2021-03-16can: peak_usb: add forgotten supported devicesStephane Grosjean1-0/+2
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi1-0/+1
2021-03-15net: phylink: Fix phylink_err() function name error in phylink_major_configOng Boon Leong1-1/+1
2021-03-15net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"Xie He1-1/+41
2021-03-14net: arcnet: com20020 fix error handlingTong Zhang1-15/+19
2021-03-13net: ipa: terminate message handler arraysAlex Elder1-0/+2
2021-03-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller7-44/+57