aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-27ARM: dts: rk3228-evb: Fix the compiling errorDavid Wu1-2/+2
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller4-10/+36
2017-08-27i40e/i40evf: remove ULTRA latency modeJacob Keller4-36/+0
2017-08-27i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller2-31/+30
2017-08-27i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller2-7/+12
2017-08-27i40e: move enabling icr0 into i40e_update_enable_itrJacob Keller1-2/+6
2017-08-27i40e: remove workaround for resetting XPSJacob Keller1-12/+5
2017-08-27i40e: Fix for unused value issue found by static analysisCarolyn Wyborny1-1/+3
2017-08-27i40e: 25G FEC status improvementsMariusz Stachura1-2/+16
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura5-0/+142
2017-08-27i40e: force VMDQ device name truncationJacob Keller1-2/+7
2017-08-27i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller2-13/+10
2017-08-27i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin1-1/+1
2017-08-27i40e: prevent snprintf format specifier truncationJacob Keller2-4/+4
2017-08-27i40e: Store the requested FEC informationMariusz Stachura3-0/+6
2017-08-27i40e: Update state variable for adminq subtaskSudheer Mogilappagari1-2/+8
2017-08-25net: mvpp2: fix the packet size configuration for 10GAntoine Ténart1-2/+2
2017-08-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller14-251/+291
2017-08-25Merge branch 'nfp-SR-IOV-ndos-support'David S. Miller9-1/+378
2017-08-25nfp: add basic SR-IOV ndo functions to representorsSimon Horman1-0/+6
2017-08-25nfp: add basic SR-IOV ndo functionsPablo Cascón8-1/+372
2017-08-25tcp: fix hang in tcp_sendpage_locked()Eric Dumazet1-2/+1
2017-08-25Merge branch 'net_sched-clean-up-tc-classes-and-u32-filter'David S. Miller22-452/+361
2017-08-25net_sched: kill u32_node pointer in QdiscWANG Cong2-5/+53
2017-08-25net_sched: remove tc class reference countingWANG Cong21-262/+106
2017-08-25net_sched: introduce tclass_del_notify()WANG Cong1-6/+33
2017-08-25net_sched: get rid of more forward declarationsWANG Cong1-179/+169
2017-08-25hinic: skb_pad() frees on errorDan Carpenter1-1/+2
2017-08-25Merge branch 'ipv6-sr-updates'David S. Miller5-91/+317
2017-08-25ipv6: sr: implement additional seg6local actionsDavid Lebrun1-0/+147
2017-08-25ipv6: sr: add helper functions for seg6localDavid Lebrun2-89/+101
2017-08-25ipv6: sr: enforce IPv6 packets for seg6local lwtDavid Lebrun1-0/+8
2017-08-25ipv6: sr: add support for encapsulation of L2 framesDavid Lebrun2-6/+37
2017-08-25ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun3-12/+40
2017-08-25i40e: synchronize nvmupdate command and adminq subtaskSudheer Mogilappagari1-0/+6
2017-08-25i40e: prevent changing ITR if adaptive-rx/tx enabledAlan Brady1-22/+43
2017-08-25i40e: use cpumask_copy instead of direct assignmentJacob Keller2-2/+2
2017-08-25i40evf: use netdev variable in reset taskAlan Brady1-2/+2
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann5-25/+25
2017-08-25i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller1-10/+13
2017-08-25i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller2-28/+70
2017-08-25i40e: Detect ATR HW Evict NVM issue and disable the featureAnjali Singhai Jain1-0/+8
2017-08-25i40e: remove workaround for Open Firmware MAC addressJacob Keller2-61/+0
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller9-88/+85
2017-08-25i40e: Fix a bug with VMDq RSS queue allocationAnjali Singhai Jain1-23/+23
2017-08-25i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari3-1/+24
2017-08-25i40e/i40evf: adjust packet size to account for double VLANsMitch Williams4-3/+4
2017-08-24strparser: initialize all callbacksEric Biggers5-14/+13
2017-08-24hv_netvsc: Fix rndis_filter_close error during netvsc_removeHaiyang Zhang1-1/+6
2017-08-24Merge tag 'mlx5-updates-2017-08-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller11-156/+900