summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-15net/ipv6: prefer rcu_access_pointer() over rcu_dereference()Paolo Abeni
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-14devlink: Fix list access without lock while reading regionParav Pandit
2019-02-14devlink: Return right error code in case of errors for region readParav Pandit
2019-02-13Merge tag 'batadv-next-for-davem-20190213' of git://git.open-mesh.org/linux-m...David S. Miller
2019-02-13page_pool: use DMA_ATTR_SKIP_CPU_SYNC for DMA mappingsJesper Dangaard Brouer
2019-02-13net: page_pool: don't use page->private to store dma_addr_tIlias Apalodimas
2019-02-13net: sched: remove duplicated include from cls_api.cYueHaibing
2019-02-13net: sched: flower: only return error from hw offload if skip_swVlad Buslov
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-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: sched: unlock rules update APIVlad Buslov
2019-02-12net: sched: refactor tcf_block_find() into standalone functionsVlad Buslov
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov
2019-02-12net: sched: extend proto ops with 'put' callbackVlad Buslov
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov
2019-02-12net: sched: prevent insertion of new classifiers during chain flushVlad Buslov
2019-02-12net: sched: refactor tp insert/delete for concurrent executionVlad Buslov
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov
2019-02-12net: sched: introduce reference counting for tcf_protoVlad Buslov
2019-02-12net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov
2019-02-12net: sched: protect chain template accesses with block lockVlad Buslov
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov
2019-02-12net: sched: protect block->chain0 with block->lockVlad Buslov
2019-02-12net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov
2019-02-12net: sched: protect chain->explicitly_created with block->lockVlad Buslov
2019-02-12net: sched: protect block state with mutexVlad Buslov
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-12net/tls: Do not use async crypto for non-data recordsVakul Garg
2019-02-12devlink: use direct return of genlmsg_replyLi RongQing
2019-02-12Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam
2019-02-12net/smc: check port_idx of ib eventKarsten Graul
2019-02-12net/smc: check connections in smc_lgr_free_workKarsten Graul
2019-02-12net/smc: reduce amount of status updates to peerKarsten Graul
2019-02-12net/smc: no delay for free tx buffer waitKarsten Graul
2019-02-12net/smc: move wake up of close waiterKarsten Graul
2019-02-12net/smc: reset cursor update required flagKarsten Graul
2019-02-12Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi
2019-02-11tipc: fix link session and re-establish issuesTuong Lien
2019-02-11devlink: don't allocate attrs on the stackJakub Kicinski