summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang2018-04-071-0/+1
* net: phy: marvell: Enable interrupt function on LED2 pinEsben Haabendal2018-04-061-2/+18
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-04-062-3/+5
|\
| * ice: Bug fixes in ethtool codeAnirudh Venkataramanan2018-04-061-2/+2
| * ice: Fix error return code in ice_init_hw()Wei Yongjun2018-04-061-1/+3
|/
* net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti2018-04-051-4/+8
* net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-051-2/+5
* Merge branch 'hv_netvsc-Fix-shutdown-issues-on-older-Windows-hosts'David S. Miller2018-04-051-16/+44
|\
| * hv_netvsc: Pass net_device parameter to revoke and teardown functionsMohammed Gamal2018-04-051-19/+18
| * hv_netvsc: Ensure correct teardown message sequence orderMohammed Gamal2018-04-051-6/+13
| * hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()Mohammed Gamal2018-04-051-12/+34
| * hv_netvsc: Use Windows version instead of NVSP version on GPAD teardownMohammed Gamal2018-04-051-2/+2
|/
* net: mvpp2: Fix parser entry init boundary checkMaxime Chevallier2018-04-051-1/+1
* arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines2018-04-051-1/+1
* Merge branch 'net-tunnel-name-validate'David S. Miller2018-04-056-18/+29
|\
| * vti6: better validate user provided tunnel namesEric Dumazet2018-04-051-2/+5
| * ip6_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-4/+7
| * ip6_gre: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
| * ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
| * ip_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-5/+6
| * net: fool proof dev_valid_name()Eric Dumazet2018-04-051-1/+1
|/
* Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-04141-1207/+3377
|\
| * Merge tag 'stm-intel_th-for-greg-20180329' of git://git.kernel.org/pub/scm/li...Greg Kroah-Hartman2018-03-2927-200/+172
| |\
| | * hwtracing: Add HW tracing support menuRandy Dunlap2018-03-292-3/+8
| | * intel_th: Add ACPI glue layerAlexander Shishkin2018-03-283-0/+94
| | * intel_th: Allow forcing host mode through drvdataAlexander Shishkin2018-03-282-3/+7
| | * intel_th: Pick up irq number from resourcesAlexander Shishkin2018-03-281-1/+8
| | * intel_th: Don't touch switch routing in host modeAlexander Shishkin2018-03-281-0/+4
| | * intel_th: Use correct method of finding hubAlexander Shishkin2018-03-281-1/+1
| | * intel_th: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin2018-03-2813-117/+13
| | * stm class: Make dummy's master/channel ranges configurableAlexander Shishkin2018-03-282-3/+25
| | * stm class: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin2018-03-288-72/+7
| | * MAINTAINERS: Bestow upon myself the care for drivers/hwtracingAlexander Shishkin2018-03-281-0/+5
| * | hv: add SPDX license id to KconfigStephen Hemminger2018-03-281-0/+2
| * | hv: add SPDX license to traceStephen Hemminger2018-03-282-0/+4
| * | Drivers: hv: vmbus: do not mark HV_PCIE as perf_deviceDexuan Cui2018-03-281-1/+1
| * | Drivers: hv: vmbus: respect what we get from hv_get_synint_state()Dexuan Cui2018-03-281-1/+0
| * | /dev/mem: Avoid overwriting "err" in read_mem()Kees Cook2018-03-281-3/+3
| * | Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman2018-03-28769-5298/+8044
| |\ \
| * | | eeprom: at24: use SPDX identifier instead of GPL boiler-plateBartosz Golaszewski2018-03-231-5/+2
| * | | eeprom: at24: simplify the i2c functionality checkingBartosz Golaszewski2018-03-231-5/+7
| * | | eeprom: at24: fix a line breakBartosz Golaszewski2018-03-231-2/+2
| * | | eeprom: at24: tweak newlinesBartosz Golaszewski2018-03-231-1/+1
| * | | eeprom: at24: refactor at24_probe()Bartosz Golaszewski2018-03-231-16/+18
| * | | eeprom: at24: remove at24_platform_data from at24_dataBartosz Golaszewski2018-03-231-9/+13
| * | | eeprom: at24: move platform data processing into a separate routineBartosz Golaszewski2018-03-231-30/+40
| * | | eeprom: at24: switch to using probe_new() from the i2c frameworkBartosz Golaszewski2018-03-231-2/+5
| * | | eeprom: at24: provide and use at24_base_client_dev()Bartosz Golaszewski2018-03-231-2/+7
| * | | eeprom: at24: readability tweak in at24_probe()Bartosz Golaszewski2018-03-231-2/+3
| * | | eeprom: at24: use a helper variable for devBartosz Golaszewski2018-03-231-25/+23