summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | w90p910_ether: include linux/interrupt.hArnd Bergmann2017-09-121-0/+1
| * | net: bonding: fix tlb_dynamic_lb default valueNikolay Aleksandrov2017-09-121-10/+7
| * | ip6_tunnel: fix ip6 tunnel lookup in collect_md modeHaishuang Yan2017-09-121-1/+1
| * | ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan2017-09-121-1/+1
| * | mlxsw: spectrum: Prevent mirred-related crash on removalYuval Mintz2017-09-121-10/+9
| * | Merge branch 'net_sched-fix-filter-chain-reference-counting'David S. Miller2017-09-123-34/+48
| |\ \
| | * | net_sched: carefully handle tcf_block_put()Cong Wang2017-09-121-6/+18
| | * | net_sched: fix reference counting of tc filter chainCong Wang2017-09-121-21/+26
| | * | net_sched: get rid of tcfa_rcuCong Wang2017-09-122-11/+8
| |/ /
| * | tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet2017-09-121-1/+1
| * | openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET2017-09-121-1/+2
| * | smsc95xx: Configure pause time to 0xffff when tx flow control enabledNisar Sayed2017-09-121-6/+5
| * | net/sched: fix pointer check in gen_handleJosh Hunt2017-09-111-1/+1
| * | ipv6: sr: remove duplicate routing header type checkDavid Lebrun2017-09-111-4/+0
| * | xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer2017-09-112-14/+28
| * | perf/bpf: fix a clang compilation issueYonghong Song2017-09-112-1/+3
| * | net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa2017-09-111-0/+3
| * | hv_netvsc: avoid unnecessary wakeups on subchannel creationStephen Hemminger2017-09-111-2/+2
| * | hv_netvsc: fix deadlock on hotplugStephen Hemminger2017-09-114-45/+94
| * | mlxsw: spectrum: Fix EEPROM access in case of SFP/SFP+Arkadi Sharshevsky2017-09-111-2/+17
| * | net: qualcomm: rmnet: Fix a double freeDan Carpenter2017-09-091-6/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-09-1612-11/+380
|\ \ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2017-09-1512-11/+380
| |\ \ \
| | * | | Input: i8042 - add Gigabyte P57 to the keyboard reset tableKai-Heng Feng2017-09-151-0/+7
| | * | | Input: xpad - validate USB endpoint type during probeCameron Gutman2017-09-121-4/+6
| | * | | Input: ucb1400_ts - fix suspend and resume handlingDmitry Torokhov2017-09-111-2/+2
| | * | | Input: edt-ft5x06 - fix access to non-existing registerLuca Ceresoli2017-09-111-1/+2
| | * | | Input: elantech - make arrays debounce_packet static, reduces object code sizeColin Ian King2017-09-111-2/+6
| | * | | Input: surface3_spi - make const array header static, reduces object code sizeColin Ian King2017-09-111-1/+1
| | * | | Input: goodix - add support for capacitive home buttonSergei A. Trusov2017-09-111-0/+9
| | * | | Input: add a driver for PWM controllable vibratorsSebastian Reichel2017-09-044-0/+346
| | * | | Input: adi - make array seq static, reduces object code sizeColin Ian King2017-09-041-1/+1
* | | | | firmware: Restore support for built-in firmwareMarkus Trippelsdorf2017-09-164-5/+71
* | | | | Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-15205-3427/+6399
|\ \ \ \ \
| * \ \ \ \ Merge tag 'spi-falcon-no-board-check' of git://git.kernel.org/pub/scm/linux/k...Ralf Baechle2017-09-061-5/+0
| |\ \ \ \ \
| * | | | | | MIPS: Refactor handling of stack pointer in get_frame_infoMatt Redfearn2017-09-061-31/+30
| * | | | | | MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn2017-09-061-9/+7
| * | | | | | MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn2017-09-062-2/+2
| * | | | | | MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn2017-09-061-3/+7
| * | | | | | MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn2017-09-061-1/+1
| * | | | | | MIPS: Handle non word sized instructions when examining frameMatt Redfearn2017-09-061-3/+6
| * | | | | | MIPS: ralink: allow NULL clock for clk_get_rateJonas Gorski2017-09-061-0/+3
| * | | | | | MIPS: Loongson 2F: allow NULL clock for clk_get_rateJonas Gorski2017-09-061-0/+3
| * | | | | | MIPS: BCM63XX: allow NULL clock for clk_get_rateJonas Gorski2017-09-061-0/+3
| * | | | | | MIPS: AR7: allow NULL clock for clk_get_rateJonas Gorski2017-09-061-0/+3
| * | | | | | MIPS: BCM63XX: fix ENETDMA_6345_MAXBURST_REG offsetJonas Gorski2017-09-061-1/+1
| * | | | | | mips: Save all registers when saving the frameCorey Minyard2017-09-061-14/+50
| * | | | | | MIPS: Add DWARF unwinding to assemblyCorey Minyard2017-09-066-117/+151
| * | | | | | MIPS: Make SAVE_SOME more standardCorey Minyard2017-09-061-14/+37
| * | | | | | MIPS: Fix issues in backtracesCorey Minyard2017-09-061-3/+19