aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-01net/smc: don't wait for send buffer space when data was already sentKarsten Graul1-4/+3
2019-02-01net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul1-0/+4
2019-02-01net/smc: allow 16 byte pnetids in netlink policyHans Wippel1-1/+1
2019-02-01net/smc: fix another sizeof to int comparisonUrsula Braun1-1/+1
2019-02-01enic: fix checksum validation for IPv6Govindarajulu Varadarajan1-1/+2
2019-02-01sctp: walk the list of asoc safelyGreg Kroah-Hartman1-2/+2
2019-02-01Merge tag 'batadv-net-for-davem-20190201' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-2/+8
2019-02-01Merge tag 'mac80211-for-davem-2019-02-01' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller4-4/+14
2019-02-01skge: potential memory corruption in skge_get_regs()Dan Carpenter1-2/+4
2019-02-01cfg80211: call disconnect_wk when AP stopsJohannes Berg3-1/+5
2019-02-01mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau1-3/+9
2019-01-31Merge branch 'bpf-lockdep-fixes'Daniel Borkmann5-28/+47
2019-01-31bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau1-2/+10
2019-01-31bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov1-12/+2
2019-01-31bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov3-14/+35
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov2-4/+19
2019-01-31bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis1-10/+20
2019-01-31bnxt_en: Disable interrupts when allocating CP rings or NQs.Michael Chan1-1/+7
2019-01-31Merge branch 'ieee802154-for-davem-2019-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpanDavid S. Miller1-3/+3
2019-01-31rds: fix refcount bug in rds_sock_addrefEric Dumazet1-3/+3
2019-01-31lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche1-8/+15
2019-01-31l2tp: copy 4 more bytes to linear part if necessaryJacob Wen1-3/+2
2019-01-31ath10k: correct bus type for WCN3990Brian Norris1-1/+1
2019-01-31mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi3-27/+25
2019-01-31ieee802154: mcr20a: fix indentation, remove tabsColin Ian King1-3/+3
2019-01-30Merge branch 'stmmac-fixes'David S. Miller3-8/+24
2019-01-30net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu1-3/+3
2019-01-30net: stmmac: Send TSO packets always from Queue 0Jose Abreu1-1/+10
2019-01-30net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu2-4/+11
2019-01-30ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann3-4/+13
2019-01-30l2tp: fix reading optional fields of L2TPv3Jacob Wen4-0/+30
2019-01-30tun: move the call to tun_set_real_num_queuesGeorge Amanakis1-2/+1
2019-01-30ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru1-0/+2
2019-01-30Merge branch 'virtio_net-Fix-problems-around-XDP-tx-and-napi_tx'David S. Miller1-47/+112
2019-01-30virtio_net: Differentiate sk_buff and xdp_frame on freeingToshiaki Makita1-12/+42
2019-01-30virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqsToshiaki Makita1-1/+1
2019-01-30virtio_net: Don't process redirected XDP frames when XDP is disabledToshiaki Makita1-7/+26
2019-01-30virtio_net: Fix out of bounds access of sqToshiaki Makita1-10/+7
2019-01-30virtio_net: Fix not restoring real_num_rx_queuesToshiaki Makita1-1/+1
2019-01-30virtio_net: Don't call free_old_xmit_skbs for xdp_framesToshiaki Makita1-16/+33
2019-01-30virtio_net: Don't enable NAPI when interface is downToshiaki Makita1-2/+4
2019-01-30Merge branch 'erspan-always-reports-output-key-to-userspace'David S. Miller2-2/+12
2019-01-30net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-01-30net: ip_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-01-30ucc_geth: Reset BQL queue when stopping deviceMathias Thore1-0/+2
2019-01-30Merge branch 'net-various-compat-ioctl-fixes'David S. Miller1-19/+63
2019-01-30net: socket: make bond ioctls go through compat_ifreq_ioctl()Johannes Berg1-4/+4
2019-01-30net: socket: fix SIOCGIFNAME in compatJohannes Berg1-1/+2
2019-01-30Revert "kill dev_ifsioc()"Johannes Berg1-0/+49
2019-01-30Revert "socket: fix struct ifreq size in compat ioctl"Johannes Berg1-14/+8