summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-02-03Merge branch 'vsock-virtio-hot-unplug'David S. Miller
2019-02-03vsock/virtio: reset connected sockets on device removalStefano Garzarella
2019-02-03vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella
2019-02-02Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-01dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet
2019-02-01Merge branch 'smc-fixes'David S. Miller
2019-02-01net/smc: fix use of variable in cleared areaKarsten Graul
2019-02-01net/smc: use device link provided in qp_contextKarsten Graul
2019-02-01net/smc: call smc_cdc_msg_send() under send_lockKarsten Graul
2019-02-01net/smc: do not wait under send_lockKarsten Graul
2019-02-01net/smc: recvmsg and splice_read should return 0 after shutdownKarsten Graul
2019-02-01net/smc: don't wait for send buffer space when data was already sentKarsten Graul
2019-02-01net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul
2019-02-01net/smc: allow 16 byte pnetids in netlink policyHans Wippel
2019-02-01net/smc: fix another sizeof to int comparisonUrsula Braun
2019-02-01enic: fix checksum validation for IPv6Govindarajulu Varadarajan
2019-02-01sctp: walk the list of asoc safelyGreg Kroah-Hartman
2019-02-01Merge tag 'batadv-net-for-davem-20190201' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2019-02-01Merge tag 'mac80211-for-davem-2019-02-01' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-02-01skge: potential memory corruption in skge_get_regs()Dan Carpenter
2019-02-01cfg80211: call disconnect_wk when AP stopsJohannes Berg
2019-02-01mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau
2019-01-31Merge branch 'bpf-lockdep-fixes'Daniel Borkmann
2019-01-31bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau
2019-01-31bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov
2019-01-31bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov
2019-01-31bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis
2019-01-31bnxt_en: Disable interrupts when allocating CP rings or NQs.Michael Chan
2019-01-31Merge branch 'ieee802154-for-davem-2019-01-31' of git://git.kernel.org/pub/sc...David S. Miller
2019-01-31rds: fix refcount bug in rds_sock_addrefEric Dumazet
2019-01-31lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche
2019-01-31l2tp: copy 4 more bytes to linear part if necessaryJacob Wen
2019-01-31ath10k: correct bus type for WCN3990Brian Norris
2019-01-31mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi
2019-01-31ieee802154: mcr20a: fix indentation, remove tabsColin Ian King
2019-01-30Merge branch 'stmmac-fixes'David S. Miller
2019-01-30net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu
2019-01-30net: stmmac: Send TSO packets always from Queue 0Jose Abreu
2019-01-30net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu
2019-01-30ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann
2019-01-30l2tp: fix reading optional fields of L2TPv3Jacob Wen
2019-01-30tun: move the call to tun_set_real_num_queuesGeorge Amanakis
2019-01-30ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru
2019-01-30Merge branch 'virtio_net-Fix-problems-around-XDP-tx-and-napi_tx'David S. Miller
2019-01-30virtio_net: Differentiate sk_buff and xdp_frame on freeingToshiaki Makita
2019-01-30virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqsToshiaki Makita
2019-01-30virtio_net: Don't process redirected XDP frames when XDP is disabledToshiaki Makita
2019-01-30virtio_net: Fix out of bounds access of sqToshiaki Makita