index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-08
i40e_txrx: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+2
2018-08-08
i40e_main: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-07
i40e: fix i40e_add_queue_stats data pointer update
Jacob Keller
1
-1
/
+6
2018-08-07
i40e: Add AQ command for rearrange NVM structure
Piotr Azarewicz
3
-0
/
+40
2018-08-07
i40e: Add additional return code to i40e_asq_send_command
Piotr Azarewicz
1
-0
/
+2
2018-08-07
i40e: fix warning about shadowed ring parameter
Jacob Keller
1
-4
/
+2
2018-08-07
i40e: remove unnecessary i variable causing -Wshadow warning
Jacob Keller
1
-1
/
+0
2018-08-07
i40e: convert priority flow control stats to use helpers
Jacob Keller
1
-36
/
+51
2018-08-07
i40e: convert VEB TC stats to use an i40e_stats array
Jacob Keller
1
-40
/
+43
2018-08-07
i40e: Set fec_config when forcing link state
Mariusz Stachura
1
-0
/
+2
2018-08-07
i40e: add helper to copy statistic values into ethtool buffer
Jacob Keller
1
-23
/
+93
2018-08-07
i40e: add helper function for copying strings from stat arrays
Jacob Keller
1
-20
/
+39
2018-08-07
i40e: Remove duplicated prepare call in i40e_shutdown
Sergey Nemov
1
-6
/
+0
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
1
-1
/
+0
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+15
2018-06-28
i40e: split XDP_TX tail and XDP_REDIRECT map flushing
Jesper Dangaard Brouer
1
-9
/
+15
2018-06-26
net: sched: pass extack pointer to block binds and cb registration
John Hurley
1
-1
/
+1
2018-06-25
cls_flower: fix error values for commands not supported by drivers
Jiri Pirko
1
-1
/
+1
2018-06-23
net: drivers/net: Convert random_ether_addr to eth_random_addr
Joe Perches
1
-1
/
+1
2018-06-20
bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesize
Daniel Borkmann
1
-4
/
+3
2018-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-24
/
+14
2018-06-05
i40e: remove ndo_xdp_flush call i40e_xdp_flush
Jesper Dangaard Brouer
3
-21
/
+0
2018-06-04
bpf, i40e: add meta data support
Daniel Borkmann
1
-8
/
+31
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
2
-2
/
+7
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-8
/
+20
2018-05-25
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
2
-8
/
+20
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-14
i40evf: Fix a hardware reset support in VF driver
Paweł Jabłoński
1
-2
/
+19
2018-05-14
i40e: free the skb after clearing the bitlock
Jacob Keller
1
-1
/
+6
2018-05-14
i40e: cleanup wording in a header comment
Jacob Keller
1
-1
/
+1
2018-05-14
i40e: add tx_busy to ethtool stats
Harshitha Ramamurthy
1
-0
/
+1
2018-05-14
i40e: Fix recalculation of MSI-X vectors for VMDq
Patryk Małek
1
-4
/
+11
2018-05-14
i40e: cleanup whitespace for some ethtool stat definitions
Jacob Keller
1
-6
/
+6
2018-05-14
i40e: remove duplicate pfc stats
Jacob Keller
1
-4
/
+0
2018-05-14
i40e: calculate ethtool stats size in a separate function
Jacob Keller
1
-10
/
+18
2018-04-30
i40e: use %pI4b instead of byte swapping before dev_err
Jacob Keller
1
-4
/
+2
2018-04-30
i40e/i40evf: take into account queue map from vf when handling queues
Harshitha Ramamurthy
3
-13
/
+99
2018-04-30
i40e: avoid overflow in i40e_ptp_adjfreq()
Jacob Keller
2
-15
/
+28
2018-04-30
i40e: Fix multiple issues with UDP tunnel offload filter configuration
Alexander Duyck
2
-12
/
+56
2018-04-30
i40e: Add advertising 10G LR mode
Jakub Pawlak
1
-1
/
+3
2018-04-30
i40e: fix reading LLDP configuration
Mariusz Stachura
2
-9
/
+90
[next]