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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-06-05
4
-50
/
+30
|
\
|
*
ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flush
Jesper Dangaard Brouer
2018-06-05
1
-21
/
+0
|
*
i40e: remove ndo_xdp_flush call i40e_xdp_flush
Jesper Dangaard Brouer
2018-06-05
3
-21
/
+0
|
*
ixgbe: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
2018-06-03
1
-6
/
+14
|
*
i40e: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
2018-06-03
1
-2
/
+8
|
*
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
2018-06-03
3
-3
/
+11
*
|
ixgbe: fix broken ipsec Rx with proper cast on spi
Shannon Nelson
2018-06-04
1
-1
/
+1
*
|
ixgbe: check ipsec ip addr against mgmt filters
Shannon Nelson
2018-06-04
1
-0
/
+88
*
|
ixgbe: fix possible race in reset subtask
Tony Nguyen
2018-06-04
1
-2
/
+4
*
|
bpf, i40e: add meta data support
Daniel Borkmann
2018-06-04
1
-8
/
+31
*
|
ixgbe: introduce a helper to simplify code
YueHaibing
2018-06-04
1
-36
/
+21
*
|
ixgbevf: fix possible race in the reset subtask
Emil Tantilov
2018-06-04
1
-2
/
+4
*
|
ixgbevf: Fix coexistence of malicious driver detection with XDP
Alexander Duyck
2018-06-04
2
-7
/
+30
*
|
igb: Wait 10ms just once after TX queues reset
Sergey Nemov
2018-06-04
1
-5
/
+8
*
|
igb: Clear TSICR interrupts together with ICR
Joanna Yurdal
2018-06-04
1
-0
/
+2
*
|
e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
Benjamin Poirier
2018-06-04
1
-9
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-06-03
1
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
ixgbe: fix parsing of TC actions for HW offload
Ondřej Hlavatý
2018-06-01
1
-5
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-25
3
-14
/
+35
|
\
\
|
*
|
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
2018-05-25
3
-14
/
+35
*
|
|
i40e: use the more traditional 'i' loop variable
Jacob Keller
2018-05-22
1
-28
/
+28
*
|
|
i40e: add function doc headers for ethtool stats functions
Jacob Keller
2018-05-22
1
-0
/
+38
*
|
|
i40e: update data pointer directly when copying to the buffer
Jacob Keller
2018-05-22
1
-59
/
+58
*
|
|
i40e: fold prefix strings directly into stat names
Jacob Keller
2018-05-22
1
-68
/
+69
*
|
|
i40e: use WARN_ONCE to replace the commented BUG_ON size check
Jacob Keller
2018-05-22
1
-2
/
+4
*
|
|
i40e: split i40e_get_strings() into smaller functions
Jacob Keller
2018-05-22
1
-83
/
+100
*
|
|
i40e: always return all queue stat strings
Jacob Keller
2018-05-22
1
-5
/
+17
*
|
|
i40e: always return VEB stat strings
Jacob Keller
2018-05-22
1
-29
/
+23
*
|
|
i40e: free skb after clearing lock in ptp_stop
Jacob Keller
2018-05-22
1
-1
/
+3
*
|
|
Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"
Jeff Kirsher
2018-05-21
1
-8
/
+1
*
|
|
ice: Update NVM AQ command functions
Anirudh Venkataramanan
2018-05-17
2
-9
/
+11
*
|
|
ixgbevf: fix MAC address changes through ixgbevf_set_mac()
Emil Tantilov
2018-05-17
1
-0
/
+1
*
|
|
ixgbe: force VF to grab new MAC on driver reload
Emil Tantilov
2018-05-17
1
-4
/
+1
*
|
|
ixgbe: release lock for the duration of ixgbe_suspend_close()
Pavel Tatashin
2018-05-17
1
-1
/
+8
*
|
|
ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
Mauro S M Rodrigues
2018-05-17
2
-6
/
+6
*
|
|
ixgbe: cleanup sparse warnings
Cathy Zhou
2018-05-17
7
-41
/
+55
|
/
/
*
|
i40evf: Fix a hardware reset support in VF driver
Paweł Jabłoński
2018-05-14
2
-3
/
+21
*
|
i40e: free the skb after clearing the bitlock
Jacob Keller
2018-05-14
1
-1
/
+6
*
|
i40e: cleanup wording in a header comment
Jacob Keller
2018-05-14
1
-1
/
+1
*
|
i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUES
Jacob Keller
2018-05-14
2
-3
/
+3
*
|
i40e: add tx_busy to ethtool stats
Harshitha Ramamurthy
2018-05-14
1
-0
/
+1
*
|
i40e: Fix recalculation of MSI-X vectors for VMDq
Patryk Małek
2018-05-14
1
-4
/
+11
*
|
i40e: cleanup whitespace for some ethtool stat definitions
Jacob Keller
2018-05-14
1
-6
/
+6
*
|
i40e: remove duplicate pfc stats
Jacob Keller
2018-05-14
1
-4
/
+0
*
|
i40e: calculate ethtool stats size in a separate function
Jacob Keller
2018-05-14
1
-10
/
+18
*
|
i40evf: Fix client header define
Jeff Kirsher
2018-05-14
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-12
4
-3
/
+6
|
\
|
|
*
ixgbe: fix memory leak on ipsec allocation
Colin Ian King
2018-05-11
1
-1
/
+1
|
*
ixgbevf: fix ixgbevf_xmit_frame()'s return type
Luc Van Oostenryck
2018-05-11
1
-1
/
+1
|
*
ixgbe: return error on unsupported SFP module when resetting
Emil Tantilov
2018-05-11
1
-0
/
+3
[next]