index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2016-03-30
ixgbe: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
3
-4
/
+6
2016-03-30
ixgbe: Use udelay to avoid sleeping while atomic
Mark Rustad
1
-1
/
+1
2016-03-30
ixgbe: Fix ATR so that it correctly handles IPv6 extension headers
Alexander Duyck
1
-24
/
+21
2016-03-30
ixgbe: Store VXLAN port number in network order
Alexander Duyck
2
-49
/
+20
2016-03-30
ixgbe: Fix for RAR0 not being set to default MAC addr
Tushar Dave
1
-0
/
+2
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
4
-33
/
+367
2016-03-18
mm: introduce page reference manipulation functions
Joonsoo Kim
1
-1
/
+1
2016-03-04
net: relax setup_tc ndo op handle restriction
John Fastabend
1
-1
/
+1
2016-03-02
net: cls_u32: move TC offload feature bit into cls_u32 offload logic
John Fastabend
1
-3
/
+0
2016-02-18
ixgbe: fix dates on header of ixgbe_model.h
John Fastabend
1
-1
/
+1
2016-02-18
ixgbe: use u32 instead of __u32 in model header
John Fastabend
1
-9
/
+9
2016-02-17
net: ixgbe: abort with cls u32 divisor groups greater than 1
John Fastabend
2
-0
/
+32
2016-02-17
net: ixgbe: add support for tc_u32 offload
John Fastabend
3
-30
/
+213
2016-02-17
net: ixgbe: add minimal parser details for ixgbe
John Fastabend
1
-0
/
+112
2016-02-17
net: rework setup_tc ndo op to consume general tc operand
John Fastabend
1
-3
/
+4
2016-02-17
net: rework ndo tc op to consume additional qdisc handle parameter
John Fastabend
1
-1
/
+10
2016-02-11
ixgbe: bulk free SKBs during TX completion cleanup cycle
Jesper Dangaard Brouer
1
-3
/
+3
2016-01-08
ixgbe: Make ATR recognize IPv6 extended headers
Mark Rustad
1
-10
/
+37
2016-01-08
ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
Neerav Parikh
3
-1
/
+8
2016-01-08
ixgbe: Fix to get FDMI HBA attributes information with X550
Usha Ketineni
1
-2
/
+5
2016-01-08
ixgbe: Correct handling of any outer UDP checksum setting
Mark Rustad
1
-1
/
+1
2016-01-08
ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
Emil Tantilov
1
-5
/
+2
2016-01-08
ixgbe: fix broken PFC with X550
Vasu Dev
1
-3
/
+3
2016-01-08
ixgbe: use correct FCoE DDP max check
Vasu Dev
1
-2
/
+2
2016-01-08
ixgbe: Fill at least min credits to a TC credit refills
Vasu Dev
1
-1
/
+6
2015-12-30
ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
Alexander Duyck
1
-4
/
+4
2015-12-30
ixgbe: Correct X550EM_x revision check
Mark Rustad
2
-7
/
+4
2015-12-30
ixgbe: fix RSS limit for X550
Emil Tantilov
1
-1
/
+1
2015-12-30
ixgbe: Clean up redundancy in hw_enc_features
Mark Rustad
1
-5
/
+2
2015-12-30
ixgbe: report correct media type for KR, KX and KX4 interfaces
Veola Nazareth
1
-13
/
+42
2015-12-30
ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
Emil Tantilov
1
-0
/
+4
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2015-12-16
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
1
-1
/
+1
2015-12-16
sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
Tom Herbert
1
-2
/
+2
2015-12-12
ixgbe: do not report 2.5 Gbps as supported
Emil Tantilov
1
-4
/
+0
2015-12-12
ixgbe: Clean stale VLANs when changing port VLAN or resetting
Alexander Duyck
1
-5
/
+72
2015-12-12
ixgbe: Clear stale pool mappings
Alexander Duyck
3
-9
/
+18
2015-12-12
ixgbe: Fix VLAN promisc in relation to SR-IOV
Alexander Duyck
3
-73
/
+72
2015-12-12
ixgbe: Add support for VLAN promiscuous with SR-IOV
Alexander Duyck
2
-12
/
+129
2015-12-12
ixgbe: Reorder search to work from the top down instead of bottom up
Alexander Duyck
1
-23
/
+19
2015-12-12
ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
Alexander Duyck
6
-12
/
+38
2015-12-12
ixgbe: Simplify configuration of setting VLVF and VLVFB
Alexander Duyck
1
-54
/
+34
2015-12-12
ixgbe: Reduce VT code indent in set_vfta by introducing jump label
Alexander Duyck
1
-72
/
+70
2015-12-12
ixgbe: Simplify definitions for regidx and bit in set_vfta
Alexander Duyck
1
-29
/
+19
2015-12-12
ixgbe: Fix SR-IOV VLAN pool configuration
Alexander Duyck
1
-2
/
+2
2015-12-12
ixgbe: Return error on failure to allocate mac_table
Alexander Duyck
1
-0
/
+2
2015-12-03
ixgbe: Reset interface after enabling SR-IOV
Alexander Duyck
1
-0
/
+3
2015-12-03
ixgbe: Always turn PHY power on when requested
Mark Rustad
2
-2
/
+4
2015-12-03
ixgbe: Handle extended IPv6 headers in Tx path
Mark Rustad
1
-8
/
+15
2015-12-03
ixgbe: Save VF info and take references
Mark Rustad
3
-23
/
+59
[prev]
[next]