summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-07-03xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever
2018-06-26net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2018-06-26socket: close race condition between sock_close() and sockfs_setattr()Cong Wang
2018-06-26tls: fix waitall behavior in tls_sw_recvmsgDaniel Borkmann
2018-06-26tls: fix use-after-free in tls_push_recordDaniel Borkmann
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-06-26net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti
2018-06-26net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia
2018-06-26ipv6: allow PMTU exceptions to local routesJulian Anastasov
2018-06-11ipmr: fix error path when ipmr_new_table failsSabrina Dubroca
2018-06-11vrf: check the original netdevice for generating redirectStephen Suryaputra
2018-06-11sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long
2018-06-11rtnetlink: validate attributes in do_setlink()Eric Dumazet
2018-06-11net/packet: refine check for priv area sizeEric Dumazet
2018-06-11net: metrics: add proper netlink validationEric Dumazet
2018-06-11l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-06-11ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca
2018-06-11netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel
2018-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai
2018-05-31net-sysfs: Fix memory leak in XPS configurationAlexander Duyck
2018-05-31net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas
2018-05-31cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey
2018-05-31xfrm Fix potential error pointer dereference in xfrm_bundle_create.Steffen Klassert
2018-05-28ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux
2018-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-05-29netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo
2018-05-29netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo
2018-05-29netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-25Merge tag 'batadv-net-for-davem-20180524' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2018-05-24ipv4: remove warning in ip_recv_errorWillem de Bruijn
2018-05-24net : sched: cls_api: deal with egdev path only if neededOr Gerlitz
2018-05-24packet: fix reserve calculationWillem de Bruijn
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-05-24netfilter: provide correct argument to nla_strlcpy()Eric Dumazet
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu
2018-05-23Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-05-23ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov
2018-05-23netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso
2018-05-23netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo
2018-05-22ipmr: properly check rhltable_init() return valueEric Dumazet
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev