summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi2019-02-221-0/+3
* sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien2019-02-221-1/+2
* phonet: fix building with clangArnd Bergmann2019-02-211-16/+16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-02-218-44/+44
|\
| * xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner2019-02-182-3/+5
| * af_key: unconditionally clone on broadcastSean Tranchetti2019-02-121-25/+15
| * xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-02-054-14/+22
| * esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-01-282-2/+2
* | net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi2019-02-211-18/+18
* | net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi2019-02-211-16/+17
* | tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen2019-02-211-4/+5
* | tipc: improve function tipc_wait_for_cond()Tung Nguyen2019-02-211-1/+1
* | net/smc: fix smc_poll in SMC_INIT stateUrsula Braun2019-02-211-3/+3
* | ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni2019-02-211-1/+5
* | ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni2019-02-211-5/+6
* | missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-02-202-25/+35
* | net: dsa: fix unintended change of bridge interface STP stateRussell King2019-02-201-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-1913-143/+108
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-02-182-1/+5
| |\ \
| | * | ipvs: fix warning on unused variableAndrea Claudi2019-02-161-1/+2
| | * | netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso2019-02-151-0/+3
| * | | mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun2019-02-181-1/+1
| * | | net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-171-0/+4
| * | | tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-171-1/+4
| * | | tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-171-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-163-13/+14
| |\ \ \
| | * | | xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel2019-02-121-1/+2
| | * | | xsk: share the mmap_sem for page pinningDavidlohr Bueso2019-02-111-4/+4
| | * | | xsk: add missing smp_rmb() in xsk_mmapMagnus Karlsson2019-02-101-0/+4
| | * | | bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-101-8/+4
| * | | | net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-151-2/+2
| * | | | net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi2019-02-151-14/+20
| * | | | mac80211: Restore vif beacon interval if start ap failsRakesh Pillai2019-02-151-1/+5
| * | | | mac80211: Free mpath object when rhashtable insertion failsHerbert Xu2019-02-151-8/+9
| * | | | mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu2019-02-152-101/+43
| | |/ / | |/| |
* | | | Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-02-161-11/+38
|\ \ \ \
| * | | | sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew2019-02-151-11/+38
* | | | | Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-02-162-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | rpc: properly check debugfs dentry before using itGreg Kroah-Hartman2019-02-121-1/+1
| * | | | xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin2019-02-121-1/+2
* | | | | net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-02-131-1/+1
* | | | | sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long2019-02-131-1/+3
* | | | | sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long2019-02-131-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-02-135-8/+18
|\ \ \ \ \
| * | | | | netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso2019-02-131-1/+2
| * | | | | ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi2019-02-123-6/+15
| * | | | | netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri2019-02-121-1/+1
* | | | | | net_sched: fix two more memory leaks in cls_tcindexCong Wang2019-02-121-9/+7
* | | | | | net_sched: fix a memory leak in cls_tcindexCong Wang2019-02-121-16/+30
* | | | | | net_sched: fix a race condition in tcindex_destroy()Cong Wang2019-02-121-7/+11