Jiri Pirko
|
567ec874d1
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
|
15 years ago |
Simon Kagstrom
|
b6ca430599
via-velocity: Enable scatter/gather IO by default
|
15 years ago |
David S. Miller
|
5ecccb74dc
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
15 years ago |
Jiri Pirko
|
4cd24eaf0c
net: use netdev_mc_count and netdev_mc_empty when appropriate
|
15 years ago |
Simon Kagstrom
|
3f2e8d9f13
via-velocity: Fix races on shared interrupts
|
15 years ago |
Simon Kagstrom
|
39c2ff43ea
via-velocity: Take spinlock on set coalesce
|
15 years ago |
Simon Kagstrom
|
d6cade0f7f
via-velocity: Remove unused IRQ status parameter from rx_srv and tx_srv
|
15 years ago |
David S. Miller
|
d4a66e752d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
15 years ago |
Alexey Dobriyan
|
a3aa18842a
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
|
15 years ago |
Ben Hutchings
|
35bb5cadc8
via-velocity: Give RX descriptors to the NIC later on open or MTU change
|
15 years ago |
H Hartley Sweeten
|
aa7c68a5f7
drivers/net/via-velocity.c: use %pM to shown MAC address
|
15 years ago |
Joe Perches
|
8e95a2026f
drivers/net: Move && and || to end of previous line
|
15 years ago |
Simon Kagstrom
|
b06f78f4d0
via-velocity: Set tx checksum from ethtool instead of module parameter
|
15 years ago |
Simon Kagstrom
|
c79992fdde
via-velocity: Re-enable transmit scatter-gather support
|
15 years ago |
Simon Kagstrom
|
2a5774f7d8
via-velocity: Change DMA_LENGTH_DEF (from the VIA driver)
|
15 years ago |
Simon Kagstrom
|
dfff7144b1
via-velocity: Implement NAPI support
|
15 years ago |
Simon Kagstrom
|
6dfc4b95b2
via-velocity: Add ethtool interrupt coalescing support
|
15 years ago |
Simon Kagstrom
|
da95b2d422
via-velocity: Correct 64-byte alignment for rx buffers
|
15 years ago |
Julia Lawall
|
1ede9b52fa
drivers/net/via-velocity.c: remove exceptional & on function name
|
15 years ago |
Ben Hutchings
|
516b4df1ce
via-velocity: Remove private device list
|
15 years ago |
Eric Dumazet
|
89d71a66c4
net: Use netdev_alloc_skb_ip_align()
|
15 years ago |
Ben Hutchings
|
7ab0f2736b
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
|
16 years ago |
David S. Miller
|
6cdee2f96a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
16 years ago |
Stephen Hemminger
|
61357325f3
netdev: convert bulk of drivers to netdev_tx_t
|
16 years ago |
roel kluin
|
0527a1a844
via-velocity: Fix test of mii_status bit VELOCITY_DUPLEX_FULL
|
16 years ago |
Dave Jones
|
2cf71d2e38
Remove unnecessary forward declarations from velocity NIC driver.
|
16 years ago |
Dave Jones
|
c40674001b
Fix up CodingStyle problems in via-velocity.c
|
16 years ago |
Dave Jones
|
83c98a8cd0
Remove unused zero-copy code from velocity NIC driver.
|
16 years ago |
Patrick McHardy
|
6ed106549d
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
|
16 years ago |
Dave Jones
|
f6b24caaf9
via-velocity: Fix velocity driver unmapping incorrect size.
|
16 years ago |