index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
ixgbe: Filter out spurious link up indication
Sebastian Czapla
1
-3
/
+18
2022-06-09
ixgbe: Fix typos in comments
Jiaqing Zhao
1
-1
/
+1
2022-02-23
ixgbe: Remove non-inclusive language
Piotr Skajewski
1
-18
/
+18
2021-05-27
ixgbe: Fix out-bounds warning in ixgbe_host_interface_command()
Gustavo A. R. Silva
1
-9
/
+7
2021-03-23
ixgbe: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-03-23
intel: clean up mismatched header comments
Jesse Brandeburg
1
-8
/
+7
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
1
-2
/
+2
2020-05-28
ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()
Jason Yan
1
-2
/
+1
2020-05-28
ixgbe: fix signed-integer-overflow warning
Xie XiuQi
1
-1
/
+1
2018-07-12
ixgbe: Be more careful when modifying MAC filters
Alexander Duyck
1
-1
/
+11
2018-05-17
ixgbe: cleanup sparse warnings
Cathy Zhou
1
-1
/
+1
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-27
/
+1
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-01-26
ixgbe: Fix && vs || typo
Dan Carpenter
1
-1
/
+1
2018-01-12
ixgbe: Fix kernel-doc format warnings
Tony Nguyen
1
-3
/
+6
2018-01-09
ixgbe: extend firmware version support
Paul Greenwalt
1
-0
/
+112
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-19
/
+0
2017-10-09
ixgbe: fix the FWSM.PT check in ixgbe_mng_present()
Emil Tantilov
1
-2
/
+2
2017-10-09
ixgbe: fix use of uninitialized padding
Emil Tantilov
1
-2
/
+2
2017-10-09
net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
Ding Tianhong
1
-19
/
+0
2017-10-09
Revert commit 1a8b6d76dc5b ("net:add one common config...")
Ding Tianhong
1
-1
/
+1
2017-07-25
ixgbe: Disable flow control for XFI
Tony Nguyen
1
-1
/
+4
2017-07-25
ixgbe: Do not support flow control autonegotiation for X553
Tony Nguyen
1
-6
/
+19
2017-05-31
ixgbe: add missing configuration for rate select 1
Emil Tantilov
1
-0
/
+19
2017-05-31
ixgbe: always call setup_mac_link for multispeed fiber
Emil Tantilov
1
-18
/
+0
2017-05-31
ixgbe: Resolve warnings for -Wimplicit-fallthrough
Tony Nguyen
1
-2
/
+2
2017-05-31
ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] support
Paul Greenwalt
1
-1
/
+2
2017-01-18
net:add one common config ARCH_WANT_RELAX_ORDER to support relax ordering
Mao Wenan
1
-1
/
+1
2017-01-03
ixgbe: Implement support for firmware-controlled PHYs
Mark Rustad
1
-0
/
+9
2017-01-03
ixgbe: Fix issues with EEPROM access
Mark Rustad
1
-35
/
+62
2017-01-03
ixgbe: Report driver version to firmware for x550 devices
Tony Nguyen
1
-2
/
+5
2016-11-04
ixgbe: Add X553 PHY FC autoneg support
Don Skidmore
1
-7
/
+9
2016-11-04
ixgbe: Add support to retrieve and store LED link active
Don Skidmore
1
-0
/
+46
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2016-08-20
ixgbe: Add support for new X557 device
Don Skidmore
1
-0
/
+1
2016-08-19
ixgbe: Do not clear RAR entry when clearing VMDq for SAN MAC
Alexander Duyck
1
-1
/
+3
2016-07-22
ixgbe: cleanup crosstalk fix
Don Skidmore
1
-0
/
+71
2016-07-22
ixgbe: Change register variable to unsigned
Don Skidmore
1
-1
/
+1
2016-07-22
ixgbevf: Correct parameter sent to LED function
Don Skidmore
1
-0
/
+12
2016-04-25
ixgbe: use BIT() macro
Jacob Keller
1
-15
/
+15
2016-04-24
ixgbe: consolidate the configuration of spoof checking
Emil Tantilov
1
-29
/
+11
2016-04-07
ixgbe: Read and set instance id
Mark Rustad
1
-0
/
+8
2016-04-07
ixgbe: Add support for x550em_a 10G MAC type
Mark Rustad
1
-0
/
+1
2016-04-07
ixgbe: Add support for single-port X550 device
Mark Rustad
1
-0
/
+1
2016-04-07
ixgbe: Take manageability semaphore for firmware commands
Mark Rustad
1
-11
/
+19
2016-04-07
ixgbe: Clean up interface for firmware commands
Mark Rustad
1
-18
/
+21
2016-04-07
ixgbe: Correct length check for round up
Mark Rustad
1
-1
/
+1
2016-04-07
ixgbe: Change the lan_id and func fields to a u8 to avoid casts
Mark Rustad
1
-1
/
+1
2016-04-04
ixgbe: Fix flow control for Xeon D KR backplane
Mark Rustad
1
-4
/
+4
2015-12-12
ixgbe: Clear stale pool mappings
Alexander Duyck
1
-3
/
+4
[next]