aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-23Merge branch 'net-Wformat-fixes'David S. Miller5-7/+8
2019-02-23veth: Fix -Wformat-truncationFlorian Fainelli1-1/+2
2019-02-23e1000e: Fix -Wformat-truncation warningsFlorian Fainelli1-2/+2
2019-02-23net: dsa: mv88e6xxx: Fix -Wformat-security warningsFlorian Fainelli2-2/+2
2019-02-23mlxsw: spectrum: Avoid -Wformat-truncation warningsFlorian Fainelli1-2/+2
2019-02-23bpfilter: re-add header search paths to tools include to fix build errorMasahiro Yamada1-0/+1
2019-02-23net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10GMaxime Chevallier1-1/+5
2019-02-23Merge tag 'powerpc-5.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-0/+4
2019-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-3/+14
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-34/+69
2019-02-22Merge branch 'fixes-v5.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-7/+5
2019-02-22Merge tag 'pm-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+2
2019-02-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds7-73/+96
2019-02-22Merge tag 'arc-5.0-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds14-73/+188
2019-02-23bpf, doc: add bpf list as secondary entry to maintainers fileDaniel Borkmann1-1/+13
2019-02-22Merge branch 'parisc-5.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-22/+32
2019-02-22Merge tag 'kbuild-fixes-v5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-3/+3
2019-02-22Merge branch 'udp-a-few-fixes'David S. Miller3-8/+12
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni1-2/+4
2019-02-22udpv6: fix possible user after free in error handlerPaolo Abeni1-4/+6
2019-02-22fou6: fix proto error handler argument typePaolo Abeni1-1/+1
2019-02-22udpv6: add the required annotation to mib typePaolo Abeni1-1/+1
2019-02-22mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0
2019-02-22Merge branch 'net-phy-at803x-Update-delays-for-RGMII-modes'David S. Miller1-13/+44
2019-02-22net: phy: at803x: disable delay only for RGMII modeVinod Koul1-11/+42
2019-02-22net: phy: at803x: don't inline helpersVinod Koul1-2/+2
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang13-29/+30
2019-02-22net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal1-1/+1
2019-02-22Merge branch 'bnxt_en-firmware-message-delay-fixes'David S. Miller2-3/+3
2019-02-22bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2-2/+2
2019-02-22bnxt_en: Fix typo in firmware message timeout logic.Michael Chan1-1/+1
2019-02-23Merge branch 'bpf-nfp-codegen-fixes'Daniel Borkmann1-11/+6
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang1-11/+6
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang1-1/+1
2019-02-22net/mlx5: Support ndo bridge_setlink and getlinkHuy Nguyen1-0/+59
2019-02-22net/mlx5: E-Switch, Add support for VEPA in legacy mode.Huy Nguyen2-21/+207
2019-02-22net/mlx5e: Fix mlx5e_tx_reporter_create return valueEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Fix return status of TX reporter timeout recoverEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha3-11/+16
2019-02-22net/mlx5e: Fix warn print in case of TX reporter creation failureEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Fix GRE key by controlling port tunnel entropy calculationEli Britstein7-5/+254
2019-02-22net/mlx5: Introduce tunnel entropy control in PCMR registerEli Britstein1-2/+10
2019-02-22net/mlx5: Use read-modify-write when changing PCMR register valuesEli Britstein1-0/+4
2019-02-22Merge tag 'wireless-drivers-next-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller478-10522/+8789
2019-02-22Merge branch 'AF_PACKET-transport_offset-fix'David S. Miller10-39/+56
2019-02-22net/mlx5e: Trust kernel regarding transport offsetMaxim Mikityanskiy1-4/+0
2019-02-22net/mlx5e: Remove the wrong assumption about transport offsetMaxim Mikityanskiy1-9/+2
2019-02-22net/packet: Remove redundant skb->protocol setMaxim Mikityanskiy1-11/+0
2019-02-22net/packet: Ask driver for protocol if not provided by userMaxim Mikityanskiy1-3/+12
2019-02-22net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy2-0/+14