index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2016-07-25
8
-347
/
+346
|
\
|
*
i40e: Explicitly write platform-specific mac address after PF reset
Tushar Dave
2016-07-22
1
-38
/
+49
|
*
i40e: add missing link advertise setting
Stefan Assmann
2016-07-22
1
-0
/
+1
|
*
i40e: Move the mutex lock in i40e_client_unregister
Catherine Sullivan
2016-07-22
1
-2
/
+2
|
*
i40e: Remove redundant memset
Amitoj Kaur Chawla
2016-07-22
1
-1
/
+0
|
*
i40e/i40evf-bump version to 1.6.11
Bimmy Pujari
2016-07-22
1
-1
/
+1
|
*
i40e: refactor Rx filter handling
Mitch Williams
2016-07-22
3
-279
/
+261
|
*
i40e: Remove device ID 0x37D4
Catherine Sullivan
2016-07-22
3
-3
/
+0
|
*
i40e/i40evf: remove useless initializer
Mitch Williams
2016-07-22
1
-3
/
+1
|
*
i40e: Fix to show correct Advertised Link Modes when link is down
Avinash Dayanand
2016-07-22
1
-19
/
+28
|
*
i40e: avoid null pointer dereference
Heinrich Schuchardt
2016-07-22
1
-1
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-07-24
2
-18
/
+48
|
\
\
|
|
/
|
/
|
|
*
i40e: use valid online CPU on q_vector initialization
Guilherme G. Piccoli
2016-07-14
1
-5
/
+11
|
*
i40e: enable VSI broadcast promiscuous mode instead of adding broadcast filter
Kiran Patil
2016-07-14
1
-12
/
+20
|
*
i40e/i40evf: Fix i40e_rx_checksum
Alexander Duyck
2016-07-14
1
-13
/
+17
*
|
i40e: Don't notify client(s) for DCB changes on all VSIs
Neerav Parikh
2016-06-27
1
-1
/
+2
*
|
i40e: Fix errors resulted while turning off TSO
Tushar Dave
2016-06-27
2
-2
/
+7
*
|
i40e/i40evf: Bump version from 1.5.16 to 1.6.4
Bimmy Pujari
2016-06-27
1
-2
/
+2
*
|
i40e: add VSI info to macaddr messages
Shannon Nelson
2016-06-27
1
-9
/
+22
*
|
i40e: set default VSI without a reset
Mitch Williams
2016-06-27
1
-4
/
+22
*
|
i40e: Fix RSS to not be limited by the number of CPUs
Catherine Sullivan
2016-06-27
1
-8
/
+2
*
|
i40e: Removing unnecessary code which caused supported link mode bug
Avinash Dayanand
2016-06-27
1
-2
/
+1
*
|
i40e: fix missing DA cable check
Serey Kong
2016-06-27
1
-0
/
+1
*
|
i40e: Save PCI state before suspend
Greg Rose
2016-06-27
1
-1
/
+6
*
|
i40e: Clean up MSIX IRQs before suspend
Greg Rose
2016-06-27
1
-0
/
+3
*
|
i40e: Add a call to set the client interface down
Catherine Sullivan
2016-06-27
1
-7
/
+3
*
|
i40e: write HENA for VFs
Mitch Williams
2016-06-27
1
-0
/
+6
*
|
i40e: add hw struct local variable
Mitch Williams
2016-06-27
1
-38
/
+41
*
|
i40e: add functions to control default VSI
Mitch Williams
2016-06-27
2
-0
/
+58
*
|
i40e: Move all UDP port notifiers to single function
Alexander Duyck
2016-06-17
1
-135
/
+51
|
/
*
intel: Add support for IPv6 IP-in-IP offload
Alexander Duyck
2016-05-20
2
-0
/
+2
*
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
2016-05-20
2
-4
/
+2
*
i40e: fix an uninitialized variable bug
Dan Carpenter
2016-05-14
1
-1
/
+1
*
i40e: Bump version from 1.5.10 to 1.5.16
Bimmy Pujari
2016-05-14
1
-1
/
+1
*
i40e: don't add broadcast filter for VFs
Mitch Williams
2016-05-14
1
-8
/
+0
*
i40e/i40evf: properly report Rx packet hash
Mitch Williams
2016-05-14
1
-1
/
+1
*
i40e: set context to use VSI RSS LUT for SR-IOV
Ashish Shah
2016-05-14
1
-1
/
+2
*
i40e: Correct UDP packet header for non_tunnel-ipv6
Akeem G Abodunrin
2016-05-13
1
-1
/
+1
*
i40e: change Rx hang message into a WARN_ONCE
Jacob Keller
2016-05-13
1
-3
/
+1
*
i40e: Refactor ethtool get_settings
Catherine Sullivan
2016-05-13
1
-123
/
+135
*
i40e: lie to the VF
Mitch Williams
2016-05-13
1
-3
/
+7
*
i40e: Add vf-true-promisc-support priv flag
Anjali Singhai Jain
2016-05-13
6
-18
/
+111
*
i40e: Implement the API function for aq_set_switch_config
Shannon Nelson
2016-05-13
2
-0
/
+33
*
i40e: Add support for disabling all link and change bits needed for PHY inter...
Kevin Scott
2016-05-13
3
-2
/
+7
*
i40e: constify i40e_client_ops structure
Julia Lawall
2016-05-05
1
-1
/
+1
*
i40e: fix misleading indentation
Arnd Bergmann
2016-05-05
1
-1
/
+2
*
i40e: Test memory before ethtool alloc succeeds
Jesse Brandeburg
2016-05-05
1
-3
/
+31
*
i40e/i40evf: Remove unused hardware receive descriptor code
Jesse Brandeburg
2016-05-05
4
-48
/
+17
*
i40evf: Drop packet split receive routine
Jesse Brandeburg
2016-05-05
1
-1
/
+1
*
i40e: Refactor receive routine
Jesse Brandeburg
2016-05-05
6
-303
/
+531
[next]