net: bridge: return false in br_mrp_enabled()
[linux-2.6-microblaze.git] / drivers / net /
2020-05-06 Yunjian Wangnet: cortina: Fix use correct return type for ndo_start...
2020-05-06 Samuel Zounet: ethernet: ti: Use PTR_ERR_OR_ZERO() to simplify...
2020-05-05 Grygorii Strashkonet: ethernet: ti: am65-cpts: fix build
2020-05-05 Geert Uytterhoevencxgb4/cxgb4vf: Remove superfluous void * cast in debugf...
2020-05-05 YueHaibingnet: ipa: remove duplicated include from ipa_mem.c
2020-05-05 YueHaibingnet: sierra_net: Remove unused inline function
2020-05-05 YueHaibingbnx2x: Remove unused inline function bnx2x_vf_vlan_credit
2020-05-05 YueHaibingnet: microchip: Remove unused inline function is_bits_set
2020-05-05 YueHaibingmyri10ge: Remove unused inline function myri10ge_vlan_i...
2020-05-05 YueHaibingnet: stmmac: Remove unused inline function stmmac_rx_th...
2020-05-05 YueHaibingnet: mv643xx_eth: Remove unused inline function sum16_as_be
2020-05-05 YueHaibingnet: sun: cassini: Remove unused inline functions
2020-05-05 YueHaibingnet: tehuti: remove unused inline function bdx_tx_db_size
2020-05-05 Yunjian Wangnet: ni: Fix use correct return type for ndo_start_xmit()
2020-05-05 Jason Yannet: ethernet: ti: use true, false for bool variables...
2020-05-05 Jason Yannet: bnxt: Remove Comparison to bool in bnxt_ethtool.c
2020-05-05 Jason Yannet: agere: use true,false for bool variable
2020-05-05 Jason Yannet: atheros: remove conversion to bool in atl1c_start_...
2020-05-05 Jason Yannet: qede: Use true for bool variable in qede_init_fp()
2020-05-05 Jason Yanbnx2x: Remove Comparison to bool in bnx2x_dcb.c
2020-05-05 Jason Yanqlcnic: use true,false for bool variable in qlcnic_srio...
2020-05-05 Yunjian Wangnet: emac: Fix use correct return type for ndo_start_xmit()
2020-05-05 Yunjian Wangnet: nxp: Fix use correct return type for ndo_start_xmit()
2020-05-05 Yunjian Wangnet: altera: Fix use correct return type for ndo_start_...
2020-05-05 Yunjian Wangnet: allwinner: Fix use correct return type for ndo_sta...
2020-05-04 David S. MillerMerge branch 'net-reduce-dynamic-lockdep-keys'
2020-05-04 Cong Wangbonding: remove useless stats_lock_key
2020-05-04 Cong Wangnet: partially revert dynamic lockdep key changes
2020-05-04 David S. MillerMerge branch 'net-ethernet-ti-k3-introduce-common-platf...
2020-05-04 Grygorii Strashkonet: ethernet: ti: am65-cpsw-nuss: enable packet timest...
2020-05-04 Grygorii Strashkonet: ethernet: ti: introduce am654 common platform...
2020-05-04 David S. MillerMerge branch 'net-ipa-I-O-map-SMEM-and-IMEM'
2020-05-04 Alex Eldernet: ipa: define SMEM memory region for IPA
2020-05-04 Alex Eldernet: ipa: define IMEM memory region for IPA
2020-05-04 Alex Eldernet: ipa: redefine struct ipa_mem_data
2020-05-04 David S. MillerMerge branch 'net-add-helper-eth_hw_addr_crc'
2020-05-04 Heiner Kallweitr8169: use new helper eth_hw_addr_crc
2020-05-04 Michael Wallenet: dsa: felix: allow the device to be disabled
2020-05-04 David S. MillerMerge branch 'bnxt_en-Updates-for-net-next'
2020-05-04 Rajesh Ravibnxt_en: show only relevant ethtool stats for a TX...
2020-05-04 Michael Chanbnxt_en: Split HW ring statistics strings into RX and...
2020-05-04 Michael Chanbnxt_en: Refactor the software ring counters.
2020-05-04 Michael Chanbnxt_en: Add doorbell information to bnxt_en_dev struct.
2020-05-04 Michael Chanbnxt_en: Add support for L2 doorbell size.
2020-05-04 Michael Chanbnxt_en: Set the db_offset on 57500 chips for the RDMA...
2020-05-04 Michael Chanbnxt_en: Define the doorbell offsets on 57500 chips.
2020-05-04 Edwin Peerbnxt_en: Improve kernel log messages related to ethtool...
2020-05-04 Edwin Peerbnxt_en: fix ethtool_reset_flags ABI violations
2020-05-04 Edwin Peerbnxt_en: refactor ethtool firmware reset types
2020-05-04 Edwin Peerbnxt_en: prepare to refactor ethtool reset types
2020-05-04 Vasundhara Volambnxt_en: Do not include ETH_FCS_LEN in the max packet...
2020-05-04 Michael Chanbnxt_en: Improve TQM ring context memory sizing formulas.
2020-05-04 Michael Chanbnxt_en: Allocate TQM ring context memory according...
2020-05-04 Michael Chanbnxt_en: Update firmware spec. to 1.10.1.33.
2020-05-03 David S. MillerMerge branch 'Enhance-current-features-in-ena-driver'
2020-05-03 Arthur Kiyanovskinet: ena: cosmetic: extract code to ena_indirection_tab...
2020-05-03 Sameeh Jubrannet: ena: cosmetic: remove unnecessary spaces and tabs...
2020-05-03 Sameeh Jubrannet: ena: use SHUTDOWN as reset reason when closing...
2020-05-03 Arthur Kiyanovskinet: ena: drop superfluous prototype
2020-05-03 Sameeh Jubrannet: ena: add support for reporting of packet drops
2020-05-03 Sameeh Jubrannet: ena: add unmask interrupts statistics to ethtool
2020-05-03 Sameeh Jubrannet: ena: remove code that does nothing
2020-05-03 Sameeh Jubrannet: ena: changes to RSS hash key allocation
2020-05-03 Arthur Kiyanovskinet: ena: change default RSS hash function to Toeplitz
2020-05-03 Sameeh Jubrannet: ena: allow setting the hash function without chang...
2020-05-03 Arthur Kiyanovskinet: ena: fix error returning in ena_com_get_hash_funct...
2020-05-03 Arthur Kiyanovskinet: ena: avoid unnecessary admin command when RSS...
2020-05-02 Andrew Lunnnet: ethernet: fec: Replace interrupt driven MDIO with...
2020-05-02 David S. MillerMerge git://git./linux/kernel/git/bpf/bpf-next
2020-05-02 David S. MillerMerge branch 'net-smc-extent-buffer-mapping-and-port...
2020-05-01 David S. MillerMerge branch 'Introduce-a-flow-gate-control-action...
2020-05-01 Po Liunet: enetc: add tc flower psfp offload driver
2020-05-01 Po Liunet: enetc: add hw tc hw offload features for PSPF...
2020-05-01 Doug Bergernet: bcmgenet: Move wake-up event out of side band ISR
2020-05-01 David S. MillerMerge branch 'net-ipa-dont-cache-channel-state'
2020-05-01 Alex Eldernet: ipa: do not cache channel state
2020-05-01 Alex Eldernet: ipa: pass channel pointer to gsi_channel_state()
2020-05-01 David S. MillerMerge branch 'net-dsa-mv88e6xxx-augment-phylink-support...
2020-05-01 Russell Kingnet: dsa: mv88e6xxx: 88e6390 10G serdes support
2020-05-01 Russell Kingnet: dsa: mv88e6xxx: use generic clause 45 definitions
2020-05-01 David S. MillerMerge branch 'net-atlantic-A2-support'
2020-05-01 Igor Russkikhnet: atlantic: A2 ingress / egress hw configuration
2020-05-01 Igor Russkikhnet: atlantic: basic A2 init/deinit hw_ops
2020-05-01 Dmitry Bogdanovnet: atlantic: common functions needed for basic A2...
2020-05-01 Dmitry Bogdanovnet: atlantic: HW bindings for basic A2 init/deinit...
2020-05-01 Igor Russkikhnet: atlantic: add A2 RPF hw_ops
2020-05-01 Igor Russkikhnet: atlantic: HW bindings for A2 RFP
2020-05-01 Igor Russkikhnet: atlantic: A2 hw_ops skeleton
2020-05-01 Dmitry Bogdanovnet: atlantic: minimal A2 fw_ops
2020-05-01 Dmitry Bogdanovnet: atlantic: minimal A2 HW bindings required for...
2020-05-01 Dmitry Bogdanovnet: atlantic: A2 driver-firmware interface
2020-05-01 Mark Starovoytovnet: atlantic: move IS_CHIP_FEATURE to aq_hw.h
2020-05-01 Mark Starovoytovnet: atlantic: make hw_get_regs optional
2020-05-01 Nikita Danilovnet: atlantic: simplify hw_get_fw_version() usage
2020-05-01 Mark Starovoytovnet: atlantic: add hw_soft_reset, hw_prepare to hw_ops
2020-05-01 Igor Russkikhnet: atlantic: add defines for 10M and EEE 100M link...
2020-05-01 Igor Russkikhnet: atlantic: add A2 device IDs
2020-05-01 Igor Russkikhnet: atlantic: update company name in the driver descri...
2020-05-01 Wei Yongjundrivers: net: davinci_mdio: fix potential NULL derefere...
2020-05-01 Christophe Roulliernet: ethernet: stmmac: simplify phy modes management...
next