Commit Graph

62 Commits (3c7b204547bc3d342a4e31196fe14803581d279f)

Author SHA1 Message Date
Scott Feldman 418c437d8b enic: Use random mac addr when associating port-profile 15 years ago
Scott Feldman 6fc7f5730b enic: bug fix: sprintf UUID to string as u8[] rather than u16[] array 15 years ago
Scott Feldman f8bd909183 net: Add ndo_{set|get}_vf_port support for enic dynamic vnics 15 years ago
Jiri Pirko 22bedad3ce net: convert multicast list to list_head 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Vasanthy Kolluri 641cb85e68 enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERS 15 years ago
Vasanthy Kolluri d883aa7641 enic: Clean up: Add wrapper functions 15 years ago
Vasanthy Kolluri 73c1ea9b54 enic: Do not advertise NETIF_F_HW_VLAN_RX 15 years ago
Vasanthy Kolluri b6d24eb663 enic: Bug Fix: Fix timeout for hardware Tx and Rx queue disable operations 15 years ago
Vasanthy Kolluri a55a603dae enic: Bug Fix: Fix hardware descriptor reads 15 years ago
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 bd2496229e enic: Bug fix: align desc ring sizes to 32 descs 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() 16 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 d73149f51e enic: changes to driver/firmware interface 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
Stephen Hemminger fe96aaa14f netdev: add missing set_mac_address hook 16 years ago
Hannes Eder 5e4232ee5d drivers/net/enic: fix sparse warning: make symbol static 16 years ago
Neil Horman 908a7a16b8 net: Remove unused netdev arg from some NAPI interfaces. 16 years ago
Scott Feldman 21fc578dca enic: misc cleanup items: 16 years ago
Scott Feldman 845964515a enic: move wmb closer to where needed: before writing posted_index to hw 16 years ago
Scott Feldman cb3c766975 enic: mask off some reserved bits in CQ descriptor for future use 16 years ago
Scott Feldman 27372bf5fa enic: driver/firmware API updates 16 years ago
Scott Feldman 86ca9db794 enic: enable ethtool LRO support 16 years ago