index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+3
2018-06-20
bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesize
Daniel Borkmann
1
-4
/
+3
2018-06-17
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
1
-4
/
+4
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-25
/
+48
2018-06-15
docs: Fix more broken references
Mauro Carvalho Chehab
1
-4
/
+4
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
4
-9
/
+11
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
3
-6
/
+7
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
6
-13
/
+15
2018-06-11
ixgbe: Fix bit definitions and add support for testing for ipsec support
Alexander Duyck
2
-3
/
+17
2018-06-11
ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_data
Alexander Duyck
1
-2
/
+11
2018-06-11
ixgbe: Move ipsec init function to before reset call
Alexander Duyck
2
-9
/
+9
2018-06-11
ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRM
Alexander Duyck
2
-3
/
+3
2018-06-11
ixgbe: Fix setting of TC configuration for macvlan case
Alexander Duyck
2
-8
/
+8
2018-06-07
Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-46
/
+1
2018-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-50
/
+30
2018-06-05
ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flush
Jesper Dangaard Brouer
1
-21
/
+0
2018-06-05
i40e: remove ndo_xdp_flush call i40e_xdp_flush
Jesper Dangaard Brouer
3
-21
/
+0
2018-06-04
ixgbe: fix broken ipsec Rx with proper cast on spi
Shannon Nelson
1
-1
/
+1
2018-06-04
ixgbe: check ipsec ip addr against mgmt filters
Shannon Nelson
1
-0
/
+88
2018-06-04
ixgbe: fix possible race in reset subtask
Tony Nguyen
1
-2
/
+4
2018-06-04
bpf, i40e: add meta data support
Daniel Borkmann
1
-8
/
+31
2018-06-04
ixgbe: introduce a helper to simplify code
YueHaibing
1
-36
/
+21
2018-06-04
ixgbevf: fix possible race in the reset subtask
Emil Tantilov
1
-2
/
+4
2018-06-04
ixgbevf: Fix coexistence of malicious driver detection with XDP
Alexander Duyck
2
-7
/
+30
2018-06-04
igb: Wait 10ms just once after TX queues reset
Sergey Nemov
1
-5
/
+8
2018-06-04
igb: Clear TSICR interrupts together with ICR
Joanna Yurdal
1
-0
/
+2
2018-06-04
e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
Benjamin Poirier
1
-9
/
+6
2018-06-03
ixgbe: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-6
/
+14
2018-06-03
i40e: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-2
/
+8
2018-06-03
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
3
-3
/
+11
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+4
2018-05-31
ixgbe: fix parsing of TC actions for HW offload
Ondřej Hlavatý
1
-5
/
+4
2018-05-25
ixgbe: Report PCIe link properties with pcie_print_link_status()
Bjorn Helgaas
1
-46
/
+1
2018-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-14
/
+35
2018-05-24
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
3
-14
/
+35
2018-05-22
i40e: use the more traditional 'i' loop variable
Jacob Keller
1
-28
/
+28
2018-05-22
i40e: add function doc headers for ethtool stats functions
Jacob Keller
1
-0
/
+38
2018-05-22
i40e: update data pointer directly when copying to the buffer
Jacob Keller
1
-59
/
+58
2018-05-22
i40e: fold prefix strings directly into stat names
Jacob Keller
1
-68
/
+69
2018-05-22
i40e: use WARN_ONCE to replace the commented BUG_ON size check
Jacob Keller
1
-2
/
+4
2018-05-22
i40e: split i40e_get_strings() into smaller functions
Jacob Keller
1
-83
/
+100
2018-05-22
i40e: always return all queue stat strings
Jacob Keller
1
-5
/
+17
2018-05-22
i40e: always return VEB stat strings
Jacob Keller
1
-29
/
+23
2018-05-22
i40e: free skb after clearing lock in ptp_stop
Jacob Keller
1
-1
/
+3
2018-05-20
Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"
Jeff Kirsher
1
-8
/
+1
2018-05-17
ice: Update NVM AQ command functions
Anirudh Venkataramanan
2
-9
/
+11
2018-05-17
ixgbevf: fix MAC address changes through ixgbevf_set_mac()
Emil Tantilov
1
-0
/
+1
2018-05-17
ixgbe: force VF to grab new MAC on driver reload
Emil Tantilov
1
-4
/
+1
2018-05-17
ixgbe: release lock for the duration of ixgbe_suspend_close()
Pavel Tatashin
1
-1
/
+8
2018-05-17
ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
Mauro S M Rodrigues
2
-6
/
+6
[next]