Commit Graph

62 Commits (625b451455cebb7120492766c8425b6e808fc209)

Author SHA1 Message Date
Eric Dumazet 89d71a66c4 net: Use netdev_alloc_skb_ip_align() 16 years ago
Ben Hutchings 7ab0f2736b netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations 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
Roel Kluin 082ba88a5e atlx: strncpy does not null terminate string 16 years ago
roel kluin 41796e91a2 atlx: duplicate testing of MCAST flag 16 years ago
Eric Dumazet 17d0cdfa8f net: ntohs() misuse 16 years ago
Eric Dumazet cdd0db058d net: dont update dev->trans_start 16 years ago
Alex Chiang 5ad1890035 atlx: move modinfo data from atlx.h to atl1.c 16 years ago
Alexander Beregalov 0ee904c35c drivers/net: replace BUG() with BUG_ON() if possible 16 years ago
Yang Hongyang 284901a90a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 16 years ago
Hannes Eder b79d8fff0e drivers/net/atlx: fix sparse warnings: fix signedness 16 years ago
Hannes Eder 9dc20f553f drivers/net/atlx: fix sparse warnings: make symbols static 16 years ago
Ingo Molnar a098397d56 atlx: fix warning in drivers/net/atlx/atl2.c 16 years ago
Stephen Hemminger 008298231a netdev: add more functions to netdevice ops 16 years ago
Alan Jenkins a849854fc7 atl2: don't request irq on resume if netif running 16 years ago
Stephen Hemminger 825a84d1d3 atlx: convert to net_device_ops 16 years ago
J. K. Cliburn 3b259e3659 atl1: Do not enumerate options unsupported by chip 16 years ago
David S. Miller babcda74e9 drivers/net: Kill now superfluous ->last_rx stores. 16 years ago
Stephen Hemminger e053b628d3 atlx: timer cleanup 16 years ago
Stephen Hemminger 02e7173149 atlx: use embedded net_device_stats 16 years ago
Jay Cliburn dc5596d920 atl1: fix vlan tag regression 17 years ago
Jay Cliburn c8f2d9bc12 atl1: update introductory comments 17 years ago
Jay Cliburn e1098328e8 atl1: remove LLTX 17 years ago
Jay Cliburn b29be6d3f2 atl1: fix transmit timeout bug 17 years ago
Kevin Hao 87241840b2 net: remove LLTX in atl2 driver 17 years ago
Kevin Hao 8d1b1fc9b9 net: add net poll support for atl2 driver 17 years ago
Jay Cliburn e2f092ff9b atl2: add tx bytes statistic 17 years ago
Chris Snook 452c1ce218 atl2: add atl2 driver 17 years ago
Jay Cliburn 82c26a9d11 atl1: disable TSO by default 17 years ago
Jay Cliburn c2ac3ef35c atl1: deal with hardware rx checksum bug 17 years ago
David S. Miller 39d48157ac atl1: Do not wake queue before queue has been started. 17 years ago
Radu Cristescu 58c7821c42 atl1: relax eeprom mac address error check 17 years ago
Jay Cliburn ae6b4d9ab6 atl1: fix suspend regression 17 years ago
Alexey Dobriyan aefdbf1a3b atl1: fix 4G memory corruption bug 17 years ago
Stephen Hemminger b102df14d7 atl1: use netdev_alloc_skb 17 years ago
Al Viro d63ddcec20 misc drivers/net endianness noise 17 years ago
Al Viro 4ec7ffa2df misc drivers/net endianness noise 17 years ago
Jay Cliburn e8f720fdec atl1: bump version number 17 years ago
Jay Cliburn bf455a2247 atl1: add shutdown callback 17 years ago
Jay Cliburn 08e0f1dc83 atl1: fix broken suspend and resume 17 years ago
Jay Cliburn ff772b27e5 atl1: add PHY power save mode 17 years ago
Chris Snook 8ec7226a93 [netdrvr] atlx: code movement: move atl1 parameter parsing 17 years ago
Chris Snook 3b49f03545 atlx: remove flash vendor parameter 17 years ago
Jay Cliburn 6446a860f8 atl1: reduce forward declarations 17 years ago
Jay Cliburn 0dde4ef99d atl1: make functions static 17 years ago
Jay Cliburn 235ffa136c atl1: print debug info if rrd error 17 years ago
Jay Cliburn 460578bfe4 atl1: use netif_msg 17 years ago
Jay Cliburn 5ca3bc3041 atl1: use csum_start 17 years ago
Jay Cliburn 401c0aabec atl1: simplify tx packet descriptor 17 years ago