summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-06virtio_net: Don't call free_old_xmit_skbs for xdp_framesToshiaki Makita1-16/+33
2019-02-06virtio_net: Don't enable NAPI when interface is downToshiaki Makita1-2/+4
2019-02-06net: tls: Save iv in tls_rec for async crypto requestsDave Watson2-1/+5
2019-02-06net: tls: Fix deadlock in free_resources txDave Watson1-0/+2
2019-02-06sctp: set flow sport from saddr only when it's 0Xin Long2-2/+4
2019-02-06sctp: set chunk transport correctly when it's a new asocXin Long1-3/+8
2019-02-06Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager"Bodong Wang1-2/+2
2019-02-06ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan1-4/+3
2019-02-06net/mlx5e: Allow MAC invalidation while spoofchk is ONAya Levin1-12/+6
2019-02-06sctp: improve the events for sctp stream addingXin Long1-11/+8
2019-02-06net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-02-06vhost: fix OOB in get_rx_bufs()Jason Wang5-7/+11
2019-02-06ucc_geth: Reset BQL queue when stopping deviceMathias Thore1-0/+2
2019-02-06tun: move the call to tun_set_real_num_queuesGeorge Amanakis1-2/+1
2019-02-06sctp: improve the events for sctp stream resetXin Long1-22/+17
2019-02-06ravb: expand rx descriptor data to accommodate hw checksumSimon Horman1-5/+7
2019-02-06net: set default network namespace in init_dummy_netdev()Josh Elsasser1-0/+3
2019-02-06net/rose: fix NULL ax25_cb kernel panicBernard Pidoux1-0/+5
2019-02-06netrom: switch to sock timer APICong Wang1-10/+10
2019-02-06net/mlx4_core: Add masking for a few queries on HCA capsAya Levin1-29/+46
2019-02-06net/ipv6: don't return positive numbers when nothing was dumpedJakub Kicinski1-0/+2
2019-02-06net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi3-13/+17
2019-02-06net: ip_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-02-06l2tp: fix reading optional fields of L2TPv3Jacob Wen4-0/+30
2019-02-06l2tp: copy 4 more bytes to linear part if necessaryJacob Wen1-3/+2
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann3-4/+13
2019-02-06ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru1-0/+2
2019-02-06drm/msm/gpu: fix building without debugfsArnd Bergmann1-1/+1
2019-01-31Linux 4.20.6v4.20.6Greg Kroah-Hartman1-1/+1
2019-01-31Input: input_event - fix the CONFIG_SPARC64 mixupDeepa Dinamani1-1/+1
2019-01-31ide: fix a typo in the settings proc file nameChristoph Hellwig1-1/+1
2019-01-31mt76x0: phy: unify calibration between mt76x0u and mt76x0eLorenzo Bianconi4-100/+6
2019-01-31mt76x0: antenna select correctionsStanislaw Gruszka2-18/+44
2019-01-31mt76x0: do not perform MCU calibration for MT7630Stanislaw Gruszka2-0/+8
2019-01-31mt76x02: assure we update gain after scanStanislaw Gruszka2-2/+6
2019-01-31mt76x02: run calibration after scanningStanislaw Gruszka5-1/+9
2019-01-31mt76x0: use band parameter for LC calibrationStanislaw Gruszka1-2/+3
2019-01-31mt76x0: do not overwrite other MT_BBP(AGC, 8) fieldsStanislaw Gruszka1-3/+1
2019-01-31usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanupJack Pham1-0/+2
2019-01-31Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko1-12/+0
2019-01-31vmbus: fix subchannel removalDexuan Cui1-8/+1
2019-01-31Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()Dexuan Cui3-62/+0
2019-01-31bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann1-2/+15
2019-01-31bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann2-13/+49
2019-01-31bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2-6/+189
2019-01-31bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann1-1/+5
2019-01-31bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann1-1/+8
2019-01-31bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann1-22/+41
2019-01-31bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann1-0/+11
2019-01-31bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2-6/+21