aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20gso: validate gso_type on ipip style tunnelsWillem de Bruijn2-4/+40
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-155/+150
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-143/+108
2019-02-19Merge branch 'ieee802154-for-davem-2019-02-19' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller1-112/+29
2019-02-19net: rose: add missing dev_put() on error in rose_bindYueHaibing1-1/+3
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg3-93/+120
2019-02-196lowpan: use rbtree for IP frag queuePeter Oskolkov1-112/+29
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+5
2019-02-18net: dsa: Implement flow_dissect callback for tag_dsa.Rundong Ge2-0/+18
2019-02-18net: sched: using kfree_rcu() to simplify the codeWei Yongjun1-6/+1
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun1-1/+1
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller17-55/+154
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-17net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera1-2/+4
2019-02-17ethtool: add compat for flash updateJakub Kicinski2-3/+39
2019-02-17devlink: add flash update commandJakub Kicinski1-0/+30
2019-02-17net: sched: cgroup: verify that filter is not NULL during walkVlad Buslov1-0/+2
2019-02-17net: sched: matchall: verify that filter is not NULL in mall_walk()Vlad Buslov1-0/+3
2019-02-17net: sched: route: don't set arg->stop in route4_walk() when emptyVlad Buslov1-4/+1
2019-02-17net: sched: fw: don't set arg->stop in fw_walk() when emptyVlad Buslov1-4/+1
2019-02-17net: caif: use skb helpers instead of open-coding themJann Horn1-11/+5
2019-02-17neigh: hook tracepoints in neigh update codeRoopa Prabhu1-0/+11
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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-13/+14
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-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-16netfilter: nf_conntrack_sip: add sip_external_media logicAlin Nastac1-0/+42
2019-02-16netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' staticWei Yongjun1-1/+1
2019-02-16ipvs: fix warning on unused variableAndrea Claudi1-1/+2
2019-02-15net/ipv6: prefer rcu_access_pointer() over rcu_dereference()Paolo Abeni1-7/+1
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-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-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-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-mergeDavid 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