aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-31ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl1-1/+3
2018-10-31i40e: Update status codesMitch Williams2-4/+10
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher8-13/+30
2018-10-31fm10k: bump driver version to match out-of-tree releaseJacob Keller1-1/+1
2018-10-31fm10k: add missing device IDs to the upstream driverJacob Keller2-0/+4
2018-10-31fm10k: ensure completer aborts are marked as non-fatal after a resumeJacob Keller1-20/+28
2018-10-31fm10k: fix SM mailbox full conditionNgai-Mint Kwan1-1/+2
2018-10-31igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-1/+7
2018-10-30net: mvpp2: Fix affinity hint allocationMarc Zyngier2-4/+15
2018-10-30net/mlx4_en: add a missing <net/ip.h> includeEric Dumazet1-0/+1
2018-10-29rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-10-29sctp: check policy more carefully when getting pr statusXin Long1-3/+5
2018-10-29sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long1-3/+7
2018-10-29Merge branch 'mlxsw-Couple-of-fixes'David S. Miller2-9/+17
2018-10-29mlxsw: core: Fix devlink unregister flowShalom Toledo1-7/+17
2018-10-29mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACsPetr Machata1-2/+0
2018-10-29hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4Nathan Chancellor2-2/+2
2018-10-29Documentation: ip-sysctl.txt: Document tcp_fwmark_acceptLorenzo Colitti1-0/+11
2018-10-29bonding: fix length of actor systemTobias Jungel1-2/+1
2018-10-29ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu2-18/+39
2018-10-29Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds36-659/+567
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds129-785/+7174
2018-10-29Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds9-45/+79
2018-10-29Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds509-6220/+29079
2018-10-29Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-11/+7
2018-10-29Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds27-320/+450
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds578-4590/+14612
2018-10-29MAINTAINERS: add maintainer for Renesas RIIC driverChris Brandt1-0/+6
2018-10-29i2c: sh_mobile: Remove dummy runtime PM callbacksJarkko Nikula1-18/+0
2018-10-29i2c: uniphier-f: fix race condition when IRQ is clearedMasahiro Yamada1-5/+6
2018-10-29i2c: uniphier-f: fix occasional timeout errorMasahiro Yamada1-8/+25
2018-10-29i2c: uniphier-f: make driver robust against concurrencyMasahiro Yamada1-1/+16
2018-10-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.20-fixedWolfram Sang3-3/+3
2018-10-29HID: input: simplify/fix high-res scroll event handlingLinus Torvalds1-22/+21
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds43-380/+977
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds485-16309/+44060
2018-10-29Merge tag 'mailbox-v4.20' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds6-9/+14
2018-10-29Merge tag 'filesystems_for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds6-107/+85
2018-10-29Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds13-122/+267
2018-10-29Merge tag '9p-for-4.20' of git://github.com/martinetd/linuxLinus Torvalds16-551/+482
2018-10-29Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-1/+1
2018-10-29Merge tag 'm68k-for-v4.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds2-10/+0
2018-10-29Merge tag 'csky-for-linus-4.20' of https://github.com/c-sky/csky-linuxLinus Torvalds136-0/+11238
2018-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-63/+155
2018-10-28net: diag: document swapped src/dst in udp_dump_one.Lorenzo Colitti1-0/+1
2018-10-28Merge branch 'macsec-fixes'David S. Miller1-3/+17
2018-10-28macsec: let the administrator set UP state even if lowerdev is downSabrina Dubroca1-3/+0
2018-10-28macsec: update operstate when lower device changesSabrina Dubroca1-0/+17
2018-10-28net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2018-10-28ptp: drop redundant kasprintf() to create worker nameRasmus Villemoes1-5/+1