summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-118-20/+47
* net: Allow IPsec GSO for local socketsSteffen Klassert2017-08-022-1/+20
* xfrm: Clear RX SKB secpath xfrm_offloadIlan Tayari2017-08-021-0/+2
* xfrm: Auto-load xfrm offload modulesIlan Tayari2017-08-026-7/+19
* esp6: Fix RX checksum after header pullYossi Kuperman2017-08-021-0/+2
* xfrm6: Fix CHECKSUM_COMPLETE after IPv6 header pushYossi Kuperman2017-08-021-1/+3
* esp6: Support RX checksum with crypto offloadIlan Tayari2017-08-022-4/+14
* esp4: Support RX checksum with crypto offloadIlan Tayari2017-08-022-4/+14
* Merge branch 'dsa-rework-EEE-support'David S. Miller2017-08-0211-317/+49
|\
| * net: dsa: rename switch EEE opsVivien Didelot2017-08-025-26/+25
| * net: dsa: mv88e6xxx: remove EEE supportVivien Didelot2017-08-026-214/+4
| * net: dsa: remove PHY device argument from .set_eeeVivien Didelot2017-08-025-15/+5
| * net: dsa: call phy_init_eee in DSA layerVivien Didelot2017-08-025-44/+9
| * net: dsa: mv88e6xxx: call phy_init_eeeVivien Didelot2017-08-021-0/+6
| * net: dsa: bcm_sf2: remove unneeded supported flagsVivien Didelot2017-08-021-4/+0
| * net: dsa: qca8k: empty qca8k_get_eeeVivien Didelot2017-08-021-10/+2
| * net: dsa: qca8k: do not cache unneeded EEE fieldsVivien Didelot2017-08-021-10/+1
| * net: dsa: qca8k: enable EEE onceVivien Didelot2017-08-021-2/+3
| * net: dsa: qca8k: fix EEE initVivien Didelot2017-08-021-2/+2
| * net: dsa: PHY device is mandatory for EEEVivien Didelot2017-08-021-8/+10
|/
* Merge branch 'ravb-wol-magic-packet'David S. Miller2017-08-022-4/+129
|\
| * ravb: add workaround for clock when resuming with WoL enabledNiklas Söderlund2017-08-021-2/+25
| * ravb: add wake-on-lan support via magic packetNiklas Söderlund2017-08-022-4/+106
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-08-0218-57/+101
|\
| * Bluetooth: btusb: add ID for LiteOn 04ca:3016Brian Norris2017-08-011-0/+1
| * Bluetooth: hci_uart: Fix uninitialized alignment valueLoic Poulain2017-07-311-1/+1
| * Bluetooth: btrtl: Fix a error code in rtl_load_config()Dan Carpenter2017-07-281-0/+2
| * mrf24j40: Fix en error handling path in 'mrf24j40_probe()'Christophe JAILLET2017-07-251-1/+2
| * Bluetooth: hci_nokia: select BT_BCM for btbcm_set_bdaddr()Marcel Holtmann2017-07-241-0/+1
| * Bluetooth: btusb: Fix memory leak in play_deferredJeffy Chen2017-07-241-2/+17
| * Bluetooth: Style fix - align block commentsDerek Robson2017-07-229-20/+35
| * Bluetooth: btwilink: remove unnecessary static in bt_ti_probe()Gustavo A. R. Silva2017-07-201-1/+1
| * Bluetooth: hci_ll: Use new hci_uart_unregister_device() functionIan Molton2017-07-201-7/+1
| * Bluetooth: hci_nokia: Use new hci_uart_unregister_device() functionIan Molton2017-07-201-9/+1
| * Bluetooth: hci_serdev: Introduce hci_uart_unregister_device()Ian Molton2017-07-202-0/+14
| * Bluetooth: btusb: fix QCA Rome suspend/resumeLeif Liddy2017-07-201-0/+6
| * Bluetooth: hci_nokia: remove duplicate call to pm_runtime_disable()Ian Molton2017-07-201-2/+0
| * Bluetooth: hci_nokia: prevent crash on module removalIan Molton2017-07-201-1/+3
| * Bluetooth: btqca: Fixed a coding style errorJoan Jani2017-07-201-1/+1
| * Bluetooth: btusb: Add support of all Foxconn (105b) Broadcom devicesDmitry Tunin2017-07-201-1/+2
| * Bluetooth: hci_bcm: Make bcm_request_irq fail if no IRQ resourceLoic Poulain2017-07-201-14/+16
* | net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn2017-08-022-29/+95
* | Merge branch 'mediatek-next'David S. Miller2017-08-025-22/+215
|\ \
| * | MAINTAINERS: add Sean/Nelson as MediaTek ethernet maintainersSean Wang2017-08-021-1/+3
| * | net-next: mediatek: add support for MediaTek MT7622 SoCSean Wang2017-08-022-4/+117
| * | net-next: mediatek: add platform data to adapt into various hardwareSean Wang2017-08-023-16/+88
| * | dt-bindings: net: mediatek: add support for MediaTek MT7623 and MT7622 SoCSean Wang2017-08-021-3/+9
|/ /
* | Merge branch 'kzproxy-next'David S. Miller2017-08-0214-300/+623
|\ \
| * | strparser: Generalize strparserTom Herbert2017-08-025-287/+424
| * | skbuff: Function to send an skbuf on a socketTom Herbert2017-08-022-0/+104