Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ef6afc0caceebb3b49cd384f8c634f89f5089997
/
drivers
/
net
/
ethernet
/
intel
ef6afc0
ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash command
by Alexander Duyck
· 13 years ago
581330b
ixgbe: Whitespace cleanups
by Alexander Duyck
· 13 years ago
6ca4350
ixgbe: Two minor fixes for RSS and FDIR set queues functions
by Alexander Duyck
· 13 years ago
35937c0
ixgbe: drop err_eeprom tag which is at same location as err_sw_init
by Alexander Duyck
· 13 years ago
eb01b97
ixgbe: Move poll routine in order to improve readability
by Alexander Duyck
· 13 years ago
6bb78cf
ixgbe: cleanup logic for the service timer and VF hang detection
by Alexander Duyck
· 13 years ago
d3ee429
ixgbe: Update layout of ixgbe_ring structure to improve cache performance
by Alexander Duyck
· 13 years ago
244e27a
ixgbe: Store Tx flags and protocol information to tx_buffer sooner
by Alexander Duyck
· 13 years ago
729739b
ixgbe: always write DMA for single_mapped value with skb
by Alexander Duyck
· 13 years ago
091a624
ixgbe: Write gso_segs and bytcount to the ring sooner
by Alexander Duyck
· 13 years ago
fd0db0e
ixgbe: Place skb on first buffer_info structure to avoid using stack space
by Alexander Duyck
· 13 years ago
7d7ce68
ixgbe: Use packets to track Tx completions instead of a seperate value
by Alexander Duyck
· 13 years ago
93f5b3c
ixgbe: Modify setup of descriptor flags to avoid conditional jumps
by Alexander Duyck
· 13 years ago
a50c29d
ixgbe: Make certain that all frames fit minimum size requirements
by Alexander Duyck
· 13 years ago
655309e
ixgbe: cleanup logic in ixgbe_change_mtu
by Alexander Duyck
· 13 years ago
f800326
ixgbe: Replace standard receive path with a page based receive
by Alexander Duyck
· 13 years ago
3f2d1c0
ixgbe: Support RX-ALL feature flag.
by Ben Greear
· 13 years ago
f43f313
ixgbe: Support sending custom Ethernet FCS.
by Ben Greear
· 13 years ago
89eaefb
igb: Support RX-ALL feature flag.
by Ben Greear
· 13 years ago
6b8f092
igb: Support sending custom Ethernet FCS.
by Ben Greear
· 13 years ago
cdf485b
ixgbe: dcb: use DCB config values for FCoE traffic class on open
by John Fastabend
· 13 years ago
d2f5e7f
ixgbe: Fix race condition where RX buffer could become corrupted.
by Atita Shirwaikar
· 13 years ago
3ed69d7
ixgbe: use typed min/max functions where possible
by Jesse Brandeburg
· 13 years ago
9cdcf09
ixgbe: fix obvious return value bug.
by Don Skidmore
· 13 years ago
621bd70
ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr
by Alexander Duyck
· 13 years ago
bdda1a6
ixgbe: Do not disable read relaxed ordering when DCA is enabled
by Alexander Duyck
· 13 years ago
5edc446
ixgb: Remove unnecessary defines, use pr_debug
by Joe Perches
· 13 years ago
3832b26
ixgbe: Simplify logic for ethtool loopback frame creation and testing
by Alexander Duyck
· 13 years ago
a557928
ixgbe: Add iterator for cycling through rings on a q_vector
by Alexander Duyck
· 13 years ago
de88eee
ixgbe: Allocate rings as part of the q_vector
by Alexander Duyck
· 13 years ago
b9f6ed2
ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intr
by Alexander Duyck
· 13 years ago
8f15486
ixgbe: Default to queue pairs when number of queues is less than CPUs
by Alexander Duyck
· 13 years ago
5d967eb
ixgbe: Correct Adaptive Interrupt Moderation so that it will change values
by Alexander Duyck
· 13 years ago
e954b37
ixgbe: Address issues with Tx WHTRESH value not being set correctly
by Alexander Duyck
· 13 years ago
46646e6
ixgbe: Reorder adapter contents for better cache utilization
by Alexander Duyck
· 13 years ago
7f83a9e
ixgbe: Do no clear Tx status bits since eop_desc provides enough info
by Alexander Duyck
· 13 years ago
5c49035
net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF state
by Alexander Duyck
· 13 years ago
b2d96e0
ixgbe: add support for byte queue limits
by Alexander Duyck
· 13 years ago
35551c4
ixgbe: remove tie between NAPI work limits and interrupt moderation
by Jeff Kirsher
· 14 years ago
51a76c3
igb: fix ethtool offline test
by Jeff Kirsher
· 13 years ago
2b88f2d
net: dcb: getnumtcs()/setnumtcs() should return an int
by John Fastabend
· 13 years ago
89d27a3
ixgbe: dcb: check setup_tc return codes
by John Fastabend
· 13 years ago
6f66342c
e100: Show short v/s long rx length errors in ethtool stats.
by Ben Greear
· 13 years ago
d24d65e
e100: Fix rx-over-length statistics.
by Ben Greear
· 13 years ago
24ddd96
ixgbe: Fix comments that are out of date or formatted incorrectly
by Alexander Duyck
· 13 years ago
c466d7a
ixgbe: fix spelling errors
by Don Skidmore
· 13 years ago
9e0c564
ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ring
by Alexander Duyck
· 13 years ago
bb9c5ee
e1000e: use msleep instead of mdelay
by Bruce Allan
· 13 years ago
3d3a167
e1000e: cleanup whitespace and indentation
by Bruce Allan
· 13 years ago
06c24b9
e1000e: cleanup incorrect filename in comment
by Bruce Allan
· 13 years ago
0bf61e6
e100: Support RXALL feature flag.
by Ben Greear
· 13 years ago
75f58a5
e100: Support sending custom Ethernet CRC
by Ben Greear
· 13 years ago
719cdac
e100: Support RXFCS feature flag.
by Ben Greear
· 13 years ago
e85e363
e1000e: rename e1000e_reload_nvm() and call as function pointer
by Bruce Allan
· 13 years ago
0d37678
e1000e: cleanup - remove unnecessary variable
by Bruce Allan
· 13 years ago
b20caa8
e1000e: use true/false for boolean send_xon, do not assume always true
by Bruce Allan
· 13 years ago
b2a50e1
e1000e: cleanup comment in e1000_hash_mc_addr()
by Bruce Allan
· 13 years ago
57cde76
e1000e: rename e1000e_config_collision_dist() and call as function pointer
by Bruce Allan
· 13 years ago
6e3c807
e1000e: comment correction in e1000e_set_kmrn_lock_loss_workaround_ich8lan
by Bruce Allan
· 13 years ago
944ce01
e1000e: cleanup calls to setup_physical_interface function pointer
by Bruce Allan
· 13 years ago
44abd5c
e1000e: cleanup use of check_reset_block function pointer
by Bruce Allan
· 13 years ago
4876832
e1000e: cleanup use of check_mng_mode function pointer
by Bruce Allan
· 13 years ago
1a46b40
e1000e: cleanup: rename e1000e_setup_link() and call as function pointer
by Bruce Allan
· 13 years ago
d1964eb
e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer
by Bruce Allan
· 13 years ago
f794e7e
ixgbevf: print MAC via printk format specifier
by Danny Kukawka
· 13 years ago
e29b5d8
v2 e1000: Neaten e1000_dump function
by Tushar Dave
· 13 years ago
542c3f4
e1000: Neaten e1000_config_dsp_after_link_change
by Joe Perches
· 13 years ago
dffcdde
e1000e: cosmetic comment changes to make lines less than 80 characters
by Bruce Allan
· 13 years ago
b4d8e21
e1000e: cosmetic change to boolean comparisons
by Bruce Allan
· 13 years ago
b0d1562
e1000: Support RX-FCS flag.
by Ben Greear
· 13 years ago
11a78dc
e1000: Support sending custom Ethernet CRC.
by Ben Greear
· 13 years ago
cf955e6
e1000e: Support RXALL feature flag.
by Ben Greear
· 13 years ago
943146d
e1000e: Support sending custom Ethernet CRC.
by Ben Greear
· 13 years ago
0184039
e1000e: Support RXFCS feature flag.
by Ben Greear
· 13 years ago
067fb4c
igbvf: reset netdevice addr_assign_type if changed
by Danny Kukawka
· 13 years ago
5015e53
e1000e: cleanup goto statements to exit points without common work
by Bruce Allan
· 13 years ago
2a31b37
e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_link
by Bruce Allan
· 13 years ago
e561a70
e1000e: potentially incorrect return for e1000_init_hw_ich8lan
by Bruce Allan
· 13 years ago
3fa829363
e1000e: cleanup: minor whitespace addition (insert blank line separator)
by Bruce Allan
· 13 years ago
f71dde6
e1000e: cleanup: remove unnecessary variable initializations
by Bruce Allan
· 13 years ago
f764956
e1000e: cleanup: remove unnecessary test and return
by Bruce Allan
· 13 years ago
55920b5
e1000e: cleanup: remove unnecessary variable ret_val
by Bruce Allan
· 13 years ago
f1a3fe1
e1000e: cleanup: remove unreachable statement
by Bruce Allan
· 13 years ago
d7eb338
e1000e: potentially incorrect return for e1000_set_d3_lplu_state_ich8lan
by Bruce Allan
· 13 years ago
8260725
e1000e: cleanup: always return 0
by Bruce Allan
· 13 years ago
7eb61d8
e1000e: cleanup: remove unnecessary assignments just before returning
by Bruce Allan
· 13 years ago
8649f43
e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lan
by Bruce Allan
· 13 years ago
520d6f2
e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lan
by Bruce Allan
· 13 years ago
75ce153
e1000e: cleanup: rename goto labels to be more meaningful
by Bruce Allan
· 13 years ago
ffacd47
e1000e: cleanup: use goto for common work needed by multiple exit points
by Bruce Allan
· 13 years ago
23677ce
drivers/net: Remove boolean comparisons to true/false
by Joe Perches
· 13 years ago
1a0d6ae
rename dev_hw_addr_random and remove redundant second
by Danny Kukawka
· 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
d5ef8a4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
8a0da21
ixgbe: Combine post-DMA processing of sk_buff fields into single function
by Alexander Duyck
· 13 years ago
e4f7402
ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADV
by Alexander Duyck
· 13 years ago
f56e0cb
ixgbe: Add function for testing status bits in Rx descriptor
by Alexander Duyck
· 13 years ago
f990b79
ixgbe: Let the Rx buffer allocation clear status bits instead of cleanup
by Alexander Duyck
· 13 years ago
1d2024f
ixgbe: Address fact that RSC was not setting GSO size for incoming frames
by Alexander Duyck
· 13 years ago
4c1975d
ixgbe: Minor refactor of RSC
by Alexander Duyck
· 13 years ago
Next »