Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cb866e3298cd7412503fc7e2c265753c853fab9d
/
drivers
/
net
/
ethernet
/
cisco
/
enic
/
enic.h
373fb08
enic: add devcmd2
by Govindarajulu Varadarajan
· 10 years ago
6a3c2f8
enic: use netdev_<foo> or dev_<foo> instead of pr_<foo>
by Govindarajulu Varadarajan
· 10 years ago
3f255dc
enic: reconfigure resources for kdump crash kernel
by Govindarajulu Varadarajan
· 10 years ago
58feff0
enic: add stats for dma mapping error
by Govindarajulu Varadarajan
· 10 years ago
065df15
enic: check dma_mapping_error
by Govindarajulu Varadarajan
· 10 years ago
4f675eb
enic: add support for set/get rss hash key
by Govindarajulu Varadarajan
· 10 years ago
a03bb56
enic: implement rx_copybreak
by Govindarajulu Varadarajan
· 10 years ago
e3e5af3
enic: remove #ifdef CONFIG_RFS_ACCEL around filter structures
by Govindarajulu Varadarajan
· 11 years ago
a16a336
enic: fix return values in enic_set_coalesce
by Govindarajulu Varadarajan
· 11 years ago
4cfe878
enic: do tx cleanup in napi poll
by Govindarajulu Varadarajan
· 11 years ago
a145df2
enic: Add Accelerated RFS support
by Govindarajulu Varadarajan
· 11 years ago
f009618
enic: Update driver to use __dev_uc/mc_sync/unsync calls
by Alexander Duyck
· 11 years ago
7c2ce6e
enic: Add support for adaptive interrupt coalescing
by Sujith Sankar
· 11 years ago
fef1f07
net: enic: include irq.h for irqreturn_t definitions
by Josh Boyer
· 11 years ago
001e1c1
driver/net: enic: update enic maintainers and driver
by govindarajulu.v
· 11 years ago
822473b
driver/net: enic: Add multi tx support for enic
by govindarajulu.v
· 11 years ago
d765bb4
drivers/net: enic: Generate notification of hardware crash
by Neel Patel
· 12 years ago
0b03856
drivers/net: enic: Add an interface for USNIC to interact with firmware
by Neel Patel
· 12 years ago
92e2b46
drivers/net: enic: Adding support for Cisco Low Latency NIC
by Neel Patel
· 12 years ago
f13bbc2
drivers/net: enic: Move ethtool code to a separate file
by Neel Patel
· 12 years ago
b8622cb
enic: Fix addr valid check in enic_set_vf_mac
by Roopa Prabhu
· 13 years ago
b4017c5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
413708b
enic: fix an endian bug in enic_probe()
by Dan Carpenter
· 13 years ago
2b68c18
enic: Add support for fw init command on sriov vf's
by Roopa Prabhu
· 13 years ago
b476583
enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's mac
by Roopa Prabhu
· 13 years ago
d6c81bc
enic: Add new fw devcmd to set mac address of an interface
by Roopa Prabhu
· 13 years ago
73c2ae7
enic: remove assignment of random mac on enic vf
by Roopa Prabhu
· 13 years ago
9f1de88d
enic: Fix address deregistration for sriov vf during port profile disassociate
by Roopa Prabhu
· 13 years ago
f8a6dd5
enic: Check firmware capability before issuing firmware commands
by Neel Patel
· 13 years ago
63da93d
enic: Enable support for multiple hardware receive queues
by Neel Patel
· 13 years ago
3a4adef
enic: This patch adds pci id 0x71 for SRIOV VF's
by Roopa Prabhu
· 13 years ago
3f19279
enic: Add support for port profile association on a enic SRIOV VF
by Roopa Prabhu
· 13 years ago
889d13f
enic: Helper code for SRIOV proxy commands
by Roopa Prabhu
· 13 years ago
8749b42
enic: Add SRIOV support
by Roopa Prabhu
· 13 years ago
a6a5580
enic: Move the Cisco driver
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/enic/enic.h]
6ede746
enic: do vlan cleanup
by Jiri Pirko
· 14 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
e1fb77b
enic: Log device configuration in detail during driver load
by Vasanthy Kolluri
· 14 years ago
c97c894
enic: Add support for MTU change via port profile on a dynamic vnic
by Roopa Prabhu
· 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
ea0f0d8
enic: Support newer version of firmware devcmd CMD_MCPU_FW_INFO
by Vasanthy Kolluri
· 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
115d56f
enic: Bug Fix: Fix return values of enic_add/del_station_addr routines
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
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
1f4f067
enic: Fix build warnings
by Vasanthy Kolluri
· 14 years ago
717258b
enic: Add support for multiple hardware receive queues
by Vasanthy Kolluri
· 14 years ago
bf746e6
enic: Remove dead code
by Vasanthy Kolluri
· 14 years ago
294dab2
enic: Add set mac address
by Roopa Prabhu
· 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
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
f8bd909
net: Add ndo_{set|get}_vf_port support for enic dynamic vnics
by Scott Feldman
· 15 years ago
641cb85
enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERS
by Vasanthy Kolluri
· 15 years ago
a55a603
enic: Bug Fix: Fix hardware descriptor reads
by Vasanthy Kolluri
· 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
b3d18d1
enic: Bug fix: use safe queue shutdown in dev->stop
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
27e6c7d
enic: add support for multiple BARs
by Scott Feldman
· 15 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
86ca9db
enic: enable ethtool LRO support
by Scott Feldman
· 16 years ago
4b75a44
enic: bug fix: don't set netdev->name too early
by Scott Feldman
· 16 years ago
25f0a06
enic: fixes for review items from Ben Hutchings
by Scott Feldman
· 16 years ago
01f2e4e
enic: add Cisco 10G Ethernet NIC driver
by Scott Feldman
· 16 years ago