summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* strparser: Fix incorrect strp->need_bytes value.Doron Roberts-Kedes2018-04-121-4/+3
* net: validate attribute sizes in neigh_dump_table()Eric Dumazet2018-04-121-4/+8
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-121-2/+4
* tipc: fix unbalanced reference counterJon Maloy2018-04-123-3/+9
* net/tls: Remove VLA usageKees Cook2018-04-121-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-0928-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
| * | net: dsa: Discard frames from unused portsAndrew Lunn2018-04-081-1/+7
| * | sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-081-1/+3
| * | soreuseport: initialise timewait reuseport fieldEric Dumazet2018-04-071-0/+1
| * | ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet2018-04-071-5/+6
| * | dccp: initialize ireq->ir_markEric Dumazet2018-04-072-0/+2
| * | net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-04-071-2/+2
| * | net: initialize skb->peeked when cloningEric Dumazet2018-04-071-0/+1
| * | netlink: fix uninit-value in netlink_sendmsgEric Dumazet2018-04-071-0/+2
| * | net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang2018-04-071-0/+1
| * | net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti2018-04-051-4/+8
| * | net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-051-2/+5
| * | arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines2018-04-051-1/+1
| * | vti6: better validate user provided tunnel namesEric Dumazet2018-04-051-2/+5
| * | ip6_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-4/+7
| * | ip6_gre: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
| * | ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
| * | ip_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-5/+6
| * | net: fool proof dev_valid_name()Eric Dumazet2018-04-051-1/+1
* | | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-068-27/+215
|\ \ \