index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
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
2016-02-16
bnx2x: Add Geneve inner-RSS support
Yuval Mintz
3
-59
/
+146
2016-02-16
bnx2x: Remove unneccessary EXPORT_SYMBOL
Yuval Mintz
1
-1
/
+0
2016-02-16
bnxt_en: Reduce default ring sizes.
Michael Chan
1
-2
/
+2
2016-02-16
bnxt_en: Fix implementation of tx push operation.
Michael Chan
2
-19
/
+34
2016-02-16
bnxt_en: Remove 20G support and advertise only 40GbaseCR4.
Michael Chan
1
-16
/
+5
2016-02-16
bnxt_en: Cleanup and Fix flow control setup logic
Michael Chan
2
-26
/
+9
2016-02-16
bnxt_en: Fix ethtool autoneg logic.
Michael Chan
1
-4
/
+6
2016-02-09
tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
Siva Reddy Kallam
1
-6
/
+19
2016-02-06
bgmac: add helper checking for BCM4707 / BCM53018 chip id
Rafał Miłecki
1
-14
/
+16
2016-01-29
net: tg3: avoid uninitialized variable warning
Arnd Bergmann
1
-1
/
+1
2016-01-29
net: bgmac: clarify CONFIG_BCMA dependency
Arnd Bergmann
1
-1
/
+4
2016-01-29
bnxt_en: Fix crash in bnxt_free_tx_skbs() during tx timeout.
Michael Chan
1
-2
/
+3
2016-01-29
bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter.
Michael Chan
1
-2
/
+0
2016-01-29
bnxt_en: Ring free response from close path should use completion ring
Prashant Sreedharan
1
-1
/
+1
2016-01-21
net: bcmgenet: Properly configure PHY to ignore interrupt
Florian Fainelli
1
-1
/
+1
2016-01-15
bgmac: Fix reversed test of build_skb() return value.
David S. Miller
1
-1
/
+1
2016-01-13
bgmac: fix a missing check for build_skb
wangweidong
1
-0
/
+5
2016-01-12
net: bnxt: always return values from _bnxt_get_max_rings
Arnd Bergmann
1
-7
/
+9
2016-01-10
bnxt_en: Reset embedded processor after applying firmware upgrade
Rob Swindell
1
-4
/
+42
2016-01-10
bnxt_en: Zero pad firmware messages to 128 bytes.
Michael Chan
1
-0
/
+3
2016-01-10
net: ethernet: broadcom: Fix build errors
Guenter Roeck
1
-7
/
+2
2016-01-07
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
3
-17
/
+17
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
3
-4
/
+4
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
7
-54
/
+3
2016-01-07
phy: Centralise print about attached phy
Andrew Lunn
4
-15
/
+8
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
2
-3
/
+3
2016-01-04
bnxt_en: Modify ethtool -l|-L to support combined or rx/tx rings.
Michael Chan
1
-12
/
+45
2016-01-04
bnxt_en: Modify init sequence to support shared or non shared rings.
Michael Chan
1
-10
/
+32
2016-01-04
bnxt_en: Modify bnxt_get_max_rings() to support shared or non shared rings.
Michael Chan
3
-25
/
+79
2016-01-04
bnxt_en: Re-structure ring indexing and mapping.
Michael Chan
2
-38
/
+55
2016-01-04
bnxt_en: Check for NULL rx or tx ring.
Michael Chan
1
-5
/
+22
2016-01-04
bnxt_en: Separate bnxt_{rx|tx}_ring_info structs from bnxt_napi struct.
Michael Chan
2
-86
/
+70
2016-01-04
bnxt_en: Refactor bnxt_dbg_dump_states().
Michael Chan
1
-17
/
+33
2015-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+13
2015-12-28
bnxt_en: Add BCM57301 & BCM57402 devices.
David Christensen
1
-2
/
+8
2015-12-28
bnxt_en: Update to Firmware interface spec 1.0.0.
Michael Chan
4
-572
/
+349
2015-12-28
bnxt_en: Keep track of the ring group resource.
Michael Chan
3
-2
/
+18
2015-12-28
bnxt_en: Improve VF resource accounting.
Michael Chan
3
-14
/
+12
2015-12-28
bnxt_en: Cleanup bnxt_hwrm_func_cfg().
Michael Chan
1
-17
/
+16
2015-12-28
bnxt_en: Check hardware resources before enabling NTUPLE.
Michael Chan
2
-8
/
+35
2015-12-28
bnxt_en: Don't treat single segment rx frames as GRO frames.
Michael Chan
1
-1
/
+6
2015-12-28
bnxt_en: Allocate rx_cpu_rmap only if Accelerated RFS is enabled.
Michael Chan
1
-3
/
+1
2015-12-28
bnxt_en: Increment checksum error counter only if NETIF_F_RXCSUM is set.
Satish Baddipadige
1
-2
/
+4
2015-12-28
bnxt_en: Add support for upgrading APE/NC-SI firmware via Ethtool FLASHDEV
Rob Swindell
1
-0
/
+3
2015-12-28
bnxt_en: Optimize ring alloc and ring free functions.
Michael Chan
1
-110
/
+83
2015-12-28
bnxt_en: support hwrm_func_drv_unrgtr command
Jeffrey Huang
1
-0
/
+9
2015-12-18
bnx2x: Prevent FW assertion when using Vxlan
Yuval Mintz
1
-9
/
+13
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-18
/
+36
2015-12-11
bnxt_en: Implement missing tx timeout reset logic.
Michael Chan
1
-3
/
+13
2015-12-11
bnxt_en: Don't cancel sp_task from bnxt_close_nic().
Michael Chan
2
-2
/
+12
[prev]
[next]