summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-02-17trace: events: add a few neigh tracepointsRoopa Prabhu1-0/+8
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-184/+640
2019-02-16atm: clean up vcc_seq_next()Dan Carpenter1-1/+2
2019-02-16sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF valuesGuillaume Nault1-0/+20
2019-02-15net/ipv6: prefer rcu_access_pointer() over rcu_dereference()Paolo Abeni1-7/+1
2019-02-16bpf: make LWTUNNEL_BPF dependent on INETPeter Oskolkov1-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller34-77/+180
2019-02-14bpf: fix memory leak in bpf_lwt_xmit_reroutePeter Oskolkov1-9/+20
2019-02-14devlink: Fix list access without lock while reading regionParav Pandit1-2/+5
2019-02-14devlink: Return right error code in case of errors for region readParav Pandit1-7/+19
2019-02-13Merge tag 'batadv-next-for-davem-20190213' of git://git.open-mesh.org/linux-m...David S. Miller8-142/+1020
2019-02-13page_pool: use DMA_ATTR_SKIP_CPU_SYNC for DMA mappingsJesper Dangaard Brouer1-5/+6
2019-02-13net: page_pool: don't use page->private to store dma_addr_tIlias Apalodimas1-4/+9
2019-02-13net: sched: remove duplicated include from cls_api.cYueHaibing1-1/+0
2019-02-13net: sched: flower: only return error from hw offload if skip_swVlad Buslov1-2/+10
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-02-13bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.cPeter Oskolkov1-2/+124
2019-02-13ipv6_stub: add ipv6_route_input stub/proxy.Peter Oskolkov2-0/+13
2019-02-13bpf: handle GSO in bpf_lwt_push_encapPeter Oskolkov1-2/+65
2019-02-13bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encapPeter Oskolkov2-1/+67
2019-02-13bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov1-5/+43
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-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: sched: unlock rules update APIVlad Buslov1-17/+114
2019-02-12net: sched: refactor tcf_block_find() into standalone functionsVlad Buslov1-92/+149
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov13-135/+178
2019-02-12net: sched: extend proto ops with 'put' callbackVlad Buslov1-1/+11
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov12-15/+20
2019-02-12net: sched: prevent insertion of new classifiers during chain flushVlad Buslov1-6/+29
2019-02-12net: sched: refactor tp insert/delete for concurrent executionVlad Buslov1-25/+152
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov2-12/+62
2019-02-12net: sched: introduce reference counting for tcf_protoVlad Buslov1-10/+43
2019-02-12net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov2-33/+84
2019-02-12net: sched: protect chain template accesses with block lockVlad Buslov1-16/+57
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov2-26/+74
2019-02-12net: sched: protect block->chain0 with block->lockVlad Buslov1-3/+14
2019-02-12net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov1-11/+25
2019-02-12net: sched: protect chain->explicitly_created with block->lockVlad Buslov1-6/+13
2019-02-12net: sched: protect block state with mutexVlad Buslov1-13/+71
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-12net/tls: Do not use async crypto for non-data recordsVakul Garg1-6/+12
2019-02-12devlink: use direct return of genlmsg_replyLi RongQing1-4/+1