index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
/
fm10k_netdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-4
/
+4
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2020-07-15
fm10k: convert to new udp_tunnel_nic infra
Jakub Kicinski
1
-139
/
+25
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
1
-1
/
+1
2020-01-17
fm10k: use txqueue parameter in fm10k_tx_timeout
Jacob Keller
1
-7
/
+10
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-05
fm10k: add support for ndo_get_vf_stats operation
Jacob Keller
1
-0
/
+1
2019-08-23
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
1
-2
/
+1
2019-08-04
fm10k: remove needless initialization of size local variable
Jacob Keller
1
-1
/
+1
2019-08-04
fm10k: remove needless assignment of err local variable
Jacob Keller
1
-5
/
+5
2019-08-02
fm10k: reduce scope of the ring variable
Jacob Keller
1
-2
/
+2
2019-08-02
fm10k: reduce the scope of the tx_buffer variable
Jacob Keller
1
-2
/
+2
2018-09-24
fm10k: remove ndo_poll_controller
Eric Dumazet
1
-3
/
+0
2018-05-09
fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_ready
Jacob Keller
1
-8
/
+8
2018-05-09
fm10k: setup VLANs for l2 accelerated macvlan interfaces
Jacob Keller
1
-2
/
+48
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-19
/
+1
2018-04-25
ixgbe/fm10k: Only support macvlan offload for types that support destination ...
Alexander Duyck
1
-0
/
+8
2018-04-25
macvlan: Use software path for offloaded local, broadcast, and multicast traffic
Alexander Duyck
1
-2
/
+2
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-02-28
fm10k: fix function doxygen comments
Jacob Keller
1
-5
/
+5
2018-01-25
fm10k: clarify action when updating the VLAN table
Ngai-Mint Kwan
1
-1
/
+3
2018-01-25
fm10k: don't assume VLAN 1 is enabled
Jacob Keller
1
-5
/
+3
2018-01-25
fm10k: stop adding VLAN 0 to the VLAN table
Jacob Keller
1
-3
/
+0
2018-01-25
fm10k: fix "failed to kill vid" message for VF
Ngai-Mint Kwan
1
-2
/
+12
2018-01-25
fm10k: Fix configuration for macvlan offload
Alexander Duyck
1
-3
/
+22
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
1
-1
/
+1
2017-10-03
fm10k: introduce a message queue for MAC/VLAN messages
Jacob Keller
1
-42
/
+157
2017-10-02
fm10k: avoid divide by zero in rare cases when device is resetting
Jacob Keller
1
-2
/
+6
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
1
-3
/
+5
2017-08-07
net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...
Jiri Pirko
1
-1
/
+1
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
1
-1
/
+0
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
1
-3
/
+4
2017-06-08
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
1
-2
/
+2
2017-04-06
fm10k: do not enqueue mailbox when host not ready
Ngai-Mint Kwan
1
-25
/
+80
2017-04-06
fm10k: update function header comment for fm10k_get_stats64
Jacob Keller
1
-2
/
+2
2017-04-06
fm10k: future-proof state bitmaps using DECLARE_BITMAP
Jacob Keller
1
-1
/
+1
2017-04-06
fm10k: use a BITMAP for flags to avoid race conditions
Jacob Keller
1
-2
/
+2
2017-03-16
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
1
-1
/
+3
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
2016-10-18
ethernet/intel: use core min/max MTU checking
Jarod Wilson
1
-11
/
+4
2016-08-29
fm10k: add support for Rx offloads on one Geneve tunnel
Jacob Keller
1
-3
/
+27
2016-08-29
fm10k: rework vxlan_port offload before adding geneve support
Jacob Keller
1
-72
/
+89
2016-08-29
fm10k: prefer READ_ONCE instead of ACCESS_ONCE
Jacob Keller
1
-3
/
+3
2016-07-11
drivers/net: fixup comments after "Future-proof tunnel offload handlers"
Sabrina Dubroca
1
-6
/
+2
2016-06-18
fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
Alexander Duyck
1
-16
/
+20
2016-04-21
fm10k: consistently use Intel(R) for driver names
Jacob Keller
1
-1
/
+1
2016-04-21
fm10k: Fix multicast mode sync issues
Ngai-Mint Kwan
1
-13
/
+7
2016-04-21
fm10k: drop 1588 support
Jacob Keller
1
-21
/
+1
2016-04-05
fm10k: fix a minor typo in some comments
Jacob Keller
1
-2
/
+2
[next]