summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-239-48/+74
|\
| * xfrm: add UDP encapsulation port in migrate messageAntony Antony2017-06-075-13/+30
| * xfrm: extend MIGRATE with UDP encapsulation portAntony Antony2017-06-075-17/+34
| * ipv6: remove unused variables in esp6Stephen Hemminger2017-05-221-5/+0
| * ah: use crypto_memneq to check the ICVSabrina Dubroca2017-05-192-4/+6
| * xfrm: Make function xfrm_dev_register staticWei Yongjun2017-05-191-1/+1
| * xfrm: use memdup_userGeliang Tang2017-05-161-8/+3
* | Merge branch 'ena-new-features-and-improvements'David S. Miller2017-06-238-113/+399
|\ \
| * | net: ena: update ena driver to version 1.2.0Netanel Belgazal2017-06-231-3/+3
| * | net: ena: update driver's rx drop statisticsNetanel Belgazal2017-06-231-0/+9
| * | net: ena: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal2017-06-231-2/+2
| * | net: ena: separate skb allocation to dedicated functionNetanel Belgazal2017-06-231-17/+27
| * | net: ena: use napi_schedule_irqoff when possibleNetanel Belgazal2017-06-231-1/+1
| * | net: ena: allow the driver to work with small number of msix vectorsNetanel Belgazal2017-06-232-20/+51
| * | net: ena: add support for out of order rx buffers refillNetanel Belgazal2017-06-234-17/+83
| * | net: ena: add reset reason for each device FLRNetanel Belgazal2017-06-235-6/+54
| * | net: ena: change sizeof() argument to be the type pointerNetanel Belgazal2017-06-231-8/+8
| * | net: ena: add hardware hints capability to the driverNetanel Belgazal2017-06-236-11/+137
| * | net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal2017-06-233-28/+24
|/ /
* | tcp: fix out-of-bounds access in ULP sysctlJakub Kicinski2017-06-231-0/+1
* | bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-235-55/+97
* | net: stmmac: make some functions staticColin Ian King2017-06-231-8/+8
* | Merge branch 'xdp-offload-mode'David S. Miller2017-06-236-36/+73
|\ \
| * | nfp: xdp: report if program is offloadedJakub Kicinski2017-06-231-0/+2
| * | xdp: add reporting of offload modeJakub Kicinski2017-06-234-8/+9
| * | nfp: bpf: add support for XDP_FLAGS_HW_MODEJakub Kicinski2017-06-231-3/+10
| * | nfp: bpf: release the reference on offloaded programsJakub Kicinski2017-06-232-21/+15
| * | nfp: bpf: don't offload XDP programs in DRV_MODEJakub Kicinski2017-06-232-3/+14
| * | nfp: xdp: move driver XDP setup into a separate functionJakub Kicinski2017-06-231-5/+18
| * | xdp: add HW offload mode flag for installing programsJakub Kicinski2017-06-234-6/+13
| * | xdp: pass XDP flags into install handlersJakub Kicinski2017-06-232-2/+4
|/ /
* | udp: fix poll()Paolo Abeni2017-06-231-10/+17
* | udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni2017-06-221-0/+1
* | Merge branch 'net-mvpp2-misc-improvements'David S. Miller2017-06-221-26/+32
|\ \
| * | net: mvpp2: remove mvpp2_pool_refill()Thomas Petazzoni2017-06-221-11/+3
| * | net: mvpp2: remove unused mvpp2_bm_cookie_pool_set() functionThomas Petazzoni2017-06-221-11/+0
| * | net: mvpp2: add comments about smp_processor_id() usageThomas Petazzoni2017-06-221-4/+29
|/ /
* | Merge branch 'stmmac-pci-Refactor-DMI-probing'David S. Miller2017-06-221-81/+122
|\ \
| * | stmmac: pci: Use dmi_system_id table for retrieving PHY addressesJan Kiszka2017-06-221-33/+64
| * | stmmac: pci: Select quark_pci_dmi_data from quark_default_dataJan Kiszka2017-06-221-44/+39
| * | stmmac: pci: Make stmmac_pci_find_phy_addr truly genericJan Kiszka2017-06-221-7/+13
| * | stmmac: pci: Use stmmac_pci_info for all devicesJan Kiszka2017-06-221-13/+23
| * | stmmac: pci: Make stmmac_pci_info structure constantJan Kiszka2017-06-221-12/+11
|/ /
* | hv_netvsc: Fix the carrier state error when data path is offHaiyang Zhang2017-06-223-3/+9
* | hv_netvsc: Remove unnecessary var link_state from struct netvsc_device_infoHaiyang Zhang2017-06-222-5/+4
* | samples/bpf: fix a build problemYonghong Song2017-06-221-1/+1
* | Merge branch 'rds-tcp-fixes'David S. Miller2017-06-227-13/+19
|\ \
| * | rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan2017-06-225-2/+7
| * | rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan2017-06-224-11/+12
|/ /
* | ibmvnic: Correct return code checking for ibmvnic_init during probeNathan Fontenot2017-06-221-1/+1