summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* liquidio: silence a locking static checker warningDan Carpenter2017-04-301-0/+1
* qed: Unlock on error in qed_vf_pf_acquire()Dan Carpenter2017-04-301-1/+1
* Merge branch 'hns-deferred-probe'David S. Miller2017-04-304-9/+44
|\
| * net: hns: support deferred probe when no mdiolipeng2017-04-301-6/+33
| * net: hns: support deferred probe when can not obtain irqlipeng2017-04-303-3/+11
|/
* Merge branch 'nfp-XDP_TX-optimizations'David S. Miller2017-04-306-101/+118
|\
| * nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski2017-04-302-14/+3
| * nfp: don't completely refuse to work with old flashesJakub Kicinski2017-04-301-3/+1
| * nfp: avoid reading TX queue indexes from the deviceJakub Kicinski2017-04-301-0/+6
| * nfp: do simple XDP TX buffer recyclingJakub Kicinski2017-04-302-57/+85
| * nfp: drop rx_ring param from buffer allocationJakub Kicinski2017-04-301-6/+2
| * nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski2017-04-304-21/+21
|/
* virtio-net: use netif_tx_napi_add for tx napiWillem de Bruijn2017-04-301-2/+2
* net: Initialise init_net.count to 1David Howells2017-04-301-1/+2
* geneve: fix incorrect setting of UDP checksum flagGirish Moodalbail2017-04-301-1/+1
* Merge branch 'vxlan-disabled-ipv6'David S. Miller2017-04-301-5/+7
|\
| * vxlan: do not output confusing error messageJiri Benc2017-04-301-2/+0
| * vxlan: correctly handle ipv6.disable module parameterJiri Benc2017-04-301-3/+7
|/
* bnx2x: Get rid of useless temporary variableAndy Shevchenko2017-04-301-9/+5
* bnx2x: Reuse bnx2x_null_format_ver()Andy Shevchenko2017-04-301-11/+9
* bnx2x: Replace custom scnprintf()Andy Shevchenko2017-04-301-70/+9
* Merge tag 'linux-can-next-for-4.12-20170427' of git://git.kernel.org/pub/scm/...David S. Miller2017-04-301-8/+13
|\
| * can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp2017-04-271-8/+13
* | bpf: Fix inaccurate helper function descriptionChenbo Feng2017-04-301-2/+1
* | tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti2017-04-301-1/+1
* | bpf: restore skb->sk before pskb_trim() callEric Dumazet2017-04-301-1/+1
* | net: macb: fix phy interrupt parsingAlexandre Belloni2017-04-301-8/+10
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-04-3012-334/+372
|\ \
| * | i40evf: hide unused variableArnd Bergmann2017-04-301-1/+2
| * | i40evf: allocate queues before we setup the interrupts and q_vectorsJacob Keller2017-04-301-9/+9
| * | i40evf: remove I40E_FLAG_FDIR_ATR_ENABLEDJacob Keller2017-04-301-1/+0
| * | i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller2017-04-304-52/+38
| * | i40evf: remove needless min_t() on num_online_cpus()*2Jacob Keller2017-04-301-6/+6
| * | i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-3011-181/+189
| * | i40e: separate PF and VSI state flagsJacob Keller2017-04-308-55/+64
| * | i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller2017-04-303-4/+2
| * | i40e: amortize wait time when disabling lots of VFsJacob Keller2017-04-301-2/+14
| * | i40e: Reprogram port offloads after resetAlexander Duyck2017-04-301-0/+20
| * | i40e: rename index to port to avoid confusionJacob Keller2017-04-302-6/+6
| * | i40e: make use of i40e_reset_all_vfs when initializing new VFsJacob Keller2017-04-302-3/+8
| * | i40e: properly spell I40E_VF_STATE_* flagsJacob Keller2017-04-304-58/+58
* | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2017-04-306-91/+144
|\ \ \ | |/ / |/| |
| * | e1000e: Add Support for 38.4MHZ frequencySasha Neftin2017-04-302-29/+48
| * | e1000e: Add Support for CannonLakeSasha Neftin2017-04-304-62/+63
| * | e1000e: Initial Support for CannonLakeSasha Neftin2017-04-304-1/+33
| * | e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson2017-04-301-1/+2
|/ /
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-04-2912-154/+701
|\ \
| * | ixgbevf: Check for RSS key before setting valueTony Nguyen2017-04-293-4/+34
| * | ixgbevf: Fix errors in retrieving RETA and RSS from PFTony Nguyen2017-04-291-3/+3
| * | ixgbe: Check for RSS key before setting valueTony Nguyen2017-04-294-7/+31