| Commit message (Expand) | Author | Age | Files | Lines |
* | net: mscc: ocelot: support PTP Sync one-step timestamping | Yangbo Lu | 2021-04-27 | 2 | -4/+57 |
* | net: mscc: ocelot: convert to ocelot_port_txtstamp_request() | Yangbo Lu | 2021-04-27 | 2 | -14/+28 |
* | net: dsa: free skb->cb usage in core driver | Yangbo Lu | 2021-04-27 | 2 | -4/+4 |
* | net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send | Lv Yunlong | 2021-04-26 | 1 | -1/+3 |
* | net: davicom: Remove redundant assignment to ret | Jiapeng Chong | 2021-04-26 | 1 | -1/+0 |
* | pcnet32: Remove redundant variable prev_link and curr_link | Jiapeng Chong | 2021-04-26 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2021-04-26 | 9 | -43/+46 |
|\ |
|
| * | bnxt_en: Fix RX consumer index logic in the error path. | Michael Chan | 2021-04-26 | 1 | -2/+4 |
| * | bnxt_en: fix ternary sign extension bug in bnxt_show_temp() | Dan Carpenter | 2021-04-22 | 1 | -1/+3 |
| * | net: renesas: ravb: Fix a stuck issue when a lot of frames are received | Yoshihiro Shimoda | 2021-04-21 | 1 | -23/+12 |
| * | net: stmmac: fix TSO and TBS feature enabling during driver open | Ong Boon Leong | 2021-04-21 | 1 | -3/+9 |
| * | nfp: devlink: initialize the devlink port attribute "lanes" | Yinjun Zhang | 2021-04-21 | 1 | -0/+1 |
| * | net: davinci_emac: Fix incorrect masking of tx and rx error channel | Colin Ian King | 2021-04-21 | 1 | -2/+2 |
| * | net: marvell: prestera: fix port event handling on init | Vadym Kochan | 2021-04-21 | 1 | -1/+2 |
| * | sfc: ef10: fix TX queue lookup in TX event handling | Edward Cree | 2021-04-21 | 1 | -2/+1 |
| * | sfc: farch: fix TX queue lookup in TX event handling | Edward Cree | 2021-04-21 | 1 | -4/+4 |
| * | sfc: farch: fix TX queue lookup in TX flush done handling | Edward Cree | 2021-04-21 | 1 | -4/+4 |
| * | net: ethernet: ixp4xx: Set the DMA masks explicitly | Linus Walleij | 2021-04-20 | 1 | -1/+4 |
* | | bnxt_en: Implement .ndo_features_check(). | Michael Chan | 2021-04-26 | 2 | -2/+42 |
* | | bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet FCS. | Michael Chan | 2021-04-26 | 2 | -3/+14 |
* | | bnxt_en: Add PCI IDs for Hyper-V VF devices. | Michael Chan | 2021-04-26 | 1 | -1/+18 |
* | | bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC. | Michael Chan | 2021-04-26 | 1 | -1/+10 |
* | | bnxt_en: Move bnxt_approve_mac(). | Michael Chan | 2021-04-26 | 1 | -26/+27 |
* | | bnxt_en: allow VF config ops when PF is closed | Edwin Peer | 2021-04-26 | 1 | -4/+0 |
* | | bnxt_en: allow promiscuous mode for trusted VFs | Edwin Peer | 2021-04-26 | 3 | -7/+11 |
* | | bnxt_en: Add support for fw managed link down feature. | Michael Chan | 2021-04-26 | 2 | -1/+3 |
* | | bnxt_en: Add a new phy_flags field to the main driver structure. | Michael Chan | 2021-04-26 | 3 | -34/+22 |
* | | bnxt_en: report signal mode in link up messages | Edwin Peer | 2021-04-26 | 1 | -3/+19 |
* | | Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 2021-04-26 | 16 | -422/+701 |
|\ \ |
|
| * | | net/mlx5: SF, Extend SF table for additional SF id range | Parav Pandit | 2021-04-24 | 6 | -53/+140 |
| * | | net/mlx5: SF, Split mlx5_sf_hw_table into two parts | Parav Pandit | 2021-04-24 | 1 | -29/+58 |
| * | | net/mlx5: SF, Use helpers for allocation and free | Parav Pandit | 2021-04-24 | 1 | -37/+60 |
| * | | net/mlx5: SF, Consider own vhca events of SF devices | Parav Pandit | 2021-04-24 | 1 | -1/+11 |
| * | | net/mlx5: SF, Store and use start function id | Parav Pandit | 2021-04-24 | 1 | -2/+8 |
| * | | devlink: Extend SF port attributes to have external attribute | Parav Pandit | 2021-04-24 | 1 | -1/+1 |
| * | | net/mlx5: SF, Rely on hw table for SF devlink port allocation | Parav Pandit | 2021-04-24 | 3 | -8/+9 |
| * | | net/mlx5: E-Switch, Consider SF ports of host PF | Parav Pandit | 2021-04-24 | 2 | -0/+56 |
| * | | net/mlx5: E-Switch, Use xarray for vport number to vport and rep mapping | Parav Pandit | 2021-04-24 | 11 | -323/+380 |
| * | | net/mlx5: E-Switch, Prepare to return total vports from eswitch struct | Parav Pandit | 2021-04-24 | 2 | -3/+14 |
| * | | net/mlx5: E-Switch, Return eswitch max ports when eswitch is supported | Parav Pandit | 2021-04-24 | 2 | -14/+13 |
* | | | net: ethernet: ixp4xx: Support device tree probing | Linus Walleij | 2021-04-26 | 2 | -63/+148 |
* | | | net: ethernet: ixp4xx: Retire ancient phy retrieveal | Linus Walleij | 2021-04-26 | 1 | -5/+5 |
* | | | ch_ktls: Remove redundant variable result | Jiapeng Chong | 2021-04-26 | 1 | -6/+4 |
|/ / |
|
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | David S. Miller | 2021-04-23 | 7 | -55/+115 |
|\ \ |
|
| * | | iavf: redefine the magic number for FDIR GTP-U header fields | Haiyue Wang | 2021-04-23 | 1 | -3/+12 |
| * | | iavf: enhance the duplicated FDIR list scan handling | Haiyue Wang | 2021-04-23 | 1 | -6/+3 |
| * | | iavf: change the flex-byte support number to macro definition | Haiyue Wang | 2021-04-23 | 2 | -3/+8 |
| * | | iavf: remove duplicate free resources calls | Stefan Assmann | 2021-04-23 | 1 | -2/+0 |
| * | | i40e: use minimal admin queue for kdump | Coiby Xu | 2021-04-23 | 2 | -2/+9 |
| * | | i40e: use minimal Rx and Tx ring buffers for kdump | Coiby Xu | 2021-04-23 | 1 | -0/+5 |