aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun1-1/+1
2019-02-19bpf/test_run: fix unkillable BPF_PROG_TEST_RUNStanislav Fomichev1-21/+24
2019-02-18libceph: handle an empty authorize replyIlya Dryomov1-6/+9
2019-02-18xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner2-3/+5
2019-02-17net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-17tcp: tcp_v4_err() should be more carefulEric Dumazet1-1/+4
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+1
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-13/+14
2019-02-16Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+38
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-2/+3
2019-02-16ipvs: fix warning on unused variableAndrea Claudi1-1/+2
2019-02-15net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2019-02-15net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi1-14/+20
2019-02-15sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew1-11/+38
2019-02-15netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso1-0/+3
2019-02-15mac80211: Restore vif beacon interval if start ap failsRakesh Pillai1-1/+5
2019-02-15mac80211: Free mpath object when rhashtable insertion failsHerbert Xu1-8/+9
2019-02-15mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu2-101/+43
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-02-13sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long1-1/+3
2019-02-13sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long1-0/+1
2019-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-8/+18
2019-02-13netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso1-1/+2
2019-02-12rpc: properly check debugfs dentry before using itGreg Kroah-Hartman1-1/+1
2019-02-12xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin1-1/+2
2019-02-12net_sched: fix two more memory leaks in cls_tcindexCong Wang1-9/+7
2019-02-12net_sched: fix a memory leak in cls_tcindexCong Wang1-16/+30
2019-02-12net_sched: fix a race condition in tcindex_destroy()Cong Wang1-7/+11
2019-02-12net/packet: fix 4gb buffer limit due to overflow checkKal Conley1-1/+1
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2-1/+10
2019-02-12batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet1-0/+2
2019-02-12ipv6: propagate genlmsg_reply return codeLi RongQing1-3/+1
2019-02-12Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller6-23/+52
2019-02-12xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel1-1/+2
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi3-6/+15
2019-02-12af_key: unconditionally clone on broadcastSean Tranchetti1-25/+15
2019-02-11tipc: fix link session and re-establish issuesTuong Lien3-5/+43
2019-02-11net: fix IPv6 prefix route residueZhiqiang Liu1-1/+2
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le1-1/+1
2019-02-12netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri1-1/+1
2019-02-11net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet1-4/+2
2019-02-11Documentation: bring operstate documentation up-to-dateJouke Witteveen1-1/+1
2019-02-11xsk: share the mmap_sem for page pinningDavidlohr Bueso1-4/+4
2019-02-11netfilter: nat: fix spurious connection timeoutsFlorian Westphal2-0/+2
2019-02-11netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn1-1/+6
2019-02-11mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer1-1/+3
2019-02-11cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg1-11/+24
2019-02-11cfg80211: pmsr: record netlink port IDJohannes Berg1-0/+1
2019-02-11nl80211: Fix FTM per burst maximum valueAviya Erenfeld1-1/+1
2019-02-11mac80211: call drv_ibss_join() on restartJohannes Berg1-1/+5