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
/
bnxt
/
bnxt.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-0
/
+4
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-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-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
1
-1
/
+12
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: Update to firmware interface spec 1.7.0.
Michael Chan
1
-4
/
+5
2017-02-07
bnxt_en: Add support for XDP_TX action.
Michael Chan
1
-16
/
+20
2017-02-07
bnxt_en: Add basic XDP support.
Michael Chan
1
-6
/
+30
2017-02-07
bnxt_en: Refactor tx completion path.
Michael Chan
1
-1
/
+4
2017-02-07
bnxt_en: Add a set of TX rings to support XDP.
Michael Chan
1
-8
/
+13
2017-02-07
bnxt_en: Add tx ring mapping logic.
Michael Chan
1
-3
/
+12
2017-02-07
bnxt_en: Centralize logic to reserve rings.
Michael Chan
1
-26
/
+42
2017-02-07
bnxt_en: Use event bit map in RX path.
Michael Chan
1
-15
/
+15
2017-02-07
bnxt_en: Add RX page mode support.
Michael Chan
1
-18
/
+117
2017-02-07
bnxt_en: Parameterize RX buffer offsets.
Michael Chan
1
-6
/
+9
2017-02-07
bnxt_en: Add bp->rx_dir field for rx buffer DMA direction.
Michael Chan
1
-15
/
+12
2017-02-07
bnxt_en: Don't use DEFINE_DMA_UNMAP_ADDR to store DMA address in RX path.
Michael Chan
1
-12
/
+9
2017-02-07
bnxt_en: Refactor rx SKB function.
Michael Chan
1
-14
/
+35
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-33
/
+47
2017-01-25
bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().
Michael Chan
1
-3
/
+6
2017-01-25
bnxt_en: Fix RTNL lock usage on bnxt_update_link().
Michael Chan
1
-19
/
+18
2017-01-25
bnxt_en: Fix bnxt_reset() in the slow path task.
Michael Chan
1
-13
/
+25
2017-01-18
bnxt_en: Fix "uninitialized variable" bug in TPA code path.
Michael Chan
1
-1
/
+1
2017-01-13
bnxt_en: Add support for ethtool -p.
Michael Chan
1
-0
/
+40
2017-01-13
bnxt_en: Clear TPA flags when BNXT_FLAG_NO_AGG_RINGS is set.
Michael Chan
1
-0
/
+2
2017-01-13
bnxt_en: Fix compiler warnings when CONFIG_RFS_ACCEL is not defined.
Michael Chan
1
-0
/
+2
2017-01-08
net: remove useless memset's in drivers get_stats64
stephen hemminger
1
-2
/
+0
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
2016-12-29
bnxt_en: Handle no aggregation ring gracefully.
Michael Chan
1
-4
/
+21
2016-12-29
bnxt_en: Set default completion ring for async events.
Michael Chan
1
-0
/
+30
2016-12-29
bnxt_en: Implement new scheme to reserve tx rings.
Michael Chan
1
-2
/
+57
2016-12-29
bnxt_en: Add IPV6 hardware RFS support.
Michael Chan
1
-5
/
+27
2016-12-29
bnxt_en: Add new hardware RFS mode.
Michael Chan
1
-1
/
+26
2016-12-29
bnxt_en: Refactor code that determines RFS capability.
Michael Chan
1
-5
/
+33
2016-12-29
bnxt_en: Add function to get vnic capability.
Michael Chan
1
-0
/
+22
2016-12-29
bnxt_en: Refactor TPA code path.
Michael Chan
1
-1
/
+2
2016-12-29
bnxt_en: Fix and clarify link_info->advertising.
Michael Chan
1
-1
/
+1
2016-12-29
bnxt_en: Improve the IRQ disable sequence during shutdown.
Michael Chan
1
-43
/
+46
2016-12-29
bnxt_en: Use napi_complete_done()
Michael Chan
1
-2
/
+3
2016-12-29
bnxt_en: Remove busy poll logic in the driver.
Michael Chan
1
-50
/
+3
[next]