summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Add support for CHANGEUPPER notifier error injectionIdo Schimmel2015-12-032-0/+2
* net: Check CHANGEUPPER notifier return valueIdo Schimmel2015-12-031-2/+6
* i40e: Fix i40e_print_features() VEB mode outputJoe Perches2015-12-031-23/+19
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2015-12-0312-361/+890
|\
| * ixgbevf: Handle extended IPv6 headers in Tx pathMark Rustad2015-12-031-8/+14
| * ixgbe: Always turn PHY power on when requestedMark Rustad2015-12-032-2/+4
| * ixgbe: Handle extended IPv6 headers in Tx pathMark Rustad2015-12-031-8/+15
| * ixgbe: Save VF info and take referencesMark Rustad2015-12-033-23/+59
| * ixgbe: Wait for master disable to be setMark Rustad2015-12-031-1/+13
| * ixgbe: Correct spec violations by waiting after resetMark Rustad2015-12-034-5/+9
| * ixgbe: Update PTP to support X550EM_x devicesMark Rustad2015-12-034-197/+578
| * ixgbe: Allow FDB entries access to more RAR filtersAlexander Duyck2015-12-031-1/+4
| * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addressesAlexander Duyck2015-12-031-3/+25
| * ixgbe: Refactor MAC address configuration codeAlexander Duyck2015-12-032-70/+100
| * ixgbevf: Minor cleanupsMark Rustad2015-12-031-24/+12
| * ixgbevf: Use a private workqueue to avoid certain possible hangsMark Rustad2015-12-031-2/+13
| * ixgbe: Use private workqueue to avoid certain possible hangsMark Rustad2015-12-031-1/+13
| * ixgbe: Add support for newer thermal alarmMark Rustad2015-12-032-3/+23
| * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550emMark Rustad2015-12-031-13/+8
|/
* sfc: use ALIGN macro for aligning frame sizesJarod Wilson2015-12-021-1/+2
* tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet2015-12-023-11/+13
* Merge branch 'hv_netvsc-less-headroom'David S. Miller2015-12-025-175/+138
|\
| * hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packetKY Srinivasan2015-12-023-13/+12
| * hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan2015-12-024-22/+13
| * hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan2015-12-024-9/+8
| * hv_netvsc: Eliminate completion_func from struct hv_netvsc_packetKY Srinivasan2015-12-023-5/+0
| * hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan2015-12-024-9/+8
| * hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan2015-12-024-33/+19
| * hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan2015-12-024-31/+35
| * hv_netvsc: remove locking in netvsc_send()Vitaly Kuznetsov2015-12-022-9/+0
| * hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov2015-12-023-18/+5
| * hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan2015-12-023-20/+17
| * hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan2015-12-023-4/+1
| * hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan2015-12-024-7/+6
| * hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan2015-12-024-10/+14
| * hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan2015-12-024-14/+13
| * hv_netvsc: Eliminate the channel field in hv_netvsc_packet structureKY Srinivasan2015-12-024-21/+35
| * hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficientKY Srinivasan2015-12-021-8/+10
| * hv_netvsc: Resize some of the variables in hv_netvsc_packetKY Srinivasan2015-12-021-7/+7
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2015-12-0212-272/+583
|\
| * i40e: remove unused argumentJesse Brandeburg2015-12-014-12/+18
| * i40e: fix: do not sleep in netdev_opsJesse Brandeburg2015-12-011-24/+20
| * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1Catherine Sullivan2015-12-012-2/+2
| * i40evf: allocate ring structs dynamicallyMitch Williams2015-12-015-41/+40
| * i40evf: allocate queue vectors dynamicallyMitch Williams2015-12-014-26/+21
| * i40evf: quoth the VF driver, NevermoreMitch Williams2015-12-011-0/+8
| * i40e: make error message more usefulMitch Williams2015-12-011-2/+2
| * i40e: fix confusing messageHelin Zhang2015-12-011-1/+2
| * i40e: Update error messagingCarolyn Wyborny2015-12-011-6/+10
| * i40evf: add new fields to store user configuration of RSSHelin Zhang2015-12-013-16/+54