index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
scripts/spelling.txt: add "overrided" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-28
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-21
bnxt_en: fix pci cleanup in bnxt_init_one() failure path
Sathya Perla
1
-37
/
+39
2017-02-21
bnxt_en: Fix NULL pointer dereference in a failure path during open.
Michael Chan
1
-1
/
+3
2017-02-21
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-13
bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICs
Deepak Khungar
1
-0
/
+6
2017-02-13
bnxt_en: Fix bnxt_setup_tc() error message.
Michael Chan
1
-1
/
+1
2017-02-13
bnxt_en: Print FEC settings as part of the linkup dmesg.
Michael Chan
2
-1
/
+16
2017-02-13
bnxt_en: Do not setup PHY unless driving a single PF.
Michael Chan
1
-0
/
+3
2017-02-13
bnxt_en: Add hardware NTUPLE filter for encapsulated packets.
Michael Chan
1
-3
/
+14
2017-02-13
bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.
Michael Chan
1
-1
/
+1
2017-02-13
bnxt_en: Fix ethtool -l pre-set max combined channel.
Michael Chan
1
-1
/
+1
2017-02-13
bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.
Kshitij Soni
1
-6
/
+26
2017-02-13
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
2017-02-07
bnxt_en: Add bp->rx_dir field for rx buffer DMA direction.
Michael Chan
2
-15
/
+13
2017-02-07
bnxt_en: Don't use DEFINE_DMA_UNMAP_ADDR to store DMA address in RX path.
Michael Chan
2
-13
/
+10
2017-02-07
bnxt_en: Refactor rx SKB function.
Michael Chan
2
-16
/
+44
2017-02-07
net-next: treewide use is_vlan_dev() helper function.
Parav Pandit
1
-1
/
+1
2017-01-31
net: bgmac: use PHY subsystem for initializing PHY
Rafał Miłecki
1
-0
/
+10
2017-01-31
net: bgmac: drop struct bcma_mdio we don't need anymore
Rafał Miłecki
3
-60
/
+42
2017-01-31
net: bgmac: allocate struct bgmac just once & don't copy it
Rafał Miłecki
4
-13
/
+21
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
7
-8
/
+8
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-35
/
+51
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-24
net: broadcom: bnx2x: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-90
/
+109
2017-01-23
bnx2x: avoid two atomic ops per page on x86
Eric Dumazet
1
-10
/
+5
2017-01-23
net: systemport: Add support for SYSTEMPORT Lite
Florian Fainelli
2
-78
/
+323
2017-01-23
net: systemport: Dynamically allocate number of TX rings
Florian Fainelli
2
-1
/
+12
2017-01-20
bcm63xx_enet: avoid uninitialized variable warning
Arnd Bergmann
1
-2
/
+4
2017-01-19
bnxt_en: Fix "uninitialized variable" bug in TPA code path.
Michael Chan
1
-1
/
+1
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+18
2017-01-14
bnxt_en: Add the ulp_sriov_cfg hooks for bnxt_re RDMA driver.
Michael Chan
1
-0
/
+5
2017-01-14
bnxt_en: Add support for ethtool -p.
Michael Chan
4
-1
/
+123
2017-01-14
bnxt_en: Update to firmware interface spec to 1.6.1.
Michael Chan
1
-24
/
+237
2017-01-14
bnxt_en: Clear TPA flags when BNXT_FLAG_NO_AGG_RINGS is set.
Michael Chan
1
-0
/
+2
2017-01-14
bnxt_en: Fix compiler warnings when CONFIG_RFS_ACCEL is not defined.
Michael Chan
1
-0
/
+2
[next]