index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code comment
Alexander Duyck
2017-03-17
1
-1
/
+1
*
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
2017-03-15
1
-1
/
+3
*
net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-13
1
-77
/
+91
*
ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache lines
Alexander Duyck
2017-03-03
2
-2
/
+3
*
ixgbe: update the rss key on h/w, when ethtool ask for it
Paolo Abeni
2017-03-03
3
-4
/
+20
*
scripts/spelling.txt: add "applys" pattern and fix typo instances
Masahiro Yamada
2017-02-28
1
-1
/
+1
*
ixgbe: Don't bother clearing buffer memory for descriptor rings
Alexander Duyck
2017-02-16
2
-71
/
+99
*
ixgbe: Add support for build_skb
Alexander Duyck
2017-02-16
1
-1
/
+48
*
ixgbe: Add private flag to control buffer mode
Alexander Duyck
2017-02-16
1
-0
/
+47
*
ixgbe: Add support for padding packet
Alexander Duyck
2017-02-16
2
-4
/
+56
*
ixgbe: Break out Rx buffer page management
Alexander Duyck
2017-02-16
1
-109
/
+122
*
ixgbe: Use length to determine if descriptor is done
Alexander Duyck
2017-02-16
2
-7
/
+9
*
ixgbe: Make use of order 1 pages and 3K buffers independent of FCoE
Alexander Duyck
2017-02-16
2
-17
/
+22
*
ixgbe: Update code to better handle incrementing page count
Alexander Duyck
2017-02-16
2
-15
/
+31
*
ixgbe: Update driver to make use of DMA attributes in Rx path
Alexander Duyck
2017-02-16
2
-19
/
+40
*
ixgbe: Only DMA sync frame length
Alexander Duyck
2017-02-16
1
-5
/
+5
*
ixgbe: Add function for checking to see if we can reuse page
Alexander Duyck
2017-02-16
1
-29
/
+42
*
ixgbe: Update version to reflect added functionality
Mark Rustad
2017-02-16
1
-1
/
+1
*
ixgbe: prefix Data Center Bridge ops struct
Stephen Hemminger
2017-02-16
3
-3
/
+3
*
ixgbe: Support 2.5Gb and 5Gb speed
Tony Nguyen
2017-02-16
2
-3
/
+10
*
ixgbe: get rid of custom busy polling code
Eric Dumazet
2017-02-03
4
-224
/
+5
*
net: Remove usage of net_device last_rx member
Tobias Klauser
2017-01-18
1
-4
/
+3
*
net:add one common config ARCH_WANT_RELAX_ORDER to support relax ordering
Mao Wenan
2017-01-18
1
-1
/
+1
*
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-3
/
+4
*
ixgbe: Add PF support for VF promiscuous mode
Don Skidmore
2017-01-03
4
-6
/
+45
*
ixgbe: Implement support for firmware-controlled PHYs
Mark Rustad
2017-01-03
7
-6
/
+642
*
ixgbe: Implement firmware interface to access some PHYs
Mark Rustad
2017-01-03
3
-0
/
+113
*
ixgbe: Remove unused firmware version functions and method
Mark Rustad
2017-01-03
7
-46
/
+1
*
ixgbe: Fix issues with EEPROM access
Mark Rustad
2017-01-03
3
-82
/
+91
*
ixgbe: Configure advertised speeds correctly for KR/KX backplane
Don Skidmore
2017-01-03
1
-3
/
+2
*
ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flags
Yusuke Suzuki
2017-01-03
1
-6
/
+6
*
ixgbe: fix AER error handling
Emil Tantilov
2017-01-03
1
-2
/
+4
*
ixgbe: test for trust in macvlan adjustments for VF
Ken Cox
2017-01-03
1
-1
/
+2
*
ixgbe: handle close/suspend race with netif_device_detach/present
Emil Tantilov
2017-01-03
1
-9
/
+8
*
ixgbe: Fix reporting of 100Mb capability
Tony Nguyen
2017-01-03
1
-1
/
+1
*
ixgbe: Reduce I2C retry count on X550 devices
Tony Nguyen
2017-01-03
1
-1
/
+3
*
ixgbe: Add bounds check for x540 LED functions
Tony Nguyen
2017-01-03
1
-2
/
+7
*
ixgbe: add mask for 64 RSS queues
Emil Tantilov
2017-01-03
1
-1
/
+7
*
ixgbe: Fix check for ixgbe_phy_x550em_ext_t reset
Tony Nguyen
2017-01-03
1
-4
/
+21
*
ixgbe: Report driver version to firmware for x550 devices
Tony Nguyen
2017-01-03
5
-7
/
+80
*
ixgbe: do not disable FEC from the driver
Emil Tantilov
2017-01-03
1
-2
/
+0
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
1
-2
/
+6
|
\
|
*
ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksum
Alexander Duyck
2016-12-01
1
-2
/
+6
*
|
ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transp...
Sowmini Varadhan
2016-11-05
1
-0
/
+17
*
|
ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packets
Sowmini Varadhan
2016-11-05
1
-1
/
+1
*
|
ixgbe: Correct X550 phy ID
Don Skidmore
2016-11-05
2
-2
/
+4
*
|
ixgbe: Add X553 FW ALEF support
Don Skidmore
2016-11-05
3
-97
/
+255
*
|
ixgbe: set device if before calling get_invariants
Emil Tantilov
2016-11-05
1
-4
/
+6
*
|
ixgbe: use link instead of I2C combined abstraction
Emil Tantilov
2016-11-05
5
-90
/
+124
[next]