Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
565f9b073f37e5cb6f80ad0ad71ec1144f87fd9f
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
1f68168
bnxt_en: Add new NPAR and dual media device IDs.
by Michael Chan
· 8 years ago
a230490
bnxt_en: Log a message, if enabling NTUPLE filtering fails.
by Vasundhara Volam
· 8 years ago
a54c4d7
bnxt_en: Improve ntuple filters by checking destination MAC address.
by Michael Chan
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
cbce91c
bnxt_en: Remove locking around txr->dev_state
by Florian Fainelli
· 8 years ago
fa853dd
bnxt_en: Add BCM58700 PCI device ID for NS2 Nitro.
by Prashant Sreedharan
· 8 years ago
dc52c6c
bnxt_en: Workaround Nitro A0 RX hardware bug (part 4).
by Prashant Sreedharan
· 8 years ago
10bbdaf
bnxt_en: Workaround Nitro A0 hardware RX bug (part 3).
by Prashant Sreedharan
· 8 years ago
7659519
bnxt_en: Workaround Nitro A0 hardware RX bug (part 2).
by Prashant Sreedharan
· 8 years ago
94ce9ca
bnxt_en: Workaround Nitro A0 hardware RX bug (part 1).
by Prashant Sreedharan
· 8 years ago
3e8060f
bnxt_en: Add basic support for Nitro in North Star 2.
by Prashant Sreedharan
· 8 years ago
f3ea311
bnxt_en: initialize rc to zero to avoid returning garbage
by Colin Ian King
· 8 years ago
09a7636
bnxt: fix a condition
by Dan Carpenter
· 8 years ago
51f3078
bnxt_en: Allow statistics DMA to be configurable using ethtool -C.
by Michael Chan
· 8 years ago
87027db
bnxt_en: Assign netdev->dev_port with port ID.
by Michael Chan
· 8 years ago
17c71ac
bnxt_en: Allow promiscuous mode for VF if default VLAN is enabled.
by Michael Chan
· 8 years ago
dc7aadb
bnxt_en: Increase maximum supported MTU to 9500.
by Vasundhara Volam
· 8 years ago
550feeb
bnxt_en: Enable MRU enables bit when configuring VNIC MRU.
by Michael Chan
· 8 years ago
93e0b4f
bnxt_en: Add support for firmware updates for additional processors.
by Rob Swindell
· 8 years ago
08141e0
bnxt_en: Request firmware reset after successful firwmare update
by Rob Swindell
· 8 years ago
a4c3634
bnxt_en: Add support for updating flash more securely
by Rob Swindell
· 8 years ago
2a5bedf
bnxt_en: Do function reset on the 1st PF open only.
by Michael Chan
· 8 years ago
a58a3e6
bnxt_en: Update firmware spec. to 1.3.0.
by Michael Chan
· 8 years ago
75362a3
bnxt_en: VF/NPAR should return -EOPNOTSUPP for unsupported ethtool ops.
by Michael Chan
· 8 years ago
7cdd5fc
bnxt: Move GENEVE support from hard-coded port to using port notifier
by Alexander Duyck
· 8 years ago
ad51b8e
bnxt: Update drivers to support unified UDP encapsulation offload functions
by Alexander Duyck
· 8 years ago
00c04a9
bnxt_en: Support new ETHTOOL_{G|S}LINKSETTINGS API.
by Michael Chan
· 8 years ago
93ed811
bnxt_en: Don't allow autoneg on cards that don't support it.
by Michael Chan
· 8 years ago
b24eb6a
bnxt_en: Add BCM5731X and BCM5741X device IDs.
by Michael Chan
· 8 years ago
94758f8
bnxt_en: Add GRO logic for BCM5731X chips.
by Michael Chan
· 8 years ago
309369c
bnxt_en: Refactor bnxt_gro_skb().
by Michael Chan
· 8 years ago
659c805
bnxt_en: Define the supported chip numbers.
by Michael Chan
· 8 years ago
ebcd4ee
bnxt_en: Add PCI device ID for 57404 NPAR devices.
by Michael Chan
· 8 years ago
567b2ab
bnxt_en: Enable NPAR (NIC Partitioning) Support.
by Satish Baddipadige
· 8 years ago
fc0f192
bnxt_en: Handle VF_CFG_CHANGE event from firmware.
by Michael Chan
· 8 years ago
6988bd9
bnxt_en: Add new function bnxt_reset().
by Michael Chan
· 8 years ago
cf6645f
bnxt_en: Add function for VF driver to query default VLAN.
by Michael Chan
· 8 years ago
8852ddb
bnxt_en: Simplify VLAN receive logic.
by Michael Chan
· 8 years ago
5a9f6b2
bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together.
by Michael Chan
· 8 years ago
b9a8460
bnxt_en: Fix tx push race condition.
by Michael Chan
· 8 years ago
7e13318
net: define gso types for IPx over IPv4 and IPv6
by Tom Herbert
· 8 years ago
b67daab
bnxt_en: Use dma_rmb() instead of rmb().
by Michael Chan
· 8 years ago
5049e33
bnxt_en: Add BCM57314 device ID.
by Michael Chan
· 8 years ago
10289be
bnxt_en: Simplify and improve unsupported SFP+ module reporting.
by Michael Chan
· 8 years ago
8578d6c
bnxt_en: Fix length value in dmesg log firmware error message.
by Michael Chan
· 8 years ago
a11fa2b
bnxt_en: Improve the delay logic for firmware response.
by Michael Chan
· 8 years ago
d0a42d6
bnxt_en: Reduce maximum ring pages if page size is 64K.
by Michael Chan
· 8 years ago
90c4f78
bnxt_en: Report PCIe link speed and width during driver load
by Ajit Khaparde
· 8 years ago
42ee18f
bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPRO
by Ajit Khaparde
· 8 years ago
18d6e4e
bnxt_en: Fix invalid max channel parameter in ethtool -l.
by Satish Baddipadige
· 8 years ago
909b27f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
fa7e281
bnxt_en: Add workaround to detect bad opaque in rx completion (part 2)
by Michael Chan
· 8 years ago
376a5b8
bnxt_en: Add workaround to detect bad opaque in rx completion (part 1)
by Michael Chan
· 8 years ago
e800072
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7d2837d
bnxt_en: Setup multicast properly after resetting device.
by Michael Chan
· 9 years ago
67a95e2
bnxt_en: Need memory barrier when processing the completion ring.
by Michael Chan
· 9 years ago
152971e
bnxt: Add support for segmentation of tunnels with outer checksums
by Alexander Duyck
· 9 years ago
cba65321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
89d0a06
bnxt_en: Divide a page into 32K buffers for the aggregation ring if necessary.
by Michael Chan
· 9 years ago
2839f28
bnxt_en: Limit RX BD pages to be no bigger than 32K.
by Michael Chan
· 9 years ago
1fa72e2
bnxt_en: Don't fallback to INTA on VF.
by Michael Chan
· 9 years ago
8cbde11
bnxt_en: Add async event handling for speed config changes.
by Michael Chan
· 9 years ago
84c33dd
bnxt_en: Call firmware to approve VF MAC address change.
by Michael Chan
· 9 years ago
33f7d55
bnxt_en: Shutdown link when device is closed.
by Michael Chan
· 9 years ago
03efbec
bnxt_en: Disallow forced speed for 10GBaseT devices.
by Michael Chan
· 9 years ago
29c262f
bnxt_en: Improve ethtool .get_settings().
by Michael Chan
· 9 years ago
9d9cee0
bnxt_en: Check for valid forced speed during ethtool -s.
by Michael Chan
· 9 years ago
4bb13ab
bnxt_en: Add unsupported SFP+ module warnings.
by Michael Chan
· 9 years ago
25be862
bnxt_en: Set async event bits when registering with the firmware.
by Michael Chan
· 9 years ago
72b34f0
bnxt_en: Add get_eee() and set_eee() ethtool support.
by Michael Chan
· 9 years ago
939f7f0
bnxt_en: Add EEE setup code.
by Michael Chan
· 9 years ago
170ce01
bnxt_en: Add basic EEE support.
by Michael Chan
· 9 years ago
c9ee951
bnxt_en: Improve flow control autoneg with Firmware 1.2.1 interface.
by Michael Chan
· 9 years ago
11f15ed
bnxt_en: Update to Firmware 1.2.2 spec.
by Michael Chan
· 9 years ago
3c02d1b
bnxt_en: Fix ethtool -a reporting.
by Michael Chan
· 9 years ago
49b5c7a
bnxt_en: Fix typo in bnxt_hwrm_set_pause_common().
by Michael Chan
· 9 years ago
e6ef269
bnxt_en: Implement proper firmware message padding.
by Michael Chan
· 9 years ago
33e52d8
bnxt_en: Initialize CP doorbell value before ring allocation
by Prashant Sreedharan
· 9 years ago
6316ea6
bnxt_en: Enable AER support.
by Satish Baddipadige
· 9 years ago
8ddc9aa
bnxt_en: Include hardware port statistics in ethtool -S.
by Michael Chan
· 9 years ago
9947f83
bnxt_en: Include some hardware port statistics in ndo_get_stats64().
by Michael Chan
· 9 years ago
3bdf56c
bnxt_en: Add port statistics support.
by Michael Chan
· 9 years ago
f1a082a
bnxt_en: Extend autoneg to all speeds.
by Michael Chan
· 9 years ago
4b32cac
bnxt_en: Use common function to get ethtool supported flags.
by Michael Chan
· 9 years ago
3277360
bnxt_en: Add reporting of link partner advertisement.
by Michael Chan
· 9 years ago
27c4d57
bnxt_en: Refactor bnxt_fw_to_ethtool_advertised_spds().
by Michael Chan
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
5eb4dce
net: relax setup_tc ndo op handle restriction
by John Fastabend
· 9 years ago
90e20921
bnxt_en: Add hwrm_send_message_silent().
by Michael Chan
· 9 years ago
fbfbc48
bnxt_en: Refactor _hwrm_send_message().
by Michael Chan
· 9 years ago
3ebf6f0
bnxt_en: Add installed-package firmware version reporting via Ethtool GDRVINFO
by Rob Swindell
· 9 years ago
a8643e1
bnxt_en: Fix dmesg log firmware error messages.
by Michael Chan
· 9 years ago
ff4fe81
bnxt_en: Use firmware provided message timeout value.
by Michael Chan
· 9 years ago
dfc9c94
bnxt_en: Add coalescing support for tx rings.
by Michael Chan
· 9 years ago
bb053f5
bnxt_en: Refactor bnxt_hwrm_set_coal().
by Michael Chan
· 9 years ago
dfb5b89
bnxt_en: Store irq coalescing timer values in micro seconds.
by Michael Chan
· 9 years ago
1924136
bnxt_en: Send PF driver unload notification to all VFs.
by Jeffrey Huang
· 9 years ago
3874d6a
bnxt_en: Improve bnxt_vf_update_mac().
by Jeffrey Huang
· 9 years ago
fbb0fa8
bnxt_en: Fix zero padding of tx push data.
by Michael Chan
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
Next »