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
/
igb
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-21
igb: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
4
-10
/
+394
2017-11-08
net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS
Nogah Frankel
1
-1
/
+1
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
1
-1
/
+1
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-10-27
igb: Add support for CBS offload
Andre Guedes
4
-0
/
+384
2017-10-26
igb: Fix TX map failure path
Jean-Philippe Brucker
1
-1
/
+1
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2
-2
/
+2
2017-10-18
ethernet/intel: Convert timers to use timer_setup()
Kees Cook
1
-10
/
+8
2017-10-10
igb: check memory allocation failure
Christophe JAILLET
1
-0
/
+2
2017-08-08
igb: support BCM54616 PHY
John W Linville
3
-0
/
+8
2017-08-08
igb: do not drop PF mailbox lock after read of VF message
Greg Edwards
4
-12
/
+26
2017-08-08
igb: expose mailbox unlock method
Greg Edwards
3
-0
/
+41
2017-08-08
igb: add argument names to mailbox op function declarations
Greg Edwards
2
-13
/
+14
2017-08-08
igb: Remove incorrect "unexpected SYS WRAP" log message
Corinna Vinschen
1
-2
/
+0
2017-08-08
igb: protect TX timestamping from API misuse
Cliff Spradlin
1
-1
/
+2
2017-08-08
igb: Fix error of RX network flow classification
Gangfeng Huang
1
-2
/
+2
2017-06-07
igb: make a few local functions static
Colin Ian King
1
-6
/
+6
2017-06-06
igb: Remove useless argument
Benjamin Poirier
3
-7
/
+7
2017-06-06
igb: check for Tx timestamp timeouts during watchdog
Jacob Keller
3
-0
/
+31
2017-06-06
igb: add statistic indicating number of skipped Tx timestamps
Jacob Keller
3
-0
/
+4
2017-06-06
igb: avoid permanent lock of *_PTP_TX_IN_PROGRESS
Jacob Keller
1
-5
/
+18
2017-06-06
igb: fix race condition with PTP_TX_IN_PROGRESS bits
Jacob Keller
1
-2
/
+10
2017-06-06
igb: mark PM functions as __maybe_unused
Arnd Bergmann
1
-13
/
+5
2017-06-06
igb: Explicitly select page 0 at initialization
Matwey V Kornilov
1
-0
/
+1
2017-05-21
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
1
-0
/
+1
2017-05-08
scripts/spelling.txt: add regsiter -> register spelling mistake
Stephen Boyd
1
-1
/
+1
2017-04-20
igb: Enable reading of wake up packet
Kim Tatt Chuah
2
-1
/
+56
2017-04-20
igb/igbvf: Add VF MAC filter request capabilities
Yury Kylulin
3
-13
/
+150
2017-04-20
igb: improve MAC filter handling
Yury Kylulin
2
-65
/
+192
2017-03-21
igb: use new API ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-65
/
+73
2017-03-17
igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code comment
Alexander Duyck
1
-1
/
+1
2017-03-17
igb: Re-add support for build_skb in igb
Alexander Duyck
1
-0
/
+47
2017-03-17
igb: Break out Rx buffer page management
Alexander Duyck
1
-114
/
+121
2017-03-17
igb: Add support for padding packet
Alexander Duyck
2
-2
/
+23
2017-03-17
igb: Add support for using order 1 pages to receive large frames
Alexander Duyck
2
-18
/
+76
2017-03-17
igb: Add support for ethtool private flag to allow use of legacy Rx
Alexander Duyck
2
-0
/
+49
2017-03-17
igb: Use page_address offset from page instead of masking virtual address
Alexander Duyck
3
-9
/
+7
2017-03-17
igb: Only sync size of expected frame in ethtool testing
Alexander Duyck
1
-2
/
+2
2017-03-17
igb: Limit maximum frame Rx based on MTU
Alexander Duyck
2
-5
/
+26
2017-03-17
igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ring
Alexander Duyck
3
-49
/
+83
2017-03-17
igb: Clear Rx buffer_info in configure instead of clean
Alexander Duyck
1
-14
/
+10
2017-03-17
igb: Use length to determine if descriptor is done
Alexander Duyck
2
-7
/
+9
2017-03-17
igb: Add support for DMA_ATTR_WEAK_ORDERING
Alexander Duyck
2
-3
/
+6
2017-02-27
scripts/spelling.txt: add "overwritting" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-01-18
net: Remove usage of net_device last_rx member
Tobias Klauser
1
-3
/
+3
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2017-01-10
mm: rename __page_frag functions to __page_frag_cache, drop order from drain
Alexander Duyck
1
-3
/
+3
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
1
-6
/
+4
2017-01-06
igb: Fix hw_dbg logging in igb_update_flash_i210
Hannu Lounento
1
-2
/
+2
[next]