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
/
i40e
/
i40e_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-26
i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state field
Jacob Keller
1
-6
/
+4
2018-03-26
i40e: move I40E_FLAG_FILTER_SYNC to a state bit
Jacob Keller
1
-7
/
+9
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-03-19
i40e: Close client on suspend and restore client MSIx on resume
Shiraz Saleem
1
-0
/
+8
2018-03-14
i40e: restore TCPv4 input set when re-enabling ATR
Jacob Keller
1
-0
/
+9
2018-03-14
i40e: factor out re-enable functions for ATR and SB
Jacob Keller
1
-16
/
+32
2018-03-14
i40e: track filter type statistics when deleting invalid filters
Jacob Keller
1
-8
/
+48
2018-03-14
i40e: Cleanup i40e_vlan_rx_register
Jacob Keller
1
-17
/
+4
2018-02-26
i40e: link_down_on_close private flag support
Mariusz Stachura
1
-0
/
+75
2018-02-14
i40e: Add and delete cloud filter
Avinash Dayanand
1
-11
/
+5
2018-02-13
i40e: i40e: Change ethtool check from MAC to HW flag
Dave Ertman
1
-0
/
+10
2018-02-13
i40e: do not force filter failure in overflow promiscuous
Alan Brady
1
-14
/
+1
2018-02-13
i40e: refactor promisc_changed in i40e_sync_vsi_filters
Alan Brady
1
-22
/
+20
2018-02-13
i40e: broadcast filters can trigger overflow promiscuous
Alan Brady
1
-2
/
+4
2018-02-13
i40e: don't leak memory addresses
Mitch Williams
1
-7
/
+6
2018-02-13
i40e: Make local function i40e_get_link_speed static
Wei Yongjun
1
-1
/
+1
2018-02-12
i40e/i40evf: Add support for new mechanism of updating adaptive ITR
Alexander Duyck
1
-9
/
+6
2018-02-12
i40e/i40evf: Split container ITR into current_itr and target_itr
Alexander Duyck
1
-8
/
+14
2018-02-12
i40e: Add delay after EMP reset for firmware to recover
Filip Sadowski
1
-0
/
+11
2018-02-12
i40e/i40evf: Only track one ITR setting per ring instead of Tx/Rx
Alexander Duyck
1
-7
/
+7
2018-02-07
i40e: Fix the number of queues available to be mapped for use
Amritha Nambiar
1
-13
/
+14
2018-01-26
i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
Paweł Jabłoński
1
-0
/
+4
2018-01-26
i40e/i40evf: Record ITR register location in the q_vector
Alexander Duyck
1
-0
/
+1
2018-01-26
i40e: program fragmented IPv4 filter input set
Jacob Keller
1
-0
/
+3
2018-01-26
i40e: Fix kdump failure
Avinash Dayanand
1
-2
/
+2
2018-01-26
i40e: fix FW_LLDP flag on init
Alan Brady
1
-0
/
+3
2018-01-26
i40e: Implement an ethtool private flag to stop LLDP in FW
Dave Ertman
1
-2
/
+12
2018-01-25
i40e: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-5
/
+3
2018-01-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-01-24
i40e: flower: check if TC offload is enabled on a netdev
Jakub Kicinski
1
-0
/
+2
2018-01-23
i40e: Fix channel addition in reset flow
Amritha Nambiar
1
-0
/
+11
2018-01-23
i40e: Delete an error message for a failed memory allocation in i40e_init_int...
Markus Elfring
1
-3
/
+2
2018-01-23
i40e: simplify pointer dereferences
Mitch Williams
1
-10
/
+8
2018-01-23
i40e: check for invalid DCB config
Mitch Williams
1
-1
/
+33
2018-01-23
i40e/i40evf: Detect and recover hung queue scenario
Sudheer Mogilappagari
1
-99
/
+1
2018-01-23
i40e: avoid divide by zero
Mitch Williams
1
-2
/
+7
2018-01-23
i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags f...
Pawel Jablonski
1
-1
/
+1
2018-01-10
i40e/i40evf: Bump driver versions
Alice Michael
1
-2
/
+2
2018-01-03
i40e: flower: Fix return value for unsupported offload
Jiri Pirko
1
-1
/
+1
2018-01-03
i40e: don't remove netdev->dev_addr when syncing uc list
Jacob Keller
1
-1
/
+16
2018-01-03
i40e: Remove UDP support for big buffer
Amritha Nambiar
1
-9
/
+9
2017-11-27
i40e: Fix reporting incorrect error codes
Amritha Nambiar
1
-1
/
+0
2017-11-21
i40e: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-21
i40e: restore promiscuous after reset
Alan Brady
1
-72
/
+83
2017-11-21
i40e: Remove limit of 64 max queues per channel
Amritha Nambiar
1
-8
/
+0
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-301
/
+2457
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
1
-1
/
+1
2017-11-05
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
1
-3
/
+3
2017-10-31
i40e: Enable cloud filters via tc-flower
Amritha Nambiar
1
-30
/
+927
2017-10-31
i40e: Clean up of cloud filters
Amritha Nambiar
1
-0
/
+24
[prev]
[next]