aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-16net: dsa: sja1105: Advertise the 8 TX queuesVladimir Oltean2-2/+8
2019-09-16net: dsa: sja1105: Add static config tables for schedulingVladimir Oltean3-1/+222
2019-09-16net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean2-4/+10
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes4-44/+392
2019-09-16net: phylink: clarify where phylink should be usedRussell King1-1/+2
2019-09-16Merge branch 'bnxt_en-error-recovery-follow-up-patches'David S. Miller4-52/+156
2019-09-16bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.Vasundhara Volam2-5/+46
2019-09-16bnxt_en: Update firmware interface spec. to 1.10.0.100.Michael Chan1-43/+103
2019-09-16bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commandsVasundhara Volam2-1/+2
2019-09-16bnxt_en: Don't proceed in .ndo_set_rx_mode() when device is not in open state.Michael Chan1-3/+5
2019-09-16tcp: Add snd_wnd to TCP_INFOThomas Higdon2-0/+5
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon4-0/+7
2019-09-16net: mdio: switch to using gpiod_get_optional()Dmitry Torokhov1-13/+9
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller21-322/+260
2019-09-16bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich4-9/+22
2019-09-16xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen1-5/+12
2019-09-16Merge branch 'bpf-af-xdp-unaligned-fixes'Daniel Borkmann3-5/+5
2019-09-16samples/bpf: fix xdpsock l2fwd tx for unaligned modeCiara Loftus1-1/+1
2019-09-16ixgbe: fix xdp handle calculationsCiara Loftus1-2/+2
2019-09-16i40e: fix xdp handle calculationsCiara Loftus1-2/+2
2019-09-16selftests/bpf: add bpf-gcc supportIlya Leoshkevich3-23/+67
2019-09-16net: stmmac: socfpga: re-use the `interface` parameter from platform dataAlexandru Ardelean1-5/+10
2019-09-16Merge branch 'More-fixes-for-unlocked-cls-hardware-offload-API-refactoring'David S. Miller8-57/+116
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov3-20/+18
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov6-14/+58
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov2-33/+50
2019-09-16net/wan: dscc4: remove broken dscc4 driverDan Carpenter4-2078/+0
2019-09-16qed: fix spelling mistake "fullill" -> "fulfill"Colin Ian King1-1/+1
2019-09-16net: dsa: b53: Add support for port_egress_floods callbackFlorian Fainelli2-0/+35
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller159-1377/+1672
2019-09-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-4/+124
2019-09-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+2
2019-09-14Merge tag 'riscv/for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds3-14/+15
2019-09-14Revert "vhost: block speculation of translated descriptors"Michael S. Tsirkin1-4/+2
2019-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds67-289/+443
2019-09-14Merge tag 'mmc-v5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds7-29/+17
2019-09-14Merge tag 'drm-fixes-2019-09-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-8/+11
2019-09-14Merge tag 'wireless-drivers-next-for-davem-2019-09-14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller76-3570/+8505
2019-09-14Merge tag 'kvm-s390-master-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-masterPaolo Bonzini2-1/+13
2019-09-14KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson2-2/+101
2019-09-14KVM: x86: work around leak of uninitialized stack contentsFuqian Huang1-0/+7
2019-09-14KVM: nVMX: handle page fault in vmreadPaolo Bonzini1-1/+3
2019-09-13riscv: modify the Image header to improve compatibility with the ARM64 headerPaul Walmsley3-14/+15
2019-09-13Merge branch 'devlink-move-reload-fail-indication-to-devlink-core-and-expose-to-user'David S. Miller8-31/+106
2019-09-13net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko4-11/+30
2019-09-13net: devlink: split reload op into twoJiri Pirko5-16/+56
2019-09-13mlx4: Split restart_one into two functionsJiri Pirko3-7/+23
2019-09-13cdc_ether: fix rndis support for Mediatek based smartphonesBjørn Mork1-1/+9
2019-09-13Merge branch 'sctp_do_bind-leak'David S. Miller1-10/+11
2019-09-13sctp: destroy bucket if failed to bind addrMao Wenan1-4/+6