index
:
linux-dev
for-cryptodev-2.6
for-next
jd/arm-thumb-sym
jd/big-key-gcm
jd/big-key-gcm-split
jd/broken-netlink-dump
jd/chacha-stack-validation
jd/clang-aarch64
jd/cleaner-add-random-ready
jd/fast-ti-aarch64
jd/fix-tishift-modules
jd/hsiphash128
jd/hsiphash128-2
jd/hsiphash128-3
jd/icmp-conntrack
jd/kasan-stack-frame
jd/kconfig-assembler-support
jd/memcmp-wpa
jd/netdev-pub
jd/netlink-dump-size
jd/netlink-dump-size-v2
jd/random-zinc
jd/re-zinc-it-up
jd/rmk-toolcheck
jd/rng-blocker
jd/skb_memzero_explicit
jd/timekeeping
jd/um-fixups
jd/variable-time-memcmp
jd/wireguard
jd/wireguard-azinc
jd/with-cryptoapi-port
jd/zinc-light
jn/rhashtable
jn/rhashtable-api
jn/rhashtable-next
master
tg/skb_memzero
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-25
i40e: add a helper function to validate a VF based on the vf id
Harshitha Ramamurthy
1
-21
/
+41
2018-09-25
i40e: use declared variables for pf and hw
Patryk Małek
1
-5
/
+4
2018-09-25
i40e: Unset promiscuous settings on VF reset
Mariusz Stachura
1
-110
/
+157
2018-09-25
i40e: Fix VF's link state notification
Mariusz Stachura
1
-5
/
+0
2018-09-18
intel-ethernet: use correct module license
Jesse Brandeburg
1
-1
/
+1
2018-09-08
i40e(vf): remove i40e_ethtool_stats.h header file
Jacob Keller
2
-222
/
+218
2018-09-01
xsk: i40e: get rid of useless struct xdp_umem_props
Magnus Karlsson
1
-2
/
+2
2018-09-01
i40e: fix possible compiler warning in xsk TX path
Magnus Karlsson
1
-4
/
+2
2018-08-30
i40e: Prevent deleting MAC address from VF when set by PF
Patryk Małek
1
-0
/
+10
2018-08-30
i40e: hold the rtnl lock on clearing interrupt scheme
Patryk Małek
1
-0
/
+8
2018-08-30
i40e: Check and correct speed values for link on open
Jan Sokolowski
1
-3
/
+24
2018-08-30
i40e: report correct statistics when XDP is enabled
Björn Töpel
1
-11
/
+13
2018-08-30
i40e: static analysis report from community
Martyna Szapar
1
-1
/
+1
2018-08-30
i40e: use correct length for strncpy
Mitch Williams
1
-1
/
+2
2018-08-30
i40evf: Change a VF mac without reloading the VF driver
Paweł Jabłoński
1
-3
/
+5
2018-08-30
i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.h
Jacob Keller
2
-181
/
+222
2018-08-30
i40e: convert queue stats to i40e_stats array
Jacob Keller
1
-59
/
+89
2018-08-29
i40e: add AF_XDP zero-copy Tx support
Magnus Karlsson
4
-1
/
+186
2018-08-29
i40e: move common Tx functions to i40e_txrx_common.h
Magnus Karlsson
2
-33
/
+61
2018-08-29
i40e: add AF_XDP zero-copy Rx support
Björn Töpel
7
-11
/
+775
2018-08-29
i40e: move common Rx functions to i40e_txrx_common.h
Björn Töpel
2
-20
/
+44
2018-08-29
i40e: refactor Rx path for re-use
Björn Töpel
1
-34
/
+77
2018-08-29
i40e: added queue pair disable/enable functions
Björn Töpel
1
-0
/
+250
2018-08-24
i40e: fix condition of WARN_ONCE for stat strings
Jacob Keller
1
-1
/
+1
2018-08-24
i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
Martyna Szapar
1
-7
/
+8
2018-08-07
i40e_txrx: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+2
2018-08-07
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-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
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-24
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
[prev]
[next]