aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-26tools: tc-testing: Fix indentationBrenda J. Butler1-2/+2
2018-02-26sfc: falcon: remove duplicated bit-wise or of LOOPBACK_SGMIIColin Ian King1-1/+0
2018-02-26mlxsw: spectrum_kvdl: avoid uninitialized variable warningArnd Bergmann1-0/+2
2018-02-26mlxsw: spectrum_kvdl: use div_u64() for 64-bit divisionArnd Bergmann1-1/+1
2018-02-26ixgbe: remove redundant initialization of 'pool'Colin Ian King1-1/+0
2018-02-26arm: mvebu: 370-rd: Enable PHY interrupt handlingAndrew Lunn1-0/+32
2018-02-26net: dsa: mv88e6xxx: Poll when no interrupt definedAndrew Lunn2-43/+106
2018-02-26mlxsw: spectrum_switchdev: Allow port enslavement to a VLAN-unaware bridgeIdo Schimmel1-7/+5
2018-02-26samples/bpf: Add program for CPU state statisticsLeo Yan3-0/+504
2018-02-23bpf: add various jit test casesDaniel Borkmann1-0/+89
2018-02-23bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann1-12/+16
2018-02-23bpf, x64: save few bytes when mul is in alu32Daniel Borkmann1-15/+28
2018-02-23bpf, x64: save several bytes when mul dest is r0/r3 anywayDaniel Borkmann1-10/+11
2018-02-23bpf, x64: save several bytes by using mov over movabsq when possibleDaniel Borkmann1-51/+74
2018-02-23bpf, x64: save one byte per shl/shr/sar when imm is 1Daniel Borkmann1-1/+5
2018-02-23net: fib_rules: Add new attribute to set protocolDonald Sharp4-8/+20
2018-02-23IB/mlx5: Disable self loopback check when in switchdev modeMark Bloch1-0/+8
2018-02-23net/mlx5: E-Switch, Reload IB interface when switching devlink modesMark Bloch4-17/+26
2018-02-23IB/mlx5: Add proper representors supportMark Bloch4-30/+192
2018-02-23IB/mlx5: E-Switch, Add rule to forward traffic to vportMark Bloch4-0/+45
2018-02-23IB/mlx5: Don't expose MR cache in switchdev modeMark Bloch1-2/+3
2018-02-23IB/mlx5: When in switchdev mode, expose only raw packet capabilitiesMark Bloch2-30/+124
2018-02-23IB/mlx5: Listen to netdev register/unresiter events in switchdev modeMark Bloch2-3/+20
2018-02-23IB/mlx5: Add match on vport when in switchdev modeMark Bloch1-0/+12
2018-02-23IB/mlx5: Allocate flow DB only on PF IB deviceMark Bloch2-14/+34
2018-02-23IB/mlx5: Add basic regiser/unregister representors codeMark Bloch5-0/+169
2018-02-23net/mlx5: E-Switch, Add definition of IB representorMark Bloch1-0/+1
2018-02-23net/mlx5: E-Switch, Optimize HW steering tables in switchdev modeMark Bloch2-7/+44
2018-02-23net/mlx5: E-Switch, Increase number of FTEs in FDB in switchdev modeMark Bloch1-2/+3
2018-02-23net/mlx5: E-Switch, Move representors definition to a global scopeMark Bloch6-49/+82
2018-02-23net/mlx5: E-Switch, Add callback to get representor deviceMark Bloch3-0/+40
2018-02-23selftests/net: ignore background traffic in psock_fanoutWillem de Bruijn3-8/+51
2018-02-23atm: idt77252: remove redundant bit-wise or'ing of zeroColin Ian King1-8/+4
2018-02-23net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet1-0/+1
2018-02-23rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifierSowmini Varadhan1-1/+2
2018-02-23r8169: simplify and improve check for dashHeiner Kallweit1-30/+9
2018-02-23r8169: disable WOL per defaultHeiner Kallweit1-2/+3
2018-02-23gianfar: simplify FCS handling and fix memory leakAndy Spencer1-16/+7
2018-02-23ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann1-1/+1
2018-02-23macvlan: fix use-after-free in macvlan_common_newlink()Alexey Kodanev1-1/+1
2018-02-23bpf: NULL pointer check is not needed in BPF_CGROUP_RUN_PROG_INET_SOCKYafang Shao1-1/+1
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand3-2/+7
2018-02-22integrity/security: fix digsig.c build error with header fileRandy Dunlap1-0/+1
2018-02-22MIPS: boot: Define __ASSEMBLY__ for its.S buildKees Cook1-0/+1
2018-02-22bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2-2/+29
2018-02-22bpf, x64: implement retpoline for tail callDaniel Borkmann2-4/+42
2018-02-22fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap1-3/+12
2018-02-22rxrpc: Fix send in rxrpc_send_data_packet()David Howells1-1/+1
2018-02-22dsa: ptp: mark dummy helpers as 'inline'Arnd Bergmann2-6/+6
2018-02-22net: aquantia: Fix error handling in aq_pci_probe()Dan Carpenter1-4/+10