Sign in
googlers
/
maze
/
linux
/
31dda0ae933bb9fea9cfe000b698c41af0417cac
/
drivers
/
net
/
enic
/
enic_main.c
6ede746
enic: do vlan cleanup
by Jiri Pirko
· 13 years ago
ea7ea65
enic: Add support to configure hardware interrupt coalesce timers in a platform independent way
by Vasanthy Kolluri
· 14 years ago
b880a95
enic: Bug Fix: Fix hardware transmit queue indexing in enic_poll_controller
by Vasanthy Kolluri
· 14 years ago
7d260ec
enic: Get/Set interrupt resource index for transmit and receive queues
by Vasanthy Kolluri
· 14 years ago
8757446
enic: Pass 802.1p bits for packets tagged with vlan zero
by Vasanthy Kolluri
· 14 years ago
f20530b
enic: update to support 64 bit stats
by stephen hemminger
· 14 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
c97c894
enic: Add support for MTU change via port profile on a dynamic vnic
by Roopa Prabhu
· 14 years ago
6403eab
drivers/net: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
70c7160
Add appropriate <linux/prefetch.h> include for prefetch users
by Paul Gortmaker
· 14 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
5ec8f9b
net: enic: convert to hw_features
by Michał Mirosław
· 14 years ago
b3abfbd
enic: Add support for PORT_REQUEST_PREASSOCIATE_RR
by Roopa Prabhu
· 14 years ago
8da83f8
enic: Flush driver cache of registered addr lists during port profile disassociate
by Roopa Prabhu
· 14 years ago
1cbb1a6
enic: Always use single transmit and single receive hardware queues per device
by Vasanthy Kolluri
· 14 years ago
5990b18
enic: Clean up: Remove a not needed #ifdef
by Vasanthy Kolluri
· 14 years ago
e0afe53
enic: Bug fix: Reset driver count of registered unicast addresses to zero during device reset
by Vasanthy Kolluri
· 14 years ago
0eb2602
enic: Clean up: Remove support for an older version of hardware
by Vasanthy Kolluri
· 14 years ago
6916142
enic: Bug Fix: Reorder firmware devcmds - CMD_INIT and CMD_IG_VLAN_REWRITE_MODE
by Vasanthy Kolluri
· 14 years ago
5198746
enic: Clean up: Organize devcmd wrapper routines
by Vasanthy Kolluri
· 14 years ago
8a37555
enic: Decouple mac address registration and deregistration from port profile set operation
by Roopa Prabhu
· 14 years ago
4dce239
enic: Bug Fix: Dont reset ENIC_SET_APPLIED flag on port profile disassociate
by Roopa Prabhu
· 14 years ago
b4aa9e0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
0d0b167
net: Fix drivers advertising HW_CSUM feature to use csum_start
by Michał Mirosław
· 14 years ago
23f333a
drivers/net: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
6c2c9d9
enic: Move enic port profile handling code to a new 802.1Qbh provisioning info type
by Roopa Prabhu
· 14 years ago
2963905
enic: Use VF mac set by IFLA_VF_MAC in port profile provisioning data
by Roopa Prabhu
· 14 years ago
0b1c00f
enic: Add ndo_set_vf_mac support for enic dynamic devices
by Roopa Prabhu
· 14 years ago
319d7e8
enic: Add ndo_set_rx_mode support for enic vnics
by Roopa Prabhu
· 14 years ago
79aeec5
enic: Bug Fix: Pass napi reference to the isr that services receive queue
by Vasanthy Kolluri
· 14 years ago
1f4f067
enic: Fix build warnings
by Vasanthy Kolluri
· 14 years ago
eab6d18
vlan: Don't check for vlan group before vlan_tx_tag_present.
by Jesse Gross
· 14 years ago
53c9053
enic: Fix log message
by Vasanthy Kolluri
· 14 years ago
2db77e0
enic: Replace firmware devcmd CMD_ENABLE with CMD_ENABLE_WAIT
by Vasanthy Kolluri
· 14 years ago
c76fd32
enic: Make firmware cognizant of the user set mac address
by Vasanthy Kolluri
· 14 years ago
717258b
enic: Add support for multiple hardware receive queues
by Vasanthy Kolluri
· 14 years ago
2fdba38
enic: Make local functions static
by Vasanthy Kolluri
· 14 years ago
ce16cc0
enic: Clean up: remove enic_dev_stats_clear
by Roopa Prabhu
· 14 years ago
294dab2
enic: Add set mac address
by Roopa Prabhu
· 14 years ago
c33788b
drivers/net/enic: Use %pUB to format a UUID
by Joe Perches
· 14 years ago
1437ce3
ethtool: Change ethtool_op_set_flags to validate flags
by Ben Hutchings
· 15 years ago
29046f9
enic: Clean ups
by Vasanthy Kolluri
· 15 years ago
1825aca
enic: Feature Add: Add loopback capability to enic devices
by Vasanthy Kolluri
· 15 years ago
a7a79de
enic: Use (netdev|dev|pr)_<level> macro helpers for logging
by Vasanthy Kolluri
· 15 years ago
383ab92
enic: Clean up: Add wrapper routines for firmware devcmd calls
by Vasanthy Kolluri
· 15 years ago
99ef563
enic: Use a lighter reset operation for enic devices
by Vasanthy Kolluri
· 15 years ago
f8cac14
enic: Bug Fix: Change hardware ingress vlan rewrite mode
by Vasanthy Kolluri
· 15 years ago
88132f5
enic: Feature Add: Replace LRO with GRO
by Vasanthy Kolluri
· 15 years ago
08f382e
enic: bug fix: make the set/get netlink VF_PORT support symmetrical
by Scott Feldman
· 15 years ago
418c437
enic: Use random mac addr when associating port-profile
by Scott Feldman
· 15 years ago
6fc7f57
enic: bug fix: sprintf UUID to string as u8[] rather than u16[] array
by Scott Feldman
· 15 years ago
f8bd909
net: Add ndo_{set|get}_vf_port support for enic dynamic vnics
by Scott Feldman
· 15 years ago
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
641cb85
enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERS
by Vasanthy Kolluri
· 15 years ago
73c1ea9
enic: Do not advertise NETIF_F_HW_VLAN_RX
by Vasanthy Kolluri
· 15 years ago
48e2f18
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
d87fd25
enic: whitespace cleanup; #define cleanup; more verbose err msg
by Scott Feldman
· 15 years ago
7c84459
enic: feature add: add ethtool -c/C support
by Scott Feldman
· 15 years ago
9959a18
enic: minimize pkt filter updates to firmware
by Scott Feldman
· 15 years ago
2d6ddce
enic: Bug fix: try harder to fill Rx ring on skb allocation failures
by Scott Feldman
· 15 years ago
b3d18d1
enic: Bug fix: use safe queue shutdown in dev->stop
by Scott Feldman
· 15 years ago
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
6fdfa97
enic: organize device initialization/deinit into separate functions
by Scott Feldman
· 15 years ago
491598a
enic: bug fix: check for zero port MTU before posting warning
by Scott Feldman
· 15 years ago
9f63a7c
enic: bug fix: enable VLAN filtering
by Scott Feldman
· 15 years ago
6ba9cdc
enic: provision for multiple Rx/Tx queues; prepare for RSS support
by Scott Feldman
· 15 years ago
350991e
enic: bug fix: included MAC drops in rx_dropped netstat
by Scott Feldman
· 15 years ago
56ac88b
enic: bug fix: protect fw call i/f with spinlock
by Scott Feldman
· 15 years ago
d19e22d
enic: use netdev_alloc_skb
by Scott Feldman
· 15 years ago
ea0d7d9
enic: bug fix: split TSO fragments larger than 16K into multiple descs
by Scott Feldman
· 15 years ago
4badc38
enic: workaround A0 erratum
by Scott Feldman
· 15 years ago
27e6c7d
enic: add support for multiple BARs
by Scott Feldman
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
2867975
net: dont update dev->trans_start in 10GB drivers
by Eric Dumazet
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
50cf156
dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)
by Yang Hongyang
· 16 years ago
4cdc44a
enic: Add api for link down count and to get firmware notification status.
by Scott Feldman
· 16 years ago
68f7170
enic: bug fix: tx_timeout reset path fix-ups
by Scott Feldman
· 16 years ago
bd9fb1a
enic: record all bad FCS errs as frame errors
by Scott Feldman
· 16 years ago
ed8af6b
enic: bug fix: return notify intr credits
by Scott Feldman
· 16 years ago
09640e6
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
fe96aaa
netdev: add missing set_mac_address hook
by Stephen Hemminger
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
86ca9db
enic: enable ethtool LRO support
by Scott Feldman
· 16 years ago
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
afe29f7
enic: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
b7c6bfb
net: fix driver build errors due to missing net/ip6_checksum.h include
by Kamalesh Babulal
· 16 years ago
4b75a44
enic: bug fix: don't set netdev->name too early
by Scott Feldman
· 16 years ago
8f4d248
enic: Bug fix: Free MSI intr with correct data handle
by Scott Feldman
· 16 years ago
25f0a06
enic: fixes for review items from Ben Hutchings
by Scott Feldman
· 16 years ago
d9c3c57
enic: Don't indicate IPv6 pkts using soft-LRO
by Scott Feldman
· 16 years ago
01f2e4e
enic: add Cisco 10G Ethernet NIC driver
by Scott Feldman
· 16 years ago