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
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-12
ixgbe: fix disabling hide VLAN on VF reset
Paul Greenwalt
1
-1
/
+5
2018-03-12
ixgbe: Add receive length error counter
Tonghao Zhang
1
-0
/
+1
2018-03-12
ixgbe: remove unneeded ipsec state free callback
Shannon Nelson
1
-13
/
+0
2018-03-12
ixgbe: fix ipsec trailer length
Shannon Nelson
1
-1
/
+23
2018-03-12
ixgbe: check for 128-bit authentication
Shannon Nelson
2
-5
/
+12
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+8
2018-02-26
ixgbe: fix crash in build_skb Rx code path
Emil Tantilov
1
-0
/
+8
2018-02-26
ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode
Jacob Keller
1
-1
/
+2
2018-02-26
ixgbe: Avoid to write the RETA table when unnecessary
Tonghao Zhang
1
-2
/
+2
2018-02-26
ixgbe: remove redundant initialization of 'pool'
Colin Ian King
1
-1
/
+0
2018-01-26
ixgbe: don't set RXDCTL.RLPML for 82599
Emil Tantilov
1
-2
/
+6
2018-01-26
ixgbe: Fix && vs || typo
Dan Carpenter
1
-1
/
+1
2018-01-26
ixgbe: add support for reporting 5G link speed
Paul Greenwalt
1
-0
/
+3
2018-01-26
ixgbe: Don't report unsupported timestamping filters for X550
Miroslav Lichvar
1
-18
/
+19
2018-01-26
ixgbe: use ARRAY_SIZE for array sizing calculation on array buf
Colin Ian King
1
-1
/
+1
2018-01-26
ixgbe: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-4
/
+1
2018-01-23
ixgbe: register ipsec offload with the xfrm subsystem
Shannon Nelson
2
-0
/
+23
2018-01-23
ixgbe: ipsec offload stats
Shannon Nelson
4
-1
/
+10
2018-01-23
ixgbe: process the Tx ipsec offload
Shannon Nelson
5
-9
/
+112
2018-01-23
ixgbe: process the Rx ipsec offload
Shannon Nelson
3
-2
/
+115
2018-01-23
ixgbe: restore offloaded SAs after a reset
Shannon Nelson
3
-0
/
+44
2018-01-23
ixgbe: add ipsec offload add and remove SA
Shannon Nelson
3
-1
/
+399
2018-01-23
ixgbe: add ipsec data structures
Shannon Nelson
2
-0
/
+45
2018-01-23
ixgbe: add ipsec engine start and stop routines
Shannon Nelson
1
-0
/
+142
2018-01-23
ixgbe: add ipsec register access routines
Shannon Nelson
5
-0
/
+222
2018-01-23
ixgbe: clean up ipsec defines
Shannon Nelson
1
-13
/
+7
2018-01-12
ixgbe: Fix kernel-doc format warnings
Tony Nguyen
12
-39
/
+99
2018-01-12
ixgbe: Fix handling of macvlan Tx offload
Alexander Duyck
2
-10
/
+14
2018-01-12
ixgbe: avoid bringing rings up/down as macvlans are added/removed
Alexander Duyck
2
-58
/
+72
2018-01-12
ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offload
Alexander Duyck
2
-108
/
+25
2018-01-12
ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...
Alexander Duyck
1
-2
/
+8
2018-01-12
ixgbe: Don't assume dev->num_tc is equal to hardware TC config
Alexander Duyck
6
-27
/
+29
2018-01-12
ixgbe: Default to 1 pool always being allocated
Alexander Duyck
2
-5
/
+3
2018-01-12
ixgbe: Assume provided MAC filter has been verified by macvlan
Alexander Duyck
1
-4
/
+8
2018-01-09
ixgbe: Drop l2_accel_priv data pointer from ring struct
Alexander Duyck
2
-11
/
+13
2018-01-09
ixgbe: Use ring values to test for Tx pending
Alexander Duyck
1
-16
/
+4
2018-01-09
ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devices
Alexander Duyck
4
-43
/
+34
2018-01-09
ixgbe: There is no need to update num_rx_pools in L2 fwd offload
Alexander Duyck
2
-4
/
+1
2018-01-09
ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handling
Alexander Duyck
1
-37
/
+25
2018-01-09
ixgbe: Perform reinit any time number of VFs change
Alexander Duyck
1
-16
/
+3
2018-01-09
ixgbe: Fix interaction between SR-IOV and macvlan offload
Alexander Duyck
1
-7
/
+5
2018-01-09
ixgbe: Remove an obsolete comment about ITR
Tonghao Zhang
1
-2
/
+0
2018-01-09
ixgbe: extend firmware version support
Paul Greenwalt
7
-14
/
+198
2018-01-09
ixgbe: advertise highest capable link speed
Paul Greenwalt
1
-9
/
+8
2018-01-09
ixgbe: remove unused enum latency_range
Emil Tantilov
1
-7
/
+0
2018-01-09
ixgbe: enable multicast on shutdown for WOL
Emil Tantilov
1
-7
/
+7
2018-01-06
ixgbe: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-1
/
+15
2017-12-06
act_mirred: get rid of tcfm_ifindex from struct tcf_mirred
Cong Wang
1
-2
/
+4
2017-11-22
ixgbe: Fix skb list corruption on Power systems
Brian King
1
-1
/
+1
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
7
-106
/
+332
[next]