summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-02-21ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni
2019-02-21Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-02-21Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel
2019-02-20missing barriers in some of unix_sock ->addr and ->path accessesAl Viro
2019-02-20net: dsa: fix unintended change of bridge interface STP stateRussell King
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun
2019-02-19bpf/test_run: fix unkillable BPF_PROG_TEST_RUNStanislav Fomichev
2019-02-18libceph: handle an empty authorize replyIlya Dryomov
2019-02-18xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner
2019-02-17net: Do not allocate page fragments that are not skb alignedAlexander Duyck
2019-02-17tcp: tcp_v4_err() should be more carefulEric Dumazet
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-16Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-02-16ipvs: fix warning on unused variableAndrea Claudi
2019-02-15net: Fix for_each_netdev_feature on Big endianHauke Mehrtens
2019-02-15net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi
2019-02-15sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew
2019-02-15netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso
2019-02-15mac80211: Restore vif beacon interval if start ap failsRakesh Pillai
2019-02-15mac80211: Free mpath object when rhashtable insertion failsHerbert Xu
2019-02-15mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-02-13sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long
2019-02-13sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long
2019-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-02-13netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso
2019-02-12rpc: properly check debugfs dentry before using itGreg Kroah-Hartman
2019-02-12xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin
2019-02-12net_sched: fix two more memory leaks in cls_tcindexCong Wang
2019-02-12net_sched: fix a memory leak in cls_tcindexCong Wang
2019-02-12net_sched: fix a race condition in tcindex_destroy()Cong Wang
2019-02-12net/packet: fix 4gb buffer limit due to overflow checkKal Conley
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2019-02-12batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet
2019-02-12ipv6: propagate genlmsg_reply return codeLi RongQing
2019-02-12Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-02-12xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi
2019-02-12af_key: unconditionally clone on broadcastSean Tranchetti
2019-02-11tipc: fix link session and re-establish issuesTuong Lien
2019-02-11net: fix IPv6 prefix route residueZhiqiang Liu
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le
2019-02-12netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri
2019-02-11net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet
2019-02-11Documentation: bring operstate documentation up-to-dateJouke Witteveen
2019-02-11xsk: share the mmap_sem for page pinningDavidlohr Bueso