index
:
linux-dev
linus/master
master
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-24
igb: Allow to remove administratively set MAC on VFs
Corinna Vinschen
1
-11
/
+31
2018-01-23
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
18
-210
/
+403
2018-01-23
i40e: Fix channel addition in reset flow
Amritha Nambiar
1
-0
/
+11
2018-01-23
i40evf: ignore link up if not running
Alan Brady
1
-12
/
+23
2018-01-23
i40e: Delete an error message for a failed memory allocation in i40e_init_interrupt_scheme()
Markus Elfring
1
-3
/
+2
2018-01-23
i40e: Disable iWARP VSI PETCP_ENA flag on netdev down events
Shiraz Saleem
2
-18
/
+20
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
6
-99
/
+115
2018-01-23
i40e: Fix for blinking activity instead of link LEDs
Michal Kuchta
1
-3
/
+2
2018-01-23
i40evf: Don't schedule reset_task when device is being removed
Avinash Dayanand
2
-1
/
+9
2018-01-23
i40evf: remove flush_scheduled_work call in i40evf_remove
Sudheer Mogilappagari
1
-2
/
+0
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 for NVM update
Pawel Jablonski
9
-59
/
+173
2018-01-23
ixgbe: register ipsec offload with the xfrm subsystem
Shannon Nelson
2
-0
/
+23
2018-01-23
ixgbe: ipsec offload stats
Shannon Nelson
4
-1
/
+10
2018-01-23
ixgbe: process the Tx ipsec offload
Shannon Nelson
5
-9
/
+112
2018-01-23
ixgbe: process the Rx ipsec offload
Shannon Nelson
3
-2
/
+115
2018-01-23
ixgbe: restore offloaded SAs after a reset
Shannon Nelson
3
-0
/
+44
2018-01-23
ixgbe: add ipsec offload add and remove SA
Shannon Nelson
3
-1
/
+399
2018-01-23
ixgbe: add ipsec data structures
Shannon Nelson
2
-0
/
+45
2018-01-23
ixgbe: add ipsec engine start and stop routines
Shannon Nelson
1
-0
/
+142
2018-01-23
ixgbe: add ipsec register access routines
Shannon Nelson
5
-0
/
+222
2018-01-23
ixgbe: clean up ipsec defines
Shannon Nelson
1
-13
/
+7
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+2
2018-01-18
fm10k: mark PM functions as __maybe_unused
Arnd Bergmann
1
-7
/
+2
2018-01-12
ixgbevf: Fix kernel-doc format warnings
Tony Nguyen
2
-5
/
+18
2018-01-12
ixgbe: Fix kernel-doc format warnings
Tony Nguyen
12
-39
/
+99
2018-01-12
ixgbe: Fix handling of macvlan Tx offload
Alexander Duyck
2
-10
/
+14
2018-01-12
ixgbe: avoid bringing rings up/down as macvlans are added/removed
Alexander Duyck
2
-58
/
+72
2018-01-12
ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offload
Alexander Duyck
2
-108
/
+25
2018-01-12
ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded rings
Alexander Duyck
2
-10
/
+14
2018-01-12
ixgbe: Don't assume dev->num_tc is equal to hardware TC config
Alexander Duyck
6
-27
/
+29
2018-01-12
ixgbe: Default to 1 pool always being allocated
Alexander Duyck
2
-5
/
+3
2018-01-12
ixgbe: Assume provided MAC filter has been verified by macvlan
Alexander Duyck
1
-4
/
+8
2018-01-10
i40e: track id can be 0
Jingjing Wu
2
-10
/
+0
2018-01-10
i40e: change ppp name to ddp
Jingjing Wu
8
-69
/
+73
2018-01-10
i40evf: Drop i40evf_fire_sw_int as it is prone to races
Alexander Duyck
1
-34
/
+0
2018-01-10
i40evf: Clean-up flags for promisc mode to avoid high polling rate
Alexander Duyck
1
-2
/
+4
2018-01-10
i40evf: Do not clear MSI-X PBA manually
Alexander Duyck
1
-13
/
+5
2018-01-10
i40e: remove redundant initialization of read_size
Colin Ian King
1
-1
/
+1
2018-01-10
i40e/i40evf: Bump driver versions
Alice Michael
2
-4
/
+4
2018-01-10
i40e: add helper conversion function for link_speed
Jacob Keller
2
-2
/
+33
2018-01-10
i40e: update VFs of link state after GET_VF_RESOURCES
Jacob Keller
1
-0
/
+1
2018-01-10
i40evf: hold the critical task bit lock while opening
Jacob Keller
1
-9
/
+31
2018-01-10
i40evf: release bit locks in reverse order
Jacob Keller
1
-1
/
+1
2018-01-10
i40evf: use spinlock to protect (mac|vlan)_filter_list
Jacob Keller
3
-49
/
+81
2018-01-10
i40evf: don't rely on netif_running() outside rtnl_lock()
Jacob Keller
1
-3
/
+17
2018-01-10
i40e: display priority_xon and priority_xoff stats
Alice Michael
1
-0
/
+4
2018-01-10
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
10
-177
/
+298
[prev]
[next]