index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-09
net: bcmgenet: decouple flow control from bcmgenet_tx_reclaim
Doug Berger
1
-9
/
+11
2017-03-09
net: bcmgenet: add begin/complete ethtool ops
Edwin Chan
1
-0
/
+18
2017-03-09
net: bcmgenet: Power up the internal PHY before probing the MII
Doug Berger
1
-0
/
+8
2017-03-09
net: bcmgenet: synchronize irq0 status between the isr and task
Doug Berger
2
-35
/
+44
2017-03-09
net: bcmgenet: power down internal phy if open or resume fails
Doug Berger
1
-0
/
+4
2017-03-09
net: bcmgenet: reserved phy revisions must be checked first
Doug Berger
1
-6
/
+6
2017-03-09
net: bcmgenet: correct MIB access of UniMAC RUNT counters
Doug Berger
1
-4
/
+7
2017-03-09
net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB values
Doug Berger
2
-10
/
+60
2017-03-09
bnxt_en: Ignore 0 value in autoneg supported speed from firmware.
Michael Chan
1
-2
/
+3
2017-03-09
bnxt_en: Check if firmware LLDP agent is running.
Michael Chan
3
-1
/
+6
2017-03-09
bnxt_en: Call bnxt_ulp_stop() during tx timeout.
Michael Chan
1
-1
/
+7
2017-03-09
bnxt_en: Perform function reset earlier during probe.
Michael Chan
1
-4
/
+4
2017-03-07
bnx2x: add missing configuration of VF VLAN filters
Michal Schmidt
1
-0
/
+17
2017-03-07
bnx2x: fix incorrect filter count in an error message
Michal Schmidt
1
-1
/
+1
2017-03-07
bnx2x: do not rollback VF MAC/VLAN filters we did not configure
Michal Schmidt
2
-1
/
+8
2017-03-07
bnx2x: fix detection of VLAN filtering feature for VF
Michal Schmidt
1
-5
/
+11
2017-03-07
bnx2x: fix possible overrun of VFPF multicast addresses array
Michal Schmidt
1
-12
/
+11
2017-03-07
bnx2x: lower verbosity of VF stats debug messages
Michal Schmidt
1
-6
/
+8
2017-03-07
bnx2x: prevent crash when accessing PTP with interface down
Michal Schmidt
1
-1
/
+19
2017-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-12
/
+41
2017-03-03
net: ethernet: bgmac: mac address change bug
Hari Vyas
1
-1
/
+5
2017-03-03
net: ethernet: bgmac: init sequence bug
Jon Mason
2
-9
/
+34
2017-03-02
drivers: net: ethernet: remove incorrect __exit markups
Dmitry Torokhov
1
-2
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-02-27
scripts/spelling.txt: add "overrided" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-27
scripts/spelling.txt: add "initialiazation" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-21
bnxt_en: use eth_hw_addr_random()
Tobias Klauser
1
-1
/
+1
2017-02-20
bnxt_en: fix pci cleanup in bnxt_init_one() failure path
Sathya Perla
1
-37
/
+39
2017-02-20
bnxt_en: Fix NULL pointer dereference in a failure path during open.
Michael Chan
1
-1
/
+3
2017-02-20
bnxt_en: Reject driver probe against all bridge devices
Ray Jui
1
-1
/
+1
2017-02-17
net: bgmac: store MAC address directly in netdev->dev_addr
Tobias Klauser
4
-8
/
+6
2017-02-12
bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICs
Deepak Khungar
1
-0
/
+6
2017-02-12
bnxt_en: Fix bnxt_setup_tc() error message.
Michael Chan
1
-1
/
+1
2017-02-12
bnxt_en: Print FEC settings as part of the linkup dmesg.
Michael Chan
2
-1
/
+16
2017-02-12
bnxt_en: Do not setup PHY unless driving a single PF.
Michael Chan
1
-0
/
+3
2017-02-12
bnxt_en: Add hardware NTUPLE filter for encapsulated packets.
Michael Chan
1
-3
/
+14
2017-02-12
bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.
Michael Chan
1
-1
/
+1
2017-02-12
bnxt_en: Fix ethtool -l pre-set max combined channel.
Michael Chan
1
-1
/
+1
2017-02-12
bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.
Kshitij Soni
1
-6
/
+26
2017-02-12
bnxt_en: Update to firmware interface spec 1.7.0.
Michael Chan
3
-88
/
+363
2017-02-10
net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
1
-0
/
+2
2017-02-07
bnxt_en: Add support for XDP_TX action.
Michael Chan
4
-17
/
+122
2017-02-07
bnxt_en: Add basic XDP support.
Michael Chan
5
-8
/
+214
2017-02-07
bnxt_en: Refactor tx completion path.
Michael Chan
2
-1
/
+9
2017-02-07
bnxt_en: Add a set of TX rings to support XDP.
Michael Chan
3
-13
/
+27
2017-02-07
bnxt_en: Add tx ring mapping logic.
Michael Chan
2
-3
/
+14
2017-02-07
bnxt_en: Centralize logic to reserve rings.
Michael Chan
3
-57
/
+52
2017-02-07
bnxt_en: Use event bit map in RX path.
Michael Chan
2
-15
/
+18
2017-02-07
bnxt_en: Add RX page mode support.
Michael Chan
2
-18
/
+124
2017-02-07
bnxt_en: Parameterize RX buffer offsets.
Michael Chan
2
-6
/
+11
[next]