summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"Colin Ian King2018-04-191-1/+1
* net: change the comment of dev_mc_initsunlianwen2018-04-191-1/+1
* tipc: fix infinite loop when dumping link monitor summaryTung Nguyen2018-04-182-8/+5
* tipc: fix use-after-free in tipc_nametbl_stopJon Maloy2018-04-181-12/+17
* KEYS: DNS: limit the length of option stringsEric Biggers2018-04-171-7/+5
* vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-04-171-1/+1
* net: qrtr: add MODULE_ALIAS_NETPROTO macroNicolas Dechesne2018-04-171-0/+1
* VSOCK: make af_vsock.ko removable againStefan Hajnoczi2018-04-171-0/+6
* tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet2018-04-172-0/+4
* tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet2018-04-171-1/+2
* net: Fix one possible memleak in ip_setup_corkGao Feng2018-04-161-3/+5
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-161-9/+14
* tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh2018-04-161-1/+1
* l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault2018-04-133-23/+13
* l2tp: hold reference on tunnels printed in pppol2tp proc fileGuillaume Nault2018-04-131-7/+17
* l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault2018-04-133-3/+30
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2018-04-131-10/+18
* sctp: do not check port in sctp_inet6_cmp_addrXin Long2018-04-131-30/+30
* tipc: fix missing initializer in tipc_sendmsg()Jon Maloy2018-04-131-1/+3
* strparser: Fix incorrect strp->need_bytes value.Doron Roberts-Kedes2018-04-131-4/+3
* net: validate attribute sizes in neigh_dump_table()Eric Dumazet2018-04-131-4/+8
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-131-2/+4
* tipc: fix unbalanced reference counterJon Maloy2018-04-133-3/+9
* net/tls: Remove VLA usageKees Cook2018-04-131-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-126-142/+139
|\
| * l2tp: fix race in duplicate tunnel detectionGuillaume Nault2018-04-113-28/+14
| * l2tp: fix races in tunnel creationGuillaume Nault2018-04-114-110/+110
| * rds: MP-RDS may use an invalid c_pathKa-Cheong Poon2018-04-111-5/+10
| * ip_gre: clear feature flags when incompatible o_flags are setSabrina Dubroca2018-04-101-0/+6
* | Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-109-168/+453
|\ \ | |/ |/|
| * ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-021-0/+1
| * libceph, ceph: add __init attribution to init funcitonsChengguang Xu2018-04-024-13/+8
| * libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu2018-04-021-0/+5
| * libceph: fix misjudgement of maximum monitor numberChengguang Xu2018-04-021-1/+1
| * libceph, ceph: change permission for readonly debugfs entriesChengguang Xu2018-04-021-5/+5
| * ceph: add newline to end of debug message formatChengguang Xu2018-04-021-1/+1
| * libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2018-04-023-38/+37
| * libceph: striping framework implementationIlya Dryomov2018-04-022-0/+227
| * libceph: handle zero-length data itemsIlya Dryomov2018-04-021-2/+12
| * libceph: introduce BVECS data typeIlya Dryomov2018-04-022-0/+114
| * libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2018-04-022-72/+42
| * libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2018-04-022-10/+6
| * libceph: eliminate overflows in ceph_calc_file_object_mapping()Ilya Dryomov2018-04-021-60/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-1028-67/+181
|\ \
| * | inetpeer: fix uninit-value in inet_getpeerEric Dumazet2018-04-091-0/+1
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-04-083-13/+33
| |\ \
| | * | Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-033-13/+33
| | |/
| * | devlink: convert occ_get op to separate registrationJiri Pirko2018-04-081-9/+65
| * | tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang2018-04-083-6/+6
| * | sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet2018-04-081-5/+8