summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-04-19llc: hold llc_sap before release_sock()Cong Wang
2018-04-19net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"Colin Ian King
2018-04-19net: change the comment of dev_mc_initsunlianwen
2018-04-18tipc: fix infinite loop when dumping link monitor summaryTung Nguyen
2018-04-18tipc: fix use-after-free in tipc_nametbl_stopJon Maloy
2018-04-17KEYS: DNS: limit the length of option stringsEric Biggers
2018-04-17vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-04-17net: qrtr: add MODULE_ALIAS_NETPROTO macroNicolas Dechesne
2018-04-17VSOCK: make af_vsock.ko removable againStefan Hajnoczi
2018-04-16tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet
2018-04-16tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet
2018-04-16net: Fix one possible memleak in ip_setup_corkGao Feng
2018-04-16net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet
2018-04-16tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh
2018-04-13l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault
2018-04-13l2tp: hold reference on tunnels printed in pppol2tp proc fileGuillaume Nault
2018-04-13l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault
2018-04-12net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller
2018-04-12sctp: do not check port in sctp_inet6_cmp_addrXin Long
2018-04-12tipc: fix missing initializer in tipc_sendmsg()Jon Maloy
2018-04-12strparser: Fix incorrect strp->need_bytes value.Doron Roberts-Kedes
2018-04-12net: validate attribute sizes in neigh_dump_table()Eric Dumazet
2018-04-12tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet
2018-04-12tipc: fix unbalanced reference counterJon Maloy
2018-04-12net/tls: Remove VLA usageKees Cook
2018-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-11l2tp: fix race in duplicate tunnel detectionGuillaume Nault
2018-04-11l2tp: fix races in tunnel creationGuillaume Nault
2018-04-11rds: MP-RDS may use an invalid c_pathKa-Cheong Poon
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-04-10ip_gre: clear feature flags when incompatible o_flags are setSabrina Dubroca
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-09inetpeer: fix uninit-value in inet_getpeerEric Dumazet
2018-04-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-04-08devlink: convert occ_get op to separate registrationJiri Pirko
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang
2018-04-08sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet
2018-04-08net: dsa: Discard frames from unused portsAndrew Lunn
2018-04-08sctp: do not leak kernel memory to user spaceEric Dumazet
2018-04-07soreuseport: initialise timewait reuseport fieldEric Dumazet
2018-04-07ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet
2018-04-07dccp: initialize ireq->ir_markEric Dumazet
2018-04-07net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet
2018-04-07net: initialize skb->peeked when cloningEric Dumazet
2018-04-07netlink: fix uninit-value in netlink_sendmsgEric Dumazet
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-04-05net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu