index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-27
i40e: Fix reporting incorrect error codes
Amritha Nambiar
1
-1
/
+0
2017-11-27
e1000e: fix the use of magic numbers for buffer overrun issue
Sasha Neftin
2
-4
/
+8
2017-11-27
i40e/virtchnl: fix application of sizeof to pointer
Gustavo A R Silva
1
-1
/
+1
2017-11-21
i40evf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-21
fm10k: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-21
igb: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-21
igbvf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-21
ixgbevf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-21
i40e: Use smp_rmb rather than read_barrier_depends
Brian King
2
-2
/
+2
2017-11-21
ixgbe: Fix skb list corruption on Power systems
Brian King
1
-1
/
+1
2017-11-21
i40e: restore promiscuous after reset
Alan Brady
1
-72
/
+83
2017-11-21
i40evf: fix client notify of l2 params
Alan Brady
2
-17
/
+31
2017-11-21
i40e: Fix FLR reset timeout issue
Filip Sadowski
1
-0
/
+7
2017-11-21
i40e: Remove limit of 64 max queues per channel
Amritha Nambiar
2
-9
/
+0
2017-11-21
i40e: fix the calculation of VFs mac addresses
Zijie Pan
1
-10
/
+11
2017-11-21
i40e: Fix for NUP NVM image downgrade failure
Jacob Keller
4
-4
/
+14
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
57
-1345
/
+6227
2017-11-08
net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS
Nogah Frankel
1
-1
/
+1
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
3
-3
/
+3
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
8
-21
/
+25
2017-11-05
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
2
-5
/
+5
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-0
/
+3
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-0
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-11-02
net: sched: move the can_offload check from binding phase to rule insertion p...
Jiri Pirko
1
-0
/
+3
2017-10-31
i40e: Enable cloud filters via tc-flower
Amritha Nambiar
7
-31
/
+1192
2017-10-31
i40e: Clean up of cloud filters
Amritha Nambiar
2
-0
/
+33
2017-10-31
i40e: Admin queue definitions for cloud filters
Amritha Nambiar
2
-4
/
+210
2017-10-31
i40e: Cloud filter mode for set_switch_config command
Amritha Nambiar
6
-5
/
+44
2017-10-31
i40e: Map TCs with the VSI seids
Amritha Nambiar
2
-0
/
+3
2017-10-31
i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"
Alexander Duyck
2
-18
/
+0
2017-10-31
i40e: only redistribute MSI-X vectors when needed
Shannon Nelson
1
-2
/
+3
2017-10-31
i40e: mark PM functions as __maybe_unused
Arnd Bergmann
1
-9
/
+2
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-21
/
+22
2017-10-27
igb: Add support for CBS offload
Andre Guedes
4
-0
/
+384
2017-10-26
i40e: Add programming descriptors to cleaned_count
Alexander Duyck
1
-0
/
+1
2017-10-26
i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setup
Alexander Duyck
1
-1
/
+1
2017-10-26
ixgbe: Fix Tx map failure path
Alexander Duyck
1
-12
/
+6
2017-10-26
igb: Fix TX map failure path
Jean-Philippe Brucker
1
-1
/
+1
2017-10-26
e1000: avoid null pointer dereference on invalid stat type
Colin Ian King
1
-5
/
+4
2017-10-26
e1000: fix race condition between e1000_down() and e1000_watchdog
Vincenzo Maffione
1
-2
/
+9
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
11
-19
/
+19
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-28
/
+37
2017-10-21
net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*
Jiri Pirko
1
-2
/
+0
2017-10-21
ixgbe: Convert ndo_setup_tc offloads to block callbacks
Jiri Pirko
1
-6
/
+39
2017-10-19
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
7
-301
/
+495
2017-10-18
ethernet/intel: Convert timers to use timer_setup()
Kees Cook
10
-50
/
+43
2017-10-17
i40e: fix u64 division usage
Alan Brady
2
-19
/
+42
2017-10-17
i40e: convert i40e_set_link_ksettings to new API
Alan Brady
1
-36
/
+57
2017-10-17
i40e: rename 'change' variable to 'autoneg_changed'
Alan Brady
1
-6
/
+6
[prev]
[next]