OSDN Git Service

ipv4: Fix spelling mistakes
[uclinux-h8/linux.git] / drivers /
2021-06-07 Yang Yingliangnet: micrel: check return value after calling platform_...
2021-06-07 Yang Yingliangnet: mvpp2: check return value after calling platform_g...
2021-06-07 Yang Yingliangnet: ethernet: bgmac: Use devm_platform_ioremap_resourc...
2021-06-07 Yang Yingliangnet: enetc: Use devm_platform_get_and_ioremap_resource()
2021-06-07 Yang Yingliangnet: macb: Use devm_platform_get_and_ioremap_resource()
2021-06-07 Yang Yingliangnet: bcmgenet: check return value after calling platfor...
2021-06-07 Shaokun Zhangnet: tulip: Remove the repeated declaration
2021-06-07 Yang Yingliangnet: mscc: ocelot: check return value after calling...
2021-06-07 David S. MillerMerge branch 'hns3-error-handling'
2021-06-07 Yufeng Monet: hns3: remove now redundant logic related to HNAE3_...
2021-06-07 Jiaran Zhangnet: hns3: add scheduling logic for error handling...
2021-06-07 Jiaran Zhangnet: hns3: add a separate error handling task
2021-06-07 Jiapeng Chongqed: Fix duplicate included linux/kernel.h
2021-06-07 David S. MillerMerge branch '100GbE' of git://git./linux/kernel/git...
2021-06-07 David S. MillerMerge branch 'ax88772-phylib'
2021-06-07 Oleksij Rempelusbnet: run unbind() before unregister_netdev()
2021-06-07 Oleksij Rempelnet: phy: do not print dump stack if device was removed
2021-06-07 Oleksij Rempelnet: usb: asix: add error handling for asix_mdio_*...
2021-06-07 Oleksij Rempelnet: usb: asix: ax88772: add generic selftest support
2021-06-07 Oleksij Rempelnet: usb: asix: ax88772: add phylib support
2021-06-07 Oleksij Rempelnet: usb/phy: asix: add support for ax88772A/C PHYs
2021-06-07 Oleksij Rempelnet: usb: asix: refactor asix_read_phy_addr() and handl...
2021-06-07 Oleksij Rempelnet: usb: asix: ax88772_bind: use devm_kzalloc() instea...
2021-06-07 Yang Yingliangnet: gemini: Use devm_platform_get_and_ioremap_resource()
2021-06-07 Zou Weinet: dsa: hellcreek: Use is_zero_ether_addr() instead...
2021-06-07 Xianting Tianvirtio_net: Remove BUG() to avoid machine dead
2021-06-07 Yang Yingliangnet: ethernet: ixp4xx_eth: Use devm_platform_get_and_io...
2021-06-07 Yang Yingliangnet: lantiq: Use devm_platform_get_and_ioremap_resource()
2021-06-07 David S. MillerMerge ra./pub/scm/linux/kernel/git/netdev/net
2021-06-07 David S. MillerMerge branch 'hd6470-cleanups'
2021-06-07 Peng Linet: hd64570: add some required spaces
2021-06-07 Peng Linet: hd64570: remove redundant parentheses
2021-06-07 Peng Linet: hd64570: fix the comments style issue
2021-06-07 Peng Linet: hd64570: add braces {} to all arms of the statement
2021-06-07 Peng Linet: hd64570: fix the code style issue about trailing...
2021-06-07 Peng Linet: hd64570: fix the code style issue about "foo*...
2021-06-07 Peng Linet: hd64570: add blank line after declarations
2021-06-07 Peng Linet: hd64570: remove redundant blank lines
2021-06-07 David S. MillerMerge branch 'sja1105-yaml'
2021-06-07 Vladimir Olteannet: dsa: sja1105: determine PHY/MAC role from PHY...
2021-06-07 Vladimir Olteannet: dsa: sja1105: apply RGMII delays based on the...
2021-06-07 Paul M Stillwell Jrice: fix clang warning regarding deadcode.DeadStores
2021-06-07 Anirudh Venkataramananice: downgrade error print to debug print
2021-06-07 Anirudh Venkataramananice: Detect and report unsupported module power levels
2021-06-07 Jacob Kellerice: (re)initialize NVM fields when rebuilding
2021-06-07 Jacob Kellerice: wait for reset before reporting devlink info
2021-06-07 Jacob Kellerice: add error message when pldmfw_flash_image fails
2021-06-07 Jacob Kellerice: add extack when unable to read device caps
2021-06-07 Jesse Brandeburgice: use static inline for dummy functions
2021-06-07 Salil Mehtaice: Re-organizes reqstd/avail {R, T}XQ check/code...
2021-06-07 Liwei Songice: set the value of global config lock timeout longer
2021-06-07 Brett Creeleyice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handling
2021-06-07 Krzysztof Kazimierczakice: Refactor ice_setup_rx_ctx
2021-06-07 Brett Creeleyice: Save VF's MAC across reboot
2021-06-07 Brett Creeleyice: Manage VF's MAC address for both legacy and new...
2021-06-04 George McCollisternet: dsa: xrs700x: allow HSR/PRP supervision dupes...
2021-06-04 Íñigo Huguetnet:cxgb3: fix incorrect work cancellation
2021-06-04 Rahul Lakkireddycxgb4: avoid link re-train during TC-MQPRIO configuration
2021-06-04 Michael Wallenet: enetc: use get/put_unaligned helpers for MAC addre...
2021-06-04 David S. MillerMerge branch 'hdlc_x25-cleanups'
2021-06-04 Peng Linet: hdlc_x25: fix the alignment issue
2021-06-04 Peng Linet: hdlc_x25: fix the code issue about "if..else.."
2021-06-04 Peng Linet: hdlc_x25: add some required spaces
2021-06-04 Peng Linet: hdlc_x25: move out assignment in if condition
2021-06-04 Peng Linet: hdlc_x25: remove unnecessary out of memory message
2021-06-04 Peng Linet: hdlc_x25: remove redundant blank lines
2021-06-04 David S. MillerMerge branch '1GbE' of git://git./linux/kernel/git...
2021-06-04 David S. MillerMerge branch '100GbE' of git://git./linux/kernel/git...
2021-06-04 David S. MillerMerge branch 'wireguard-fixes'
2021-06-04 Jason A. Donenfeldwireguard: allowedips: free empty intermediate nodes...
2021-06-04 Jason A. Donenfeldwireguard: allowedips: allocate nodes in kmem_cache
2021-06-04 Jason A. Donenfeldwireguard: allowedips: remove nodes in O(1)
2021-06-04 Jason A. Donenfeldwireguard: allowedips: initialize list head in selftest
2021-06-04 Jason A. Donenfeldwireguard: peer: allocate in kmem_cache
2021-06-04 Jason A. Donenfeldwireguard: use synchronize_net rather than synchronize_rcu
2021-06-04 Jason A. Donenfeldwireguard: do not use -O3
2021-06-04 Muhammad Husaini... igc: Enable HW VLAN Insertion and HW VLAN Stripping
2021-06-04 Sasha Neftinigc: Indentation fixes
2021-06-04 Sasha Neftinigc: Remove unused MDICNFG register
2021-06-04 Sasha Neftinigc: Remove unused asymmetric pause bit from igc defines
2021-06-04 Sasha Neftinigc: Update driver to use ethtool_sprintf
2021-06-04 Dave Ertmanice: Allow all LLDP packets from PF to Tx
2021-06-04 Paul Greenwaltice: report supported and advertised autoneg using...
2021-06-04 Haiyue Wangice: handle the VF VSI rebuild failure
2021-06-04 Brett Creeleyice: Fix VFR issues for AVF drivers that expect ATQLEN...
2021-06-04 Brett Creeleyice: Fix allowing VF to request more/less queues via...
2021-06-03 Colin Ian Kingnetdevsim: Fix unsigned being compared to less than...
2021-06-03 David S. MillerMerge tag 'for-net-2021-06-03' of git://git./linux...
2021-06-03 Nathan Chancellornet: ethernet: rmnet: Restructure if checks to avoid...
2021-06-03 Xuan Zhuovirtio-net: fix for skb_over_panic inside big mode
2021-06-03 Nathan Chancellornet: ks8851: Make ks8851_read_selftest() return void
2021-06-03 Colin Ian Kingbonding: remove redundant initialization of variable ret
2021-06-03 Russell Kingnet: phy: marvell: use phy_modify_changed() for marvell...
2021-06-03 David S. MillerMerge tag 'ieee802154-for-davem-2021-06-03' of git...
2021-06-03 David S. MillerMerge tag 'wireless-drivers-2021-06-03' of git://git...
2021-06-03 Rahul Lakkireddycxgb4: fix regression with HASH tc prio value update
2021-06-03 David S. MillerMerge branch 'ipa-inline-csum'
2021-06-03 Alex ElderRevert "net: ipa: disable checksum offload for IPA...
2021-06-03 Alex Eldernet: ipa: add support for inline checksum offload
2021-06-03 David S. MillerMerge branch '1GbE' of git://git./linux/kernel/git...
next