summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-2/+4
2021-07-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-11/+42
2021-07-08virtio_net: disable cb aggressivelyMichael S. Tsirkin-4/+11
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds-0/+1
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-50/+41
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-60/+11
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+2
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-8/+8
2021-07-03virtio_net: move txq wakeups under tx q lockMichael S. Tsirkin-6/+7
2021-07-03virtio_net: move tx vq operation under tx queue lockMichael S. Tsirkin-1/+21
2021-07-03virtio_net: Fix error handling in virtnet_restore()Xie Yongji-1/+4
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+4
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-157/+10
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+1
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-18132/+78532
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches-8/+8
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-112/+246
2021-06-29gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter-1/+1
2021-06-29stmmac: intel: set PCI_D3hot in suspendVoon Weifeng-0/+1
2021-06-29stmmac: intel: Enable PHY WOL option in EHLLing Pei Lee-0/+1
2021-06-29net: stmmac: option to enable PHY WOL with PMT enabledLing Pei Lee-1/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring-1/+1
2021-06-29Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+18
2021-06-29net/mlx4: Fix fall-through warning for ClangGustavo A. R. Silva-0/+1
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+6
2021-06-28net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()Nathan Chancellor-4/+1
2021-06-28net: dsa: sja1105: fix dynamic access to L2 Address Lookup table for SJA1110Vladimir Oltean-4/+22
2021-06-28net: phy: at803x: mask 1000 Base-X link modeDavid Bauer-1/+29
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-90/+12
2021-06-28net: sparx5: fix error return code in sparx5_register_notifier_blocks()Yang Yingliang-1/+3
2021-06-28net: sparx5: fix return value check in sparx5_create_targets()Yang Yingliang-2/+2
2021-06-28net: sparx5: check return value after calling platform_get_resource()Yang Yingliang-0/+4
2021-06-28Merge tag 'mlx5-updates-2021-06-26' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-16/+147
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean-2/+2
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean-2/+17
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean-17/+20
2021-06-28net: ocelot: delete call to br_fdb_replayVladimir Oltean-4/+0
2021-06-28bnxt_en: Enable hardware PTP supportMichael Chan-0/+7
2021-06-28bnxt_en: Transmit and retrieve packet timestampsPavan Chebbi-5/+131
2021-06-28bnxt_en: Get the RX packet timestampPavan Chebbi-3/+52
2021-06-28bnxt_en: Get the full 48-bit hardware timestamp periodicallyPavan Chebbi-0/+41
2021-06-28bnxt_en: Add PTP clock APIs, ioctls, and ethtool methodsMichael Chan-1/+382
2021-06-28bnxt_en: Get PTP hardware capability from firmwareMichael Chan-0/+113
2021-06-28bnxt_en: Update firmware interface to 1.10.2.47Michael Chan-42/+629
2021-06-28net: hns3: add support for dumping MAC umv counter in debugfsJian Shen-0/+42
2021-06-28net: hns3: add support for FD counter in debugfsJian Shen-2/+62
2021-06-28Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub...David S. Miller-20/+48
2021-06-28gtp: reset mac_header after decapGuillaume Nault-0/+1
2021-06-28bareudp: allow redirecting bareudp packets to eth devicesGuillaume Nault-0/+1