aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-03ethtool: do not vzalloc(0) on registers dumpGravatar Stanislaw Gruszka 1-3/+6
2017-02-03ipv6: sr: remove cleanup flag and fix HMAC computationGravatar David Lebrun 3-38/+10
2017-02-02net: phy: Fix lack of reference count on PHY driverGravatar Mao Wenan 1-0/+7
2017-02-02Merge branch 'mlx4-queue-reinit'Gravatar David S. Miller 3-13/+29
2017-02-02mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Gravatar Martin KaFai Lau 3-7/+27
2017-02-02mlx4: Fix memory leak after mlx4_en_update_priv()Gravatar Martin KaFai Lau 1-6/+2
2017-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 47-370/+555
2017-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-2/+37
2017-02-01tcp: fix 0 divide in __tcp_select_window()Gravatar Eric Dumazet 1-2/+4
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Gravatar Dan Carpenter 1-1/+1
2017-02-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-46/+43
2017-02-01Merge tag 'dmaengine-fix-4.10-rc7' of git://git.infradead.org/users/vkoul/sla...Gravatar Linus Torvalds 2-36/+52
2017-02-01net: fix ndo_features_check/ndo_fix_features comment orderingGravatar Dimitris Michailidis 1-14/+15
2017-02-01net/sched: matchall: Fix configuration raceGravatar Yotam Gigi 1-82/+45
2017-02-01Merge tag 'pinctrl-v4.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-10/+25
2017-02-01be2net: fix initial MAC settingGravatar Ivan Vecera 1-5/+28
2017-01-31Merge tag 'trace-4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-3/+5
2017-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-3/+3
2017-01-31Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+5
2017-01-31Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2017-01-31Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+7
2017-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 5-30/+32
2017-01-31Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-0/+1
2017-01-31fscache: Fix dead object requeueGravatar David Howells 2-2/+25
2017-01-31fscache: Clear outstanding writes when disabling a cookieGravatar David Howells 2-0/+11
2017-01-31FS-Cache: Initialise stores_lock in netfs cookieGravatar David Howells 1-0/+1
2017-01-31ipv6: fix flow labels when the traffic class is non-0Gravatar Dimitris Michailidis 1-0/+5
2017-01-31net: thunderx: avoid dereferencing xcv when NULLGravatar Vincent 1-2/+1
2017-01-31tracing: Fix hwlat kthread migrationGravatar Steven Rostedt (VMware) 1-3/+5
2017-01-31HID: cp2112: fix gpio-callback error handlingGravatar Johan Hovold 1-1/+1
2017-01-31HID: cp2112: fix sleep-while-atomicGravatar Johan Hovold 1-15/+11
2017-01-31Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wakeGravatar Christophe JAILLET 1-2/+2
2017-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 4-8/+81
2017-01-30Merge branch 'sparc64-non-resumable-user-error-recovery'Gravatar David S. Miller 2-1/+74
2017-01-30sparc64: Handle PIO & MEM non-resumable errors.Gravatar Liam R. Howlett 1-0/+73
2017-01-30sparc64: Zero pages on allocation for mondo and error queues.Gravatar Liam R. Howlett 1-1/+1
2017-01-30net/sched: cls_flower: Correct matching on ICMPv6 codeGravatar Simon Horman 1-2/+2
2017-01-30Merge tag 'linux-can-fixes-for-4.10-20170130' of git://git.kernel.org/pub/scm...Gravatar David S. Miller 1-7/+16
2017-01-30Merge tag 'rtc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Gravatar Linus Torvalds 2-3/+14
2017-01-30ipv6: Paritially checksum full MTU framesGravatar Vlad Yasevich 1-1/+1
2017-01-30net/mlx4_core: Avoid command timeouts during VF driver device shutdownGravatar Jack Morgenstein 3-1/+14
2017-01-30Merge tag 'mlx5-fixes-2017-01-27' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar David S. Miller 15-157/+181
2017-01-30Merge tag 'wireless-drivers-for-davem-2017-01-29' of git://git.kernel.org/pub...Gravatar David S. Miller 7-17/+22
2017-01-30gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_pageGravatar Arseny Solokha 1-2/+2
2017-01-30net: ethtool: add support for 2500BaseT and 5000BaseT link modesGravatar Pavel Belous 1-1/+3
2017-01-30pinctrl: baytrail: Add missing spinlock usage in byt_gpio_irq_handlerGravatar Alexander Stein 1-0/+2
2017-01-30pinctrl: baytrail: Debounce register is one per communityGravatar Andy Shevchenko 1-3/+10
2017-01-30pinctrl: baytrail: Rectify debounce support (part 2)Gravatar Andy Shevchenko 1-4/+8
2017-01-30can: bcm: fix hrtimer/tasklet termination in bcm op removalGravatar Oliver Hartkopp 1-7/+16
2017-01-30pinctrl: intel: merrifield: Add missed check in mrfld_config_set()Gravatar Andy Shevchenko 1-0/+3