Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1f4702aa25f4cdb80999fbe392ff9af5c0fb7969
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_ethtool.c
1f4702a
ixgbe: Fix possible memory leak in ixgbe_set_ringparam
by Alexander Duyck
· 12 years ago
1cc92eb
ixgbe: fix PTP ethtool timestamping function
by Jacob Keller
· 12 years ago
fbe7ca7
ixgbe: Retire RSS enabled and capable flags
by Alexander Duyck
· 12 years ago
49c7ffb
ixgbe: count q_vectors instead of MSI-X vectors
by Alexander Duyck
· 13 years ago
db01896
ixgbe: clean up ixgbe_get_settings ethtool function
by Jacob Keller
· 12 years ago
e3aac88
ixgbe: add support for get_ts_info
by Jacob Keller
· 13 years ago
943561d
ixgbe: Clean up priority based flow control
by Alexander Duyck
· 13 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
dad8a3b
igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init path
by John Fastabend
· 13 years ago
8e2813f
ixgbe: check for WoL support in single function
by Jacob Keller
· 13 years ago
567d2de
ixgbe: Correct flag values set by ixgbe_fix_features
by Alexander Duyck
· 13 years ago
ef6afc0
ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash command
by Alexander Duyck
· 13 years ago
f800326
ixgbe: Replace standard receive path with a page based receive
by Alexander Duyck
· 13 years ago
3ed69d7
ixgbe: use typed min/max functions where possible
by Jesse Brandeburg
· 13 years ago
3832b26
ixgbe: Simplify logic for ethtool loopback frame creation and testing
by Alexander Duyck
· 13 years ago
de88eee
ixgbe: Allocate rings as part of the q_vector
by Alexander Duyck
· 13 years ago
35551c4
ixgbe: remove tie between NAPI work limits and interrupt moderation
by Jeff Kirsher
· 13 years ago
3cc26e3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 13 years ago
e4f7402
ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADV
by Alexander Duyck
· 13 years ago
9cc00b5
ixgbe: ethtool: stats user buffer overrun
by John Fastabend
· 13 years ago
1bba2e8
ixgbe: make ethtool strings table const
by Stephen Hemminger
· 13 years ago
9497182
ixgbe: update copyright to 2012
by Don Skidmore
· 13 years ago
0e22d04
ixgbe: add support for new 82599 device.
by Don Skidmore
· 13 years ago
612a94d
Sweep the last of the active .get_drvinfo floors under ethernet/
by Rick Jones
· 13 years ago
15e5209
ixgbe: change the eeprom version reported by ethtool
by Emil Tantilov
· 13 years ago
2fa5eef
ixgbe: allow eeprom writes via ethtool
by Emil Tantilov
· 13 years ago
7b859eb
ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.
by Amir Hanania
· 13 years ago
8b0c116
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
by Rick Jones
· 13 years ago
860502b
ixgbe: get pauseparam autoneg
by Mika Lansirinne
· 13 years ago
217995e
ixgbe: send MFLCN to ethtool
by Emil Tantilov
· 13 years ago
d5bf4f6
ixgbe: Cleanup q_vector interrupt throttle rate logic
by Emil Tantilov
· 13 years ago
c23f5b6
ixgbe: add WOL support for X540
by Emil Tantilov
· 13 years ago
80bb25e
ixgbe: fix FCRTL/H register dump for X540
by Emil Tantilov
· 13 years ago
919e78a
ixgbe: Make better use of memory allocations in one-buffer mode w/ RSC
by Alexander Duyck
· 13 years ago
473e64e
ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL
by Ben Hutchings
· 13 years ago
815c7db
ethtool: Clean up definitions of rule location arrays in RX NFC
by Ben Hutchings
· 13 years ago
35c7f8a
ixgbe: Drop unnecessary adapter->hw dereference in loopback test setup
by Alexander Duyck
· 13 years ago
abcc80d
ixgbe: add check for supported modes
by Emil Tantilov
· 13 years ago
dee1ad4
intel: Move the Intel wired LAN drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/ixgbe/ixgbe_ethtool.c]
945a515
intel drivers: repair missing flush operations
by Jesse Brandeburg
· 13 years ago
082757a
ixgbe: convert to ndo_fix_features
by Don Skidmore
· 13 years ago
bd19805
ixgbe: Move interrupt related values out of ring and into q_vector
by Alexander Duyck
· 13 years ago
08c8833
ixgbe: add structure for containing RX/TX rings to q_vector
by Alexander Duyck
· 13 years ago
1f4d518
ixgbe: fix ring assignment issues for SR-IOV and drop cases
by Alexander Duyck
· 14 years ago
2ba279e
ixgbe: disable RSC when Rx checksum is off
by Emil Tantilov
· 14 years ago
c988ee8
ixgbe: move reset code into a separate function
by Emil Tantilov
· 14 years ago
3a28926
ixgbe: move setting RSC into a separate function
by Emil Tantilov
· 14 years ago
e4911d5
ixgbe: add support for nfc addition and removal of filters
by Alexander Duyck
· 14 years ago
3e05334
ixgbe: add support for displaying ntuple filters via the nfc interface
by Alexander Duyck
· 14 years ago
91cd94b
ixgbe: add basic support for setting and getting nfc controls
by Alexander Duyck
· 14 years ago
03ecf91
ixgbe: fix flags relating to perfect filters to support coexistence
by Alexander Duyck
· 13 years ago
b29a216
ixgbe: remove ntuple filtering
by Alexander Duyck
· 14 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
d034acf
ixgbe: Merge ATR reinit into the service task
by Alexander Duyck
· 14 years ago
58f6bcf
ixgbe: add ethtool counters for OS2BMC
by Emil Tantilov
· 14 years ago
67a74ee
ixgbe: add rxhash support
by Emil Tantilov
· 14 years ago
68c7005
ixgbe: improve EEPROM read/write operations
by Emil Tantilov
· 14 years ago
95a4601
ixgbe: fix sparse warning
by Emil Tantilov
· 14 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
25db033
ethtool: Use full 32 bit speed range in ethtool's set_settings
by David Decotigny
· 14 years ago
66e6961
ixgbe: convert to ethtool set_phys_id
by Emil Tantilov
· 14 years ago
e7fd925
ixgbe: fix X540 ethtool loopback test.
by Don Skidmore
· 14 years ago
11b1d38
ixgbe: remove ntuple display support
by Alexander Duyck
· 14 years ago
032b432
ixgbe: cleanup short msleep's (<20ms) to use usleep_range
by Don Skidmore
· 14 years ago
2b642ca
ixgbe: fix setting and reporting of advertised speeds
by Emil Tantilov
· 14 years ago
a52055e
ixgbe: cleanup copyright string for 2011
by Don Skidmore
· 14 years ago
1b1c0a4
ixgbe: Adding 100MB FULL support in ethtool
by Atita Shirwaikar
· 14 years ago
45b9f50
ixgbe: update ntuple filter configuration
by Alexander Duyck
· 14 years ago
905e4a4
ixgbe: cleanup flow director hash computation to improve performance
by Alexander Duyck
· 14 years ago
2d39d57
ixgbe: make sure per Rx queue is disabled before unmapping the receive buffer
by Yi Zou
· 14 years ago
9fe93af
ixgbe: cleanup string function calls to use bound checking versions.
by Don Skidmore
· 14 years ago
5136cad
ixgbe: fix ntuple support
by Emil Tantilov
· 14 years ago
6674450
Intel Wired LAN drivers: Use static const
by Jeff Kirsher
· 14 years ago
0b077fe
ixgbe: add WOL support for SFP+ subdevice
by Don Skidmore
· 14 years ago
b93a222
ixgbe: add support for x540 MAC
by Don Skidmore
· 14 years ago
fe15e8e
ixgbe: add MAC and PHY support for x540
by Don Skidmore
· 14 years ago
673ac60
ixgbe: Cleanup DCB logic, whitespace, and comments in ixgbe_ethtool.c
by Alexander Duyck
· 14 years ago
50d6c68
ixgbe: add WOL support for backplane adapters
by Alexander Duyck
· 14 years ago
e2b4e21
ixgbe: cleanup ixgbe_set_tx_csum ethtool flags configuration
by Alexander Duyck
· 14 years ago
bd50817
ixgbe: change mac_type if statements to switch statements
by Alexander Duyck
· 14 years ago
80fba3f
ixgbe: Disable RSC when ITR setting is too high to allow RSC
by Alexander Duyck
· 14 years ago
fc77dc3
ixgbe: add a netdev pointer to the ring structure
by Alexander Duyck
· 14 years ago
b6ec895
ixgbe: move device pointer into the ring structure
by Alexander Duyck
· 14 years ago
4c0ec65
ixgbe: remove unnecessary re-init of adapter on Rx-csum change
by Alexander Duyck
· 14 years ago
de1036b
ixgbe: fix stats handling
by Eric Dumazet
· 14 years ago
f62bbb5
ixgbe: Update ixgbe to use new vlan accleration.
by Jesse Gross
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
84418e3
ixgbe: rewrite ethtool test to use standard config functions
by Alexander Duyck
· 14 years ago
31f05a2
ixgbe: update all DESC_ADV macros to accept a ring pointer
by Alexander Duyck
· 14 years ago
083fc58
ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundaries
by Don Skidmore
· 14 years ago
55bad82
ixgbe: fix ethtool stats
by Eric Dumazet
· 14 years ago
2817273
net: fix 64 bit counters on 32 bit arches
by Eric Dumazet
· 14 years ago
396e799
ixgbe: use netif_<level> instead of netdev_<level>
by Emil Tantilov
· 14 years ago
0a17d8c
ixgbe: use NETIF_F_LRO
by Stanislaw Gruszka
· 14 years ago
cb836a9
ixgbe: add 1g PHY support for 82599
by Don Skidmore
· 14 years ago
1437ce3
ethtool: Change ethtool_op_set_flags to validate flags
by Ben Hutchings
· 14 years ago
6b08f51
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
28c8e47
ixgbe: fix automatic LRO/RSC settings for low latency
by Andy Gospodarek
· 14 years ago
849c454
ixgbe: Use netdev_<level>, dev_<level>, pr_<level>
by Emil Tantilov
· 14 years ago
ea0a04d
ixgbe: add support for active DA cables
by Don Skidmore
· 14 years ago
Next »