Jiri Pirko
|
48e2f183cb
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
|
15 years ago |
Jiri Pirko
|
4cd24eaf0c
net: use netdev_mc_count and netdev_mc_empty when appropriate
|
15 years ago |
Alexey Dobriyan
|
a3aa18842a
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
|
15 years ago |
Scott Feldman
|
d87fd25d5a
enic: whitespace cleanup; #define cleanup; more verbose err msg
|
15 years ago |
Scott Feldman
|
7c84459911
enic: feature add: add ethtool -c/C support
|
15 years ago |
Scott Feldman
|
9959a18556
enic: minimize pkt filter updates to firmware
|
15 years ago |
Scott Feldman
|
2d6ddced5c
enic: Bug fix: try harder to fill Rx ring on skb allocation failures
|
15 years ago |
Scott Feldman
|
b3d18d191b
enic: Bug fix: use safe queue shutdown in dev->stop
|
15 years ago |
Eric Dumazet
|
89d71a66c4
net: Use netdev_alloc_skb_ip_align()
|
15 years ago |
Scott Feldman
|
6fdfa97073
enic: organize device initialization/deinit into separate functions
|
16 years ago |
Scott Feldman
|
491598a44f
enic: bug fix: check for zero port MTU before posting warning
|
16 years ago |
Scott Feldman
|
9f63a7c6ae
enic: bug fix: enable VLAN filtering
|
16 years ago |
Scott Feldman
|
6ba9cdc096
enic: provision for multiple Rx/Tx queues; prepare for RSS support
|
16 years ago |
Scott Feldman
|
350991e12a
enic: bug fix: included MAC drops in rx_dropped netstat
|
16 years ago |
Scott Feldman
|
56ac88b38e
enic: bug fix: protect fw call i/f with spinlock
|
16 years ago |
Scott Feldman
|
d19e22dc2c
enic: use netdev_alloc_skb
|
16 years ago |
Scott Feldman
|
ea0d7d9181
enic: bug fix: split TSO fragments larger than 16K into multiple descs
|
16 years ago |
Scott Feldman
|
4badc385d1
enic: workaround A0 erratum
|
16 years ago |
Scott Feldman
|
27e6c7d338
enic: add support for multiple BARs
|
16 years ago |
Stephen Hemminger
|
0fc0b732ea
netdev: drivers should make ethtool_ops const
|
16 years ago |
Stephen Hemminger
|
61357325f3
netdev: convert bulk of drivers to netdev_tx_t
|
16 years ago |
Eric Dumazet
|
28679751a9
net: dont update dev->trans_start in 10GB drivers
|
16 years ago |
Yang Hongyang
|
284901a90a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
|
16 years ago |
Yang Hongyang
|
50cf156af7
dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)
|
16 years ago |
Scott Feldman
|
4cdc44a231
enic: Add api for link down count and to get firmware notification status.
|
16 years ago |
Scott Feldman
|
68f717089a
enic: bug fix: tx_timeout reset path fix-ups
|
16 years ago |
Scott Feldman
|
bd9fb1a44a
enic: record all bad FCS errs as frame errors
|
16 years ago |
Scott Feldman
|
ed8af6b288
enic: bug fix: return notify intr credits
|
16 years ago |
Harvey Harrison
|
09640e6365
net: replace uses of __constant_{endian}
|
16 years ago |
Ben Hutchings
|
288379f050
net: Remove redundant NAPI functions
|
16 years ago |