summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-06-04libceph: use for_each_request() in ceph_osdc_abort_on_full()Ilya Dryomov1-53/+26
2018-06-04libceph: defer __complete_request() to a workqueueIlya Dryomov1-1/+18
2018-06-04libceph: move more code into __complete_request()Ilya Dryomov1-8/+6
2018-06-04libceph: no need to call flush_workqueue() before destructionIlya Dryomov1-1/+0
2018-06-04libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov1-5/+62
2018-06-04libceph: use MSG_TRUNC for discarding received bytesIlya Dryomov1-13/+8
2018-06-04libceph: get rid of more_kvec in try_write()Ilya Dryomov1-7/+3
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu1-3/+9
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-64/+97
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-3/+3
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2-5/+11
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel1-4/+4
2018-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-4/+3
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai1-1/+1
2018-06-01net-sysfs: Fix memory leak in XPS configurationAlexander Duyck1-3/+3
2018-05-31net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas1-1/+1
2018-05-31cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey1-1/+1
2018-05-31xfrm Fix potential error pointer dereference in xfrm_bundle_create.Steffen Klassert1-3/+2
2018-05-29ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux1-2/+2
2018-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-43/+71
2018-05-29netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo1-1/+3
2018-05-29netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo1-2/+2
2018-05-29netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso1-2/+2
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann3-3/+3
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-48/+121
2018-05-25Merge tag 'batadv-net-for-davem-20180524' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-18/+68
2018-05-25ipv4: remove warning in ip_recv_errorWillem de Bruijn1-2/+0
2018-05-25net : sched: cls_api: deal with egdev path only if neededOr Gerlitz1-1/+1
2018-05-25packet: fix reserve calculationWillem de Bruijn1-1/+1
2018-05-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-3/+3
2018-05-24netfilter: provide correct argument to nla_strlcpy()Eric Dumazet2-3/+3
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu1-0/+1
2018-05-23Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller3-5/+9
2018-05-23ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov1-6/+15
2018-05-23netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso1-14/+24
2018-05-23netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo1-6/+8
2018-05-22ipmr: properly check rhltable_init() return valueEric Dumazet1-1/+4
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev1-2/+0
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long3-18/+37
2018-05-22cfg80211: fix NULL pointer derference when querying regdbHaim Dreyfuss1-0/+3
2018-05-20net: ip6_gre: fix tunnel metadata device sharing.William Tu1-22/+79
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni2-4/+6
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2018-05-18net: dsa: Do not register devlink for unused portsFlorian Fainelli1-3/+6
2018-05-18net: Fix a bug in removing queues from XPS mapAmritha Nambiar1-1/+1
2018-05-18mac80211: mesh: fix premature update of rc statsBob Copeland1-4/+4
2018-05-18nl80211: fix nlmsg allocation in cfg80211_ft_eventDedy Lansky1-1/+2
2018-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+9
2018-05-18bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann1-2/+9
2018-05-18net: test tailroom before appending to linear skbWillem de Bruijn2-2/+4