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-01-03
ixgbevf: restore hw_addr on resume or error
Emil Tantilov
1
-0
/
+3
2017-01-03
ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flags
Yusuke Suzuki
1
-6
/
+6
2017-01-03
ixgbevf: fix AER error handling
Emil Tantilov
1
-18
/
+25
2017-01-03
ixgbe: fix AER error handling
Emil Tantilov
1
-2
/
+4
2017-01-03
ixgbe: test for trust in macvlan adjustments for VF
Ken Cox
1
-1
/
+2
2017-01-03
ixgbevf: handle race between close and suspend on shutdown
Emil Tantilov
1
-2
/
+9
2017-01-03
ixgbe: handle close/suspend race with netif_device_detach/present
Emil Tantilov
1
-9
/
+8
2017-01-03
ixgbe: Fix reporting of 100Mb capability
Tony Nguyen
1
-1
/
+1
2017-01-03
ixgbe: Reduce I2C retry count on X550 devices
Tony Nguyen
1
-1
/
+3
2017-01-03
ixgbe: Add bounds check for x540 LED functions
Tony Nguyen
1
-2
/
+7
2017-01-03
ixgbe: add mask for 64 RSS queues
Emil Tantilov
1
-1
/
+7
2017-01-03
ixgbe: Fix check for ixgbe_phy_x550em_ext_t reset
Tony Nguyen
1
-4
/
+21
2017-01-03
ixgbe: Report driver version to firmware for x550 devices
Tony Nguyen
5
-7
/
+80
2017-01-03
ixgbe: do not disable FEC from the driver
Emil Tantilov
1
-2
/
+0
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
4
-15
/
+15
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-14
igb: update code to better handle incrementing page count
Alexander Duyck
2
-8
/
+23
2016-12-14
igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNC
Alexander Duyck
1
-20
/
+33
2016-12-12
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+5
2016-12-10
e1000: use disable_hardirq() for e1000_netpoll()
WANG Cong
2
-6
/
+6
2016-12-10
i40e: don't truncate match_method assignment
Keller, Jacob E
1
-2
/
+1
2016-12-06
i40e: move all updates for VLAN mode into i40e_sync_vsi_filters
Jacob Keller
1
-101
/
+113
2016-12-06
i40e: use (add|rm)_vlan_all_mac helper functions when changing PVID
Jacob Keller
3
-17
/
+32
2016-12-06
i40e: factor out addition/deletion of VLAN per each MAC address
Jacob Keller
1
-13
/
+55
2016-12-06
i40e: delete filter after adding its replacement when converting
Jacob Keller
1
-1
/
+1
2016-12-06
i40e: refactor i40e_update_filter_state to avoid passing aq_err
Jacob Keller
1
-37
/
+21
2016-12-06
i40e: recalculate vsi->active_filters from hash contents
Jacob Keller
1
-23
/
+29
2016-12-06
i40e: defeature support for PTP L4 frame detection on XL710
Jacob Keller
4
-9
/
+31
2016-12-06
i40e: lock service task correctly
Mitch Williams
1
-17
/
+7
2016-12-06
i40e: Add functions which apply correct PHY access method for read and write ...
Michal Kosiarz
3
-0
/
+80
2016-12-06
i40e: Add FEC for 25g
Carolyn Wyborny
3
-4
/
+48
2016-12-06
i40e: Add support for 25G devices
Carolyn Wyborny
13
-79
/
+208
2016-12-06
i40e: use unsigned printf format specifier for active_filters count
Jacob Keller
1
-1
/
+1
2016-12-06
Changed version from 1.6.21 to 1.6.25
Bimmy Pujari
2
-2
/
+2
2016-12-06
i40e: Blink LED on 1G BaseT boards
Henry Tieman
3
-8
/
+8
2016-12-06
i40e: remove code to handle dev_addr specially
Jacob Keller
1
-36
/
+7
2016-12-06
i40e/i40evf: napi_poll must return the work done
Alexander Duyck
2
-2
/
+2
2016-12-06
i40e: restore workaround for removing default MAC filter
Jacob Keller
1
-0
/
+41
2016-12-06
i40e: simplify txd use count calculation
Mitch Williams
2
-34
/
+56
2016-12-06
i40e: Driver prints log message on link speed change
Filip Sadowski
2
-1
/
+6
2016-12-03
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
9
-184
/
+511
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-8
/
+24
2016-12-02
i40e: change message to only appear when extra debug info is wanted
Carolyn Wyborny
1
-1
/
+1
2016-12-02
i40e/i40evf: replace for memcpy with single memcpy call in ethtool
Jacob Keller
1
-16
/
+8
2016-12-02
i40e: set broadcast promiscuous mode for each active VLAN
Jacob Keller
4
-21
/
+129
2016-12-02
i40e: Fix for ethtool Supported link modes
Harshitha Ramamurthy
3
-7
/
+13
2016-12-02
i40evf: protect against NULL msix_entries and q_vectors pointers
Jacob Keller
1
-6
/
+14
2016-12-02
i40e: Pass unknown PHY type for unknown PHYs
Henry Tieman
1
-1
/
+2
2016-12-02
i40e: Remove unreachable code
Henry Tieman
1
-8
/
+1
2016-12-02
i40evf: check for msix_entries null dereference
Alan Brady
1
-0
/
+6
[prev]
[next]