summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-03net: decnet: Fix refcount warning for new dn_fib_infoYajun Deng1-1/+1
2021-08-03Merge branch 'Space-cleanup'David S. Miller42-2162/+271
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann8-19/+28
2021-08-03wan: hostess_sv11: use module_init/module_exit helpersArnd Bergmann1-2/+4
2021-08-03wan: remove sbni/granch driverArnd Bergmann7-1823/+0
2021-08-03wan: remove stale Kconfig entriesArnd Bergmann1-24/+0
2021-08-03make legacy ISA probe optionalArnd Bergmann9-2/+22
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann4-140/+142
2021-08-03xsurf100: drop include of lib8390.cMichael Schmitz2-10/+5
2021-08-03ax88796: export ax_NS8390_init() hookMichael Schmitz2-0/+10
2021-08-03m68k: remove legacy probingArnd Bergmann8-99/+30
2021-08-03cs89x0: rework driver configurationArnd Bergmann3-26/+28
2021-08-033c509: stop calling netdev_boot_setup_checkArnd Bergmann1-3/+0
2021-08-03appletalk: ltpc: remove static probingArnd Bergmann3-9/+2
2021-08-03natsemi: sonic: stop calling netdev_boot_setup_checkArnd Bergmann2-3/+0
2021-08-03bcmgenet: remove call to netdev_boot_setup_checkArnd Bergmann1-2/+0
2021-08-03Merge branch 'ethtool-runtime-pm'David S. Miller3-22/+56
2021-08-03ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit1-6/+25
2021-08-03ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit1-7/+7
2021-08-03ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2-13/+16
2021-08-03ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit1-3/+15
2021-08-03virtio-net: realign page_to_skb() after mergesJakub Kicinski1-19/+8
2021-08-03Merge branch 'bnxt_en-rx-ring'David S. Miller3-11/+90
2021-08-03bnxt_en: Increase maximum RX ring size if jumbo ring is not usedMichael Chan3-8/+22
2021-08-03bnxt_en: Don't use static arrays for completion ring pagesMichael Chan2-3/+68
2021-08-03net: Keep vertical alignmentYajun Deng2-6/+8
2021-08-03bonding: add new option lacp_activeHangbin Liu12-10/+89
2021-08-03qed: Remove duplicated include of kernel.hzhouchuangao1-1/+0
2021-08-03drivers/net/usb: Remove all strcpy() usesLen Baker2-5/+5
2021-08-03qed: Remove redundant prints from the iWARP SYN handlingShai Malin1-2/+0
2021-08-03qed: Skip DORQ attention handling during recoveryShai Malin1-1/+11
2021-08-03qed: Avoid db_recovery during recoveryShai Malin1-0/+5
2021-08-03Merge branch 'skb_expand_head'David S. Miller9-121/+91
2021-08-03bpf: use skb_expand_head in bpf_out_neigh_v4/6Vasily Averin1-22/+5
2021-08-03ax25: use skb_expand_headVasily Averin3-23/+7
2021-08-03vrf: use skb_expand_head in vrf_finish_outputVasily Averin1-14/+7
2021-08-03ipv4: use skb_expand_head in ip_finish_output2Vasily Averin1-11/+2
2021-08-03ipv6: use skb_expand_head in ip6_xmitVasily Averin1-16/+11
2021-08-03ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin1-35/+16
2021-08-03skbuff: introduce skb_expand_head()Vasily Averin2-0/+43
2021-08-03Merge tag 'mlx5-updates-2021-08-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller30-1535/+1852
2021-08-02net/mlx5: Fix missing return value in mlx5_devlink_eswitch_inline_mode_set()Jiapeng Chong1-1/+4
2021-08-02net/mlx5e: Return -EOPNOTSUPP if more relevant when parsing tc actionsRoi Dayan1-3/+3
2021-08-02net/mlx5e: Remove redundant assignment of counter to nullRoi Dayan1-2/+2
2021-08-02net/mlx5e: Remove redundant parse_attr argRoi Dayan1-5/+7
2021-08-02net/mlx5e: Remove redundant cap check for flow counterRoi Dayan1-4/+2
2021-08-02net/mlx5e: Remove redundant filter_dev arg from parse_tc_fdb_actions()Roi Dayan1-4/+3
2021-08-02net/mlx5e: Remove redundant tc act includesRoi Dayan1-6/+0
2021-08-02net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb11-89/+137
2021-08-02net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb7-638/+665