summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* esp4/6: Fix GSO path for non-GSO SW-crypto packetsIlan Tayari2017-04-192-5/+6
* esp6: fix incorrect null pointer check on xoColin Ian King2017-04-191-1/+1
* xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert2017-04-143-63/+71
* xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari2017-04-145-0/+11
* net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert2017-04-143-0/+38
* esp: Use a synchronous crypto algorithm on offloading.Steffen Klassert2017-04-142-4/+20
* xfrm: Add xfrm_replay_overflow functions for offloadingSteffen Klassert2017-04-141-2/+157
* esp: Add gso handlers for esp4 and esp6Steffen Klassert2017-04-145-4/+203
* esp6: Reorganize esp_outputSteffen Klassert2017-04-143-124/+246
* esp4: Reorganize esp_outputSteffen Klassert2017-04-143-158/+301
* esp6: Remame esp_input_done2Steffen Klassert2017-04-141-3/+3
* xfrm: Add an IPsec hardware offloading APISteffen Klassert2017-04-1414-24/+424
* xfrm: Add mode handlers for IPsec on layer 2Steffen Klassert2017-04-145-0/+124
* xfrm: Move device notifications to a sepatate fileSteffen Klassert2017-04-144-17/+46
* xfrm: Add a xfrm type offload.Steffen Klassert2017-04-142-6/+95
* net: Add ESP offload featuresSteffen Klassert2017-04-144-1/+13
* Merge branch 'net-smc-next'David S. Miller2017-04-1212-50/+87
|\
| * net/smc: do not use IB_SEND_INLINE together with mapped dataUrsula Braun2017-04-122-2/+1
| * net/smc: destruct non-accepted socketsUrsula Braun2017-04-122-6/+9
| * net/smc: remove duplicate unhashUrsula Braun2017-04-121-1/+0
| * net/smc: guarantee ConnClosed send after shutdown SHUT_WRUrsula Braun2017-04-121-11/+25
| * net/smc: no socket state changes in tasklet contextUrsula Braun2017-04-126-20/+41
| * net/smc: always call the POLL_IN part of sk_wake_asyncUrsula Braun2017-04-121-2/+1
| * net/smc: guarantee reset of write_blocked for heavy workloadUrsula Braun2017-04-121-1/+5
| * net/smc: return active RoCE port onlyUrsula Braun2017-04-121-2/+5
| * net/smc: remove useless smc_ib_devices_list checkUrsula Braun2017-04-123-4/+1
| * net/smc: get rid of old commentUrsula Braun2017-04-121-2/+0
|/
* net: stmmac: use netif_set_real_num_{rx,tx}_queuesJoao Pinto2017-04-121-2/+2
* bpf: pass sk to helper functionsWillem de Bruijn2017-04-112-2/+10
* devlink: fix return value check in devlink_dpipe_header_put()Wei Yongjun2017-04-111-1/+1
* Merge branch 's390-qeth-updates'David S. Miller2017-04-114-393/+268
|\
| * s390/qeth: remove unimplemented gdev routinesJulian Wiedmann2017-04-112-19/+2
| * s390/qeth: use LINK_MODE_* to report the link characteristicsJulian Wiedmann2017-04-111-24/+47
| * s390/qeth: convert to ETHTOOL_GLINKSETTINGS APIJulian Wiedmann2017-04-114-42/+40
| * s390/qeth: clean up qeth_set_ecmd_adv_sup()Julian Wiedmann2017-04-111-29/+28
| * s390/qeth: use and remove some definesJulian Wiedmann2017-04-112-3/+2
| * s390/qeth: use correct return type for hard_start_xmit()Julian Wiedmann2017-04-112-2/+4
| * s390/qeth: remove unused parameterJulian Wiedmann2017-04-114-5/+4
| * s390/qeth: move gdev shutdown handler to coreJulian Wiedmann2017-04-114-27/+6
| * s390/qeth: move NAPI poll routine to coreJulian Wiedmann2017-04-114-169/+97
| * s390/qeth: move common ioctl handling to coreJulian Wiedmann2017-04-114-99/+64
|/
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-117-165/+53
* bpf: remove struct bpf_prog_type_listJohannes Berg2017-04-115-122/+44
* Merge branch 'fec-driver-code-clean'David S. Miller2017-04-111-17/+28
|\
| * net: fec: add ERR007885 for i.MX6ul enet IPFugang Duan2017-04-111-2/+3
| * net: fec: correct the errata number comment typoFugang Duan2017-04-111-1/+1
| * net: fec: add phy-reset-gpios PROBE_DEFER checkFugang Duan2017-04-111-8/+18
| * net: fec: pass ->dev to dma_alloc__coherent() APIFugang Duan2017-04-111-2/+2
| * net: fec: avoid BD pointer type cast to 32bitFugang Duan2017-04-111-2/+2
| * net: fec: add return value check after calling .of_property_read_u32()Fugang Duan2017-04-111-2/+2
|/