index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
/
fm10k_netdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-23
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-24
fm10k: clarify action when updating the VLAN table
Ngai-Mint Kwan
1
-1
/
+3
2018-01-24
fm10k: don't assume VLAN 1 is enabled
Jacob Keller
1
-5
/
+3
2018-01-24
fm10k: stop adding VLAN 0 to the VLAN table
Jacob Keller
1
-3
/
+0
2018-01-24
fm10k: fix "failed to kill vid" message for VF
Ngai-Mint Kwan
1
-2
/
+12
2018-01-24
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-05
fm10k: do not enqueue mailbox when host not ready
Ngai-Mint Kwan
1
-25
/
+80
2017-04-05
fm10k: update function header comment for fm10k_get_stats64
Jacob Keller
1
-2
/
+2
2017-04-05
fm10k: future-proof state bitmaps using DECLARE_BITMAP
Jacob Keller
1
-1
/
+1
2017-04-05
fm10k: use a BITMAP for flags to avoid race conditions
Jacob Keller
1
-2
/
+2
2017-03-15
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
1
-1
/
+3
2017-01-08
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-17
fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
Alexander Duyck
1
-16
/
+20
2016-04-20
fm10k: consistently use Intel(R) for driver names
Jacob Keller
1
-1
/
+1
2016-04-20
fm10k: Fix multicast mode sync issues
Ngai-Mint Kwan
1
-13
/
+7
2016-04-20
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
2016-04-05
fm10k: cleanup remaining right-bit-shifted 1
Bruce Allan
1
-1
/
+1
2016-03-03
net: relax setup_tc ndo op handle restriction
John Fastabend
1
-1
/
+1
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
/
+9
2015-12-22
fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
Bruce Allan
1
-3
/
+3
2015-12-22
fm10k: Cleanup exception handling for changing queues
Alexander Duyck
1
-4
/
+18
2015-12-15
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
1
-1
/
+1
2015-12-13
fm10k: cleanup overly long lines
Bruce Allan
1
-1
/
+3
2015-12-13
fm10k: whitespace cleanups
Bruce Allan
1
-2
/
+2
2015-12-13
fm10k: consistently refer to VLANs and VLAN IDs
Jacob Keller
1
-4
/
+4
2015-12-05
fm10k: set netdev features in one location
Jacob Keller
1
-12
/
+19
2015-11-18
fm10k: fix memory leak
stephen hemminger
1
-1
/
+3
2015-09-15
fm10k: TRIVIAL fix typo in fm10k_netdev.c
Jacob Keller
1
-1
/
+1
[next]