aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-22fddi: defxx,defza: use dev_addr_set()Jakub Kicinski2-4/+4
2021-10-22net: usb: don't write directly to netdev->dev_addrJakub Kicinski8-13/+24
2021-10-22net: qmi_wwan: use dev_addr_mod()Jakub Kicinski1-2/+5
2021-10-22usb: smsc: use eth_hw_addr_set()Jakub Kicinski2-4/+8
2021-10-22net: xen: use eth_hw_addr_set()Jakub Kicinski2-3/+7
2021-10-22mlx5: fix build after mergeJakub Kicinski2-4/+4
2021-10-22ice: Nuild fix.David S. Miller1-2/+0
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller364-2431/+3807
2021-10-21Merge tag 'drm-fixes-2021-10-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-42/+137
2021-10-21memblock: exclude MEMBLOCK_NOMAP regions from kmemleakMike Rapoport3-0/+8
2021-10-21Revert "memblock: exclude NOMAP regions from kmemleak"Mike Rapoport1-6/+1
2021-10-21Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-24/+69
2021-10-21Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds92-301/+913
2021-10-21Merge tag 'powerpc-5.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-6/+6
2021-10-21Merge branch 'ax88796c-spi-ethernet-adapter'Jakub Kicinski13-0/+2304
2021-10-21net: ax88796c: ASIX AX88796C SPI Ethernet Adapter DriverŁukasz Stelmach11-0/+2229
2021-10-21dt-bindings: net: Add bindings for AX88796C SPI Ethernet AdapterŁukasz Stelmach1-0/+73
2021-10-21dt-bindings: vendor-prefixes: Add asix prefixŁukasz Stelmach1-0/+2
2021-10-21Merge branch 'enetc-trivial-ptp-one-step-tx-timestamping-cleanups'Jakub Kicinski1-6/+2
2021-10-21net: enetc: use the skb variable directly in enetc_clean_tx_ring()Vladimir Oltean1-2/+1
2021-10-21net: enetc: remove local "priv" variable in enetc_clean_tx_ring()Vladimir Oltean1-4/+1
2021-10-22Revert "drm/ast: Add detect function support"Kim Phillips1-17/+1
2021-10-22Merge tag 'drm-misc-fixes-2021-10-21-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie9-24/+123
2021-10-22Merge tag 'drm-msm-fixes-2021-10-18' of https://gitlab.freedesktop.org/drm/msm into drm-fixesDave Airlie3-1/+13
2021-10-21usbnet: sanity check for maxpacketOliver Neukum1-0/+4
2021-10-21net: enetc: make sure all traffic classes can send large framesVladimir Oltean1-1/+4
2021-10-21net: enetc: fix ethtool counter name for PM0_TERRVladimir Oltean1-1/+1
2021-10-21ptp: free 'vclock_index' in ptp_clock_release()Yang Yingliang1-4/+1
2021-10-21net/core: Remove unused assignment operations and variableluo penghao1-2/+1
2021-10-21net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.Sebastian Andrzej Siewior1-6/+37
2021-10-21Merge branch 'dsa_to_port-loops'David S. Miller11-214/+224
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean5-22/+24
2021-10-21net: dsa: tag_sja1105: do not open-code dsa_switch_for_each_portVladimir Oltean1-4/+1
2021-10-21net: dsa: convert cross-chip notifiers to iterate using dpVladimir Oltean2-102/+112
2021-10-21net: dsa: remove gratuitous use of dsa_is_{user,dsa,cpu}_portVladimir Oltean1-2/+2
2021-10-21net: dsa: do not open-code dsa_switch_for_each_portVladimir Oltean1-30/+14
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean6-56/+45
2021-10-21net: dsa: introduce helpers for iterating through ports using dpVladimir Oltean1-0/+28
2021-10-21sfc: Don't use netif_info before net_device setupErik Ekman2-3/+3
2021-10-21sfc: Export fibre-specific supported link modesErik Ekman1-11/+26
2021-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-52/+164
2021-10-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller18-154/+2021
2021-10-21Merge branch 'mscc-ocelot-all-ports-vlan-untagged-egress'David S. Miller5-94/+223
2021-10-21net: mscc: ocelot: track the port pvid using a pointerVladimir Oltean2-25/+13
2021-10-21net: mscc: ocelot: add the local station MAC addresses in VID 0Vladimir Oltean4-15/+17
2021-10-21net: mscc: ocelot: allow a config where all bridge VLANs are egress-untaggedVladimir Oltean2-36/+113
2021-10-21net: mscc: ocelot: convert the VLAN masks to a listVladimir Oltean2-18/+72
2021-10-21net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFGVladimir Oltean2-8/+16
2021-10-21Merge tag 'mlx5-fixes-2021-10-20' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller12-55/+85
2021-10-21Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueDavid S. Miller8-25/+68